Skip to content

Commit

Permalink
Ran dotnet paket simplify (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
1eyewonder authored Nov 16, 2023
1 parent 2a26448 commit e4c242c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 51 deletions.
3 changes: 1 addition & 2 deletions benchmarks/paket.references
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FSharp.Core
BenchmarkDotNet
Microsoft.CodeAnalysis
FSharp.Data.Adaptive
FSharp.Data.Adaptive
27 changes: 10 additions & 17 deletions build/paket.references
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
group Build
Fake.Core.Target
Fake.Core.Process
Fake.DotNet.Cli
Fake.Core.ReleaseNotes
Fake.DotNet.AssemblyInfoFile
Fake.DotNet.Paket
Fake.Tools.Git
Fake.Core.Environment
Fake.Core.UserInput
Fake.IO.FileSystem
Fake.IO.Zip
Fake.DotNet.MsBuild
Fake.Api.GitHub
Microsoft.Build
MSBuild.StructuredLogger
Octokit
Fantomas.Core
Fake.Core.Target
Fake.Core.ReleaseNotes
Fake.DotNet.AssemblyInfoFile
Fake.DotNet.Paket
Fake.Tools.Git
Fake.Core.UserInput
Fake.IO.Zip
Fake.Api.GitHub
Microsoft.Build
Fantomas.Core
10 changes: 0 additions & 10 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ nuget Microsoft.CodeAnalysis 4.5.0
nuget FSharp.Analyzers.SDK
nuget ICSharpCode.Decompiler
nuget Mono.Cecil >= 0.11.4
nuget Newtonsoft.Json
nuget FSharpLint.Core
nuget System.Configuration.ConfigurationManager
nuget Serilog >= 2.10.0
nuget Serilog.Sinks.File >= 5.0.0
nuget Serilog.Sinks.Console >= 4.0.0
Expand All @@ -48,7 +46,6 @@ nuget Dotnet.ReproducibleBuilds copy_local:true

nuget Microsoft.NETFramework.ReferenceAssemblies
nuget Ionide.KeepAChangelog.Tasks copy_local: true
nuget Expecto
nuget Expecto.Diff
nuget YoloDev.Expecto.TestSdk
nuget AltCover
Expand All @@ -69,24 +66,17 @@ group Build
framework: net6.0, net7.0

nuget Fake.Core.Target
nuget Fake.Core.Process
nuget Fake.DotNet.Cli
nuget Fake.Core.ReleaseNotes
nuget Fake.DotNet.AssemblyInfoFile
nuget Fake.DotNet.Paket
nuget Fake.Tools.Git
nuget Fake.Core.Environment
nuget Fake.Core.UserInput
nuget Fake.IO.FileSystem
nuget Fake.IO.Zip
nuget Fake.DotNet.MsBuild
nuget Fake.Api.GitHub
nuget Microsoft.Build
nuget MSBuild.StructuredLogger
nuget Octokit 0.48 // there's an API break in 0.50, so we need to pin this to prevent errors
nuget Fantomas.Core 6.2.0

nuget NuGet.Versioning 6.7.0
nuget NuGet.Common 6.7.0
nuget NuGet.Protocol 6.7.0

7 changes: 1 addition & 6 deletions src/FsAutoComplete.Core/paket.references
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
FSharp.Compiler.Service
FSharp.Analyzers.SDK
Newtonsoft.Json
ICSharpCode.Decompiler
Microsoft.SourceLink.GitHub
System.Configuration.ConfigurationManager
FSharp.UMX
FsToolkit.ErrorHandling.TaskResult
Fantomas.Client
FSharp.Data.Adaptive
IcedTasks

Ionide.ProjInfo.ProjectSystem
System.Reflection.Metadata
Microsoft.Build.Utilities.Core
Ionide.LanguageServerProtocol
Ionide.KeepAChangelog.Tasks
Microsoft.Extensions.Caching.Memory
Microsoft.CodeAnalysis
LinkDotNet.StringBuilder
CommunityToolkit.HighPerformance
CommunityToolkit.HighPerformance
9 changes: 1 addition & 8 deletions src/FsAutoComplete/paket.references
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
#FSharpLint.Core
CliWrap
Destructurama.FSharp
Fantomas.Client
FSharp.Analyzers.SDK
FSharp.Compiler.Service
FSharp.Core
FSharp.UMX
FsToolkit.ErrorHandling
FsToolkit.ErrorHandling.TaskResult
IcedTasks
ICSharpCode.Decompiler
Expand All @@ -15,16 +11,13 @@ Ionide.LanguageServerProtocol
Ionide.ProjInfo.ProjectSystem
Microsoft.NETFramework.ReferenceAssemblies
Microsoft.SourceLink.GitHub
Newtonsoft.Json
Serilog
Serilog.Sinks.Async
Serilog.Sinks.Console
Serilog.Sinks.File
System.CommandLine
System.Configuration.ConfigurationManager
FSharp.Data.Adaptive
Microsoft.Extensions.Caching.Memory
OpenTelemetry.Exporter.OpenTelemetryProtocol
Microsoft.CodeAnalysis
LinkDotNet.StringBuilder
CommunityToolkit.HighPerformance
CommunityToolkit.HighPerformance
10 changes: 4 additions & 6 deletions test/FsAutoComplete.Tests.Lsp/paket.references
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@ FSharp.Core content: once
FSharp.Compiler.Service
FSharp.Control.Reactive
FSharpx.Async
Expecto
Expecto.Diff
Microsoft.NET.Test.Sdk
YoloDev.Expecto.TestSdk
AltCover
GitHubActionsTestLogger
CliWrap
FSharp.Data.Adaptive

Microsoft.Build copy_local:false
Microsoft.Build.Framework copy_local:false
Microsoft.Build.Utilities.Core copy_local:false
Microsoft.Build copy_local: false
Microsoft.Build.Framework copy_local: false
Microsoft.Build.Utilities.Core copy_local: false
Microsoft.Build.Tasks.Core copy_local: false
NuGet.Frameworks copy_local: false
NuGet.Frameworks copy_local: false
3 changes: 1 addition & 2 deletions test/OptionAnalyzer/paket.references
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
FSharp.Core
FSharp.Analyzers.Sdk
FSharp.Analyzers.Sdk

0 comments on commit e4c242c

Please sign in to comment.