Skip to content

Commit

Permalink
Update paket, pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Apr 6, 2023
1 parent 1e53556 commit 14e11f4
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 149 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"paket": {
"version": "7.2.0-alpha001",
"version": "7.2.1",
"commands": [
"paket"
]
Expand All @@ -33,4 +33,4 @@
]
}
}
}
}
35 changes: 20 additions & 15 deletions paket.dependencies
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
version 7.2.0-alpha001
version 7.2.1

framework: netstandard2.0, net6.0, net7.0
framework: netstandard2.0, netstandard2.1, net6.0, net7.0

source https://api.nuget.org/v3/index.json
# this is the FCS nightly feed, re-enable at your own risk!
#source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
#source: ./libs
storage: none
strategy: min
lowest_matching: true


nuget Fantomas.Client
nuget FSharp.Compiler.Service
nuget Ionide.ProjInfo
nuget Ionide.ProjInfo.FCS
nuget Ionide.ProjInfo.ProjectSystem
nuget Ionide.ProjInfo.Sln
nuget Microsoft.Build copy_local:false
nuget Microsoft.Build.Framework copy_local:false
nuget Microsoft.Build.Utilities.Core copy_local:false
nuget Microsoft.Build.Tasks.Core copy_local: false
nuget Fantomas.Client >= 0.9
nuget FSharp.Compiler.Service >= 43.7.200
nuget Ionide.ProjInfo >= 0.61.3
nuget Ionide.ProjInfo.FCS >= 0.61.3
nuget Ionide.ProjInfo.ProjectSystem >= 0.61.3
nuget Ionide.ProjInfo.Sln >= 0.61.3
nuget Microsoft.Build >= 17.2 copy_local:false
nuget Microsoft.Build.Framework >= 17.4 copy_local:false
nuget Microsoft.Build.Utilities.Core >= 17.4 copy_local:false
nuget Microsoft.Build.Tasks.Core >= 17.4 copy_local: false
nuget Nuget.Frameworks copy_local: false
nuget FSharp.Analyzers.SDK
nuget ICSharpCode.Decompiler
Expand All @@ -34,7 +36,7 @@ nuget Serilog.Sinks.Async
nuget Destructurama.FSharp
nuget FSharp.UMX
nuget FSharp.Formatting
nuget FsToolkit.ErrorHandling.TaskResult
nuget FsToolkit.ErrorHandling.TaskResult framework: netstandard2.1
nuget IcedTasks
nuget FSharpx.Async
nuget CliWrap
Expand All @@ -50,9 +52,12 @@ nuget Expecto.Diff
nuget YoloDev.Expecto.TestSdk
nuget AltCover
nuget GitHubActionsTestLogger
nuget Ionide.LanguageServerProtocol
nuget Ionide.LanguageServerProtocol >= 0.4.12
nuget Microsoft.Extensions.Caching.Memory
nuget OpenTelemetry.Exporter.OpenTelemetryProtocol
nuget OpenTelemetry.Exporter.OpenTelemetryProtocol >= 1.3.2




group Build
source https://api.nuget.org/v3/index.json
Expand Down
Loading

0 comments on commit 14e11f4

Please sign in to comment.