Upgrade to dotnet core 3 and update dependencies
This commit is contained in:
parent
8dd914e012
commit
20c75019f9
5 changed files with 25 additions and 28 deletions
|
@ -1,6 +1,6 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue