Skip to content

Commit

Permalink
Use Microsoft.NET.Sdk.Web project type for all template options - closes
Browse files Browse the repository at this point in the history
  • Loading branch information
theimowski committed Sep 26, 2018
1 parent 6563819 commit eaa3692
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Content/src/Server/Server.fsproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
#if (deploy == "azure" && server != "suave")
<Project Sdk="Microsoft.NET.Sdk.Web">
#else
<Project Sdk="Microsoft.NET.Sdk">
#endif
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
Expand Down

0 comments on commit eaa3692

Please sign in to comment.