Updated to netcoreapp3.1

* added basic sample

* updated docs
This commit is contained in:
Tom Pallister
2020-01-18 22:17:22 +00:00
committed by GitHub
parent 0dcb942f23
commit 664c6ef626
34 changed files with 3274 additions and 3065 deletions

View File

@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ocelot" Version="13.8.4" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>