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

Commit

Permalink
correct package version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme committed Jun 13, 2018
1 parent 72956cf commit 2a1c48b
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 176 deletions.
6 changes: 0 additions & 6 deletions FSharp.Directory.Build.props

This file was deleted.

6 changes: 0 additions & 6 deletions FSharp.Directory.Build.targets

This file was deleted.

62 changes: 0 additions & 62 deletions FSharpBuild.Directory.Build.props

This file was deleted.

41 changes: 0 additions & 41 deletions FSharpBuild.Directory.Build.targets

This file was deleted.

36 changes: 0 additions & 36 deletions FSharpTests.Directory.Build.props

This file was deleted.

21 changes: 0 additions & 21 deletions FSharpTests.Directory.Build.targets

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -173,9 +173,7 @@ This builds the proto compiler, then the library, then the final compiler.
The FSharp.Core.dll produced is only delay-signed (Mono does not require strong names).
If a strong-name signed FSharp.Core.dll is needed then use the one in

lib\bootstrap\signed\.NETFramework\v4.0\4.3.0.0\FSharp.Core.dll
lib\bootstrap\signed\.NETFramework\v4.0\4.3.1.0\FSharp.Core.dll

lib\bootstrap\signed\.NETFramework\v4.0\...

### Building on Linux (Wheezy build)

Expand Down
2 changes: 1 addition & 1 deletion packages.config
Expand Up @@ -13,7 +13,7 @@
<!-- Actual dependencies of FSharp.Compiler.dll and FSharp.Core.dll -->
<package id="System.Collections.Immutable" version="1.3.1" />
<package id="System.Reflection.Metadata" version="1.4.2" />
<package id="System.ValueTuple" version="4.3.1" />
<package id="System.ValueTuple" version="4.4.0" />
<package id="Microsoft.Build" version="14.3.0" />
<package id="Microsoft.Build.Framework" version="14.3.0" />
<package id="Microsoft.Build.Utilities.Core" version="14.3.0" />
Expand Down

0 comments on commit 2a1c48b

Please sign in to comment.