change 3.1 to 5.0

This commit is contained in:
yubaolee
2021-03-21 10:34:59 +08:00
parent e3e91e3960
commit fc00492531
5 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netcoreapp3.1\Infrastructure.xml</DocumentationFile>
<DocumentationFile>bin\Debug\net5.0\Infrastructure.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
@@ -15,9 +15,9 @@
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="3.1.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.2" />
<PackageReference Include="StackExchange.Redis" Version="2.2.4" />
</ItemGroup>