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 356a9f4 commit 4aa26e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

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

<Import Project=".paket\Paket.Restore.targets" />
Expand All @@ -25,4 +27,4 @@
</Target>

<Target Name="VSTest" DependsOnTargets="Test" />
</Project>
</Project>

0 comments on commit 4aa26e0

Please sign in to comment.