Update AssembliesAndNamespaces.csproj

This commit is contained in:
Mark J. Price 2022-11-09 12:27:14 +00:00 committed by GitHub
parent 7fdfab3572
commit bfcdbf36ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,18 +7,18 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Using Include="System.Console" Static="true" /> <Using Include="System.Console" Static="true" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Using Remove="System" /> <Using Remove="System" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="packt.csdotnet.sharedlibrary" Version="7.0.0" /> <PackageReference Include="packt.csdotnet.sharedlibrary" Version="7.0.0" />
<PackageReference Include="dialectsoftware.collections.matrix" Version="1.0.0" /> <PackageReference Include="dialectsoftware.collections.matrix" Version="1.0.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>