mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
fix broken checkout
This commit is contained in:
parent
d41474ebc8
commit
271de362cb
@ -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>
|
||||||
|
@ -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 }
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user