mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-04 13:57:37 +00:00
Update AssembliesAndNamespaces.csproj
This commit is contained in:
parent
7fdfab3572
commit
bfcdbf36ab
1 changed files with 11 additions and 11 deletions
|
|
@ -7,18 +7,18 @@
|
|||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Using Include="System.Console" Static="true" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Using Include="System.Console" Static="true" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Using Remove="System" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Using Remove="System" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
||||
<PackageReference Include="packt.csdotnet.sharedlibrary" Version="7.0.0" />
|
||||
<PackageReference Include="dialectsoftware.collections.matrix" Version="1.0.0" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
||||
<PackageReference Include="packt.csdotnet.sharedlibrary" Version="7.0.0" />
|
||||
<PackageReference Include="dialectsoftware.collections.matrix" Version="1.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue