upgrade csproj to net5.0

This commit is contained in:
TomPallister
2020-11-20 09:31:45 +00:00
parent c3a0cf1160
commit 708b575857
25 changed files with 226 additions and 226 deletions

View File

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Update="ocelot.json;appsettings.json">
@ -14,4 +14,4 @@
<PackageReference Include="Ocelot" Version="14.0.9" />
<PackageReference Include="GraphQL" Version="2.4.0" />
</ItemGroup>
</Project>
</Project>