Skip to content

Commit 16f1e35

Browse files
committed
Changed TargetFramework to netcoreapp1.0 in the template
1 parent fe52176 commit 16f1e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/content/_GiraffeTemplate.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="FSharp.NET.Sdk;Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp1.1</TargetFramework>
4+
<TargetFramework>netcoreapp1.0</TargetFramework>
55
<DebugType>portable</DebugType>
66
<AssemblyName>_AppName.</AssemblyName>
77
<OutputType>Exe</OutputType>

0 commit comments

Comments
 (0)