chore: set target and ui culture

This commit is contained in:
Oliver Booth 2023-08-05 20:56:10 +01:00
parent 485fe2bc0e
commit b4d8b4636c
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<RootNamespace>OliverBooth</RootNamespace> <RootNamespace>OliverBooth</RootNamespace>
<TargetCulture>en</TargetCulture>
<UICulture>en</UICulture>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>