christophwille / myhaflinger.com

Homepage for the vintage car club Haflingerfreunde Salzkammergut
MIT License
1 stars 0 forks source link

Move to Core 2.2 once released -> IIS inproc hosting #5

Closed christophwille closed 5 years ago

christophwille commented 6 years ago

csproj change necessary (4x)

<PropertyGroup>
  <TargetFramework>netcoreapp2.2</TargetFramework>
  <AspNetCoreHostingModel>inprocess</AspNetCoreHostingModel>
</PropertyGroup>
christophwille commented 5 years ago

Code & IIS update 12/5/2018