Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Bump fct to 4.1.17 (#116)
Browse files Browse the repository at this point in the history
bump FSharp.Compiler.Tools to 4.1.17
  • Loading branch information
enricosada authored May 25, 2017
1 parent 26db12d commit 47709d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</PropertyGroup>

<PropertyGroup>
<FSharpNETSdkVersion>1.0.4</FSharpNETSdkVersion>
<FSharpNETSdkVersion>1.0.5-rc1-0001</FSharpNETSdkVersion>
<FSharpSdkVersion>1.0.4-bundled-0100</FSharpSdkVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/FSharp.NET.Sdk/FSharp.NET.Sdk.proj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FSharp.Compiler.Tools" Version="4.1.15" PrivateAssets="Compile" />
<PackageReference Include="FSharp.Compiler.Tools" Version="4.1.17" PrivateAssets="Compile" />
</ItemGroup>

</Project>

0 comments on commit 47709d8

Please sign in to comment.