From e9ea1551d61bca983468ac647f70d10480eabdb7 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Wed, 13 Dec 2023 22:08:43 +0000 Subject: [PATCH] Go behind paket's back --- global.json | 2 +- paket.dependencies | 1 - paket.lock | 19 ------------------- src/Argu/Argu.fsproj | 9 +++++++-- src/Argu/paket.references | 3 +-- 5 files changed, 9 insertions(+), 25 deletions(-) diff --git a/global.json b/global.json index 8250e5c0..542a0db7 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "version": "6.0.402", - "rollForward": "latestMajor" + "rollForward": "minor" } } diff --git a/paket.dependencies b/paket.dependencies index 2d502cc7..f85938cc 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -4,7 +4,6 @@ storage: none nuget FSharp.Core >= 4.3.2 lowest_matching:true nuget System.Configuration.ConfigurationManager >= 4.0 lowest_matching:true -nuget DotNet.ReproducibleBuilds copy_local: true group Tests source https://api.nuget.org/v3/index.json diff --git a/paket.lock b/paket.lock index ac45ed02..855cf66f 100644 --- a/paket.lock +++ b/paket.lock @@ -2,26 +2,7 @@ STORAGE: NONE RESTRICTION: == netstandard2.0 NUGET remote: https://api.nuget.org/v3/index.json - DotNet.ReproducibleBuilds (1.1.1) - copy_local: true - Microsoft.SourceLink.AzureRepos.Git (>= 1.1.1) - Microsoft.SourceLink.Bitbucket.Git (>= 1.1.1) - Microsoft.SourceLink.GitHub (>= 1.1.1) - Microsoft.SourceLink.GitLab (>= 1.1.1) FSharp.Core (4.3.2) - Microsoft.Build.Tasks.Git (8.0) - copy_local: true - Microsoft.SourceLink.AzureRepos.Git (8.0) - copy_local: true - Microsoft.Build.Tasks.Git (>= 8.0) - Microsoft.SourceLink.Common (>= 8.0) - Microsoft.SourceLink.Bitbucket.Git (8.0) - copy_local: true - Microsoft.Build.Tasks.Git (>= 8.0) - Microsoft.SourceLink.Common (>= 8.0) - Microsoft.SourceLink.Common (8.0) - copy_local: true - Microsoft.SourceLink.GitHub (1.1.1) - copy_local: true - Microsoft.Build.Tasks.Git (>= 1.1.1) - Microsoft.SourceLink.Common (>= 1.1.1) - Microsoft.SourceLink.GitLab (8.0) - copy_local: true - Microsoft.Build.Tasks.Git (>= 8.0) - Microsoft.SourceLink.Common (>= 8.0) System.Buffers (4.5.1) System.Configuration.ConfigurationManager (4.4) System.Security.Cryptography.ProtectedData (>= 4.4) diff --git a/src/Argu/Argu.fsproj b/src/Argu/Argu.fsproj index bb17edfd..fdc487da 100644 --- a/src/Argu/Argu.fsproj +++ b/src/Argu/Argu.fsproj @@ -1,4 +1,5 @@ - + + netstandard2.0 true @@ -21,5 +22,9 @@ + + + + - + \ No newline at end of file diff --git a/src/Argu/paket.references b/src/Argu/paket.references index 1179a332..97c2a030 100644 --- a/src/Argu/paket.references +++ b/src/Argu/paket.references @@ -1,3 +1,2 @@ FSharp.Core -System.Configuration.ConfigurationManager -DotNet.ReproducibleBuilds \ No newline at end of file +System.Configuration.ConfigurationManager \ No newline at end of file