Mark some classes and methods obsolete for version 1.1.0 (#335)

* Obsolete

* StandAloneApp - obsolete

* obs

* make Interface obsolete
This commit is contained in:
Stef Heyenrath
2019-10-12 08:54:01 +02:00
committed by GitHub
parent 4a2d512f83
commit 31f3d77b38
6 changed files with 15 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1'">
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.4" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.5" />
<PackageReference Include="Microsoft.AspNetCore.All" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>