Update Vocabulary.csproj

This commit is contained in:
Mark J. Price 2022-11-09 12:00:21 +00:00 committed by GitHub
parent 9e0ee7700c
commit 2dffc9ce6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework> <TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Using Remove="System.Threading" /> <Using Remove="System.Threading" />
<Using Include="System.Numerics" /> <Using Include="System.Numerics" />
</ItemGroup> </ItemGroup>
</Project> </Project>