Skip to content

Commit

Permalink
Changed TargetFramework to netcoreapp1.0 in the template
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed Apr 1, 2017
1 parent fe52176 commit 16f1e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/content/_GiraffeTemplate.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="FSharp.NET.Sdk;Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<TargetFramework>netcoreapp1.0</TargetFramework>
<DebugType>portable</DebugType>
<AssemblyName>_AppName.</AssemblyName>
<OutputType>Exe</OutputType>
Expand Down

0 comments on commit 16f1e35

Please sign in to comment.