This document now exists on the official ASP.NET core docs page.
- Application
- Request Handling
This document now exists on the official ASP.NET core docs page.
| <Project> | |
| <!-- TARGET FRAMEWORKS --> | |
| <ItemGroup Condition="'$(TargetFramework)'=='netstandard1.6'"> | |
| <PackageReference Include="NETStandard.Library" Version="1.6.1" /> | |
| </ItemGroup> | |
| <ItemGroup Condition="'$(TargetFramework)'=='netcoreapp1.1'"> | |
| <PackageReference Include="Microsoft.NETCore.App" Version="1.1.0" /> | |
| </ItemGroup> | |
| <!-- /TARGET FRAMEWORKS --> |