Update nuget packages

This commit is contained in:
teinarss
2021-09-26 15:22:05 +02:00
committed by abcdefg30
parent 7f2ac477a2
commit 80b6a5a27f
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
<!-- StyleCop -->
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
<AdditionalFiles Include="$(EngineRootPath)/stylecop.json" />
</ItemGroup>

View File

@@ -6,8 +6,8 @@
<DefineConstants>MONO</DefineConstants>
</PropertyGroup>
<ItemGroup Condition="'$(Mono)' == ''">
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0" />
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0-preview.3-runtime.20214.6" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
</ItemGroup>
<ItemGroup>