Skip to content

Commit

Permalink
Add DotnetCliToolTargetFramework, see fsprojects/FAKE#2097
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid authored Sep 22, 2018
1 parent 60afa3d commit b11d56c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotnet-fake.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<!-- Add DotnetCliToolTargetFramework, see https://github.com/fsharp/FAKE/issues/2097 -->
<DotnetCliToolTargetFramework>netcoreapp2.0</DotnetCliToolTargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b11d56c

Please sign in to comment.