This commit is contained in:
2020-11-29 19:47:10 +00:00
parent f8c8bbb226
commit 2555e58515
4 changed files with 7 additions and 25 deletions

View File

@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.4" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.0" />
</ItemGroup>
<!-- <ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.3.111.9" />