fix broken checkout

This commit is contained in:
nicolas.dorier 2018-04-30 00:29:34 +09:00
parent d41474ebc8
commit 271de362cb
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework> <TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.0.1.94</Version> <Version>1.0.1.95</Version>
<NoWarn>NU1701,CA1816,CA1308,CA1810,CA2208</NoWarn> <NoWarn>NU1701,CA1816,CA1308,CA1810,CA2208</NoWarn>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -114,7 +114,7 @@
'pt-BR': { translation: locales_pt_br }, 'pt-BR': { translation: locales_pt_br },
'nl': { translation: locales_nl }, 'nl': { translation: locales_nl },
'cs-CZ': { translation: locales_cs }, 'cs-CZ': { translation: locales_cs },
'is-IS': { translation: locales_is } 'is-IS': { translation: locales_is },
'hr-HR': { translation: locales_hr } 'hr-HR': { translation: locales_hr }
}, },
}); });