Change SDK to Web for Kestrel

This commit is contained in:
Daniel_I_Am 2020-06-06 15:49:02 +02:00
parent 1d9d9a8f3c
commit 8682cc99bc
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>