chore: Moving CultureInfo.sqlite into project root so it gets included in clz

This commit is contained in:
Chris Cameron
2019-05-08 10:21:52 -04:00
parent 28abb69c85
commit fef667191b
3 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<None Update="Resources\CultureInfo.sqlite">
<None Update="CultureInfo.sqlite">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>