Skip to content

Commit

Permalink
Updated FSharp.Compiler.Service dependency 41 -> 43, because it was i…
Browse files Browse the repository at this point in the history
…nvalid.

Also had to update Paket.Core to 8.1.0-alpha004 due to earlier hard-code of FSharp.Core dependency.
Also updated NuGet to 6.10.
  • Loading branch information
Thorium authored and xperiandri committed Jul 27, 2024
1 parent 40b6de5 commit ea7b5bd
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 602 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"paket": {
"version": "8.0.3",
"version": "8.1.0-alpha004",
"commands": [
"paket"
]
Expand Down
4 changes: 4 additions & 0 deletions build.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// First do this and ignore the result: dotnet build --configuration Release
// Then to build do: dotnet fake run build.fsx -e configuration=Release
// And to release do: dotnet fake run build.fsx -e configuration=Release -t Release

#r "paket:
source release/dotnetcore
source https://api.nuget.org/v3/index.json
Expand Down
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ group fakerunner
nuget FSharp.Compiler.Service
nuget Microsoft.Deployment.DotNet.Releases
nuget NuGet.Packaging
nuget Paket.Core
nuget Paket.Core 8.1.0-alpha004
nuget Mono.Cecil
nuget Microsoft.NETCore.App framework: netstandard1.6, netstandard2.0, netcoreapp1.1
nuget NETStandard.Library
Expand Down Expand Up @@ -55,7 +55,7 @@ group fakemodule
nuget FParsec
nuget Octokit
nuget Newtonsoft.Json
nuget Paket.Core
nuget Paket.Core 8.1.0-alpha004
nuget NuGet.Protocol
nuget NuGet.Packaging
nuget Mono.Cecil prerelease
Expand Down
Loading

0 comments on commit ea7b5bd

Please sign in to comment.