diff --git a/integrationtests/Paket.IntegrationTests/FsiExtension.fs b/integrationtests/Paket.IntegrationTests/FsiExtension.fs index ee2e783d92..72110dfd79 100644 --- a/integrationtests/Paket.IntegrationTests/FsiExtension.fs +++ b/integrationtests/Paket.IntegrationTests/FsiExtension.fs @@ -17,6 +17,7 @@ module FsiExtension = let extensionFileName = "FSharp.DependencyManager.Paket.dll" [] + [] let ``fcs can type check `` () = System.AppDomain.CurrentDomain.add_AssemblyResolve(fun _ (e: System.ResolveEventArgs) -> // the paket dependency manager assembly depends on fsharp.core version diff --git a/paket.dependencies b/paket.dependencies index 7750836032..b1841a8e87 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -9,13 +9,11 @@ nuget FSharp.Core >= 6.0.3 redirects: force nuget Chessie >= 0.6 nuget Mono.Cecil ~> 0.11.1 -nuget System.Security.Cryptography.ProtectedData >= 4.4 nuget NETStandard.Library ~> 2.0 nuget Microsoft.NETCore.App ~> 2.1 nuget System.Net.Http.WinHttpHandler >= 4.5 nuget Nuget.Packaging -nuget Microsoft.Win32.Registry nuget System.Diagnostics.TraceSource # these two are not public dependencies, they're used for build-time only diff --git a/src/Paket.Core/paket.references b/src/Paket.Core/paket.references index dc23ae1602..21996954e0 100644 --- a/src/Paket.Core/paket.references +++ b/src/Paket.Core/paket.references @@ -2,12 +2,10 @@ Newtonsoft.Json FSharp.Core Mono.Cecil Chessie -System.Security.Cryptography.ProtectedData System.Net.Http.WinHttpHandler System.Net.Http Microsoft.NETFramework.ReferenceAssemblies.net461 Nuget.Packaging DotNet.ReproducibleBuilds - File:Globbing.fs Common\ -File:AssemblyReader.fs Common\ +File:AssemblyReader.fs Common\ \ No newline at end of file diff --git a/src/Paket/paket.references b/src/Paket/paket.references index 33ca148e3e..5c96a2c102 100644 --- a/src/Paket/paket.references +++ b/src/Paket/paket.references @@ -1,15 +1,11 @@ Argu FSharp.Core Chessie - -# workaround for transitive of FSharp.Core not pulled when packaging as PackAsTool Newtonsoft.Json Mono.Cecil -System.Security.Cryptography.ProtectedData System.Net.Http.WinHttpHandler System.Net.Http Nuget.Packaging -Microsoft.Win32.Registry System.Diagnostics.Process System.Diagnostics.TraceSource DotNet.ReproducibleBuilds