Skip to content

Commit

Permalink
updated paket
Browse files Browse the repository at this point in the history
  • Loading branch information
krauthaufen committed Sep 14, 2023
1 parent e50436e commit 7689083
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 70 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.0.21
* updated paket

### 1.0.20
* Ignore readme, license and build scripts for determining root

Expand Down
9 changes: 5 additions & 4 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,20 @@ nuget FSharp.Core >= 6.0.3 lowest_matching: true

nuget SharpZipLib ~> 1.3.3
nuget Mono.Cecil ~> 0.11.4
nuget Microsoft.Build.Tasks.Core ~> 17.0.0
nuget Microsoft.Build.Framework ~> 17.0.0
nuget Microsoft.Build.Utilities.Core ~> 17.0.0
nuget Microsoft.Build.Tasks.Core ~> 17.7.0
nuget Microsoft.Build.Framework ~> 17.7.0
nuget Microsoft.Build.Utilities.Core ~> 17.7.0

nuget Fake.Core.ReleaseNotes ~> 6.0.0
nuget Fake.DotNet.Cli ~> 6.0.0
nuget Fake.Tools.Git ~> 6.0.0
nuget Fake.Api.GitHub ~> 6.0.0

nuget Paket.Core ~> 7.2.0

nuget Microsoft.NET.Test.Sdk ~> 15.5.0
nuget NUnit ~> 3.9.0
nuget NUnit3TestAdapter ~> 3.9.0

nuget FSys ~> 0.0.1
nuget Paket.Core ~> 6.2.1
nuget FsUnit
145 changes: 79 additions & 66 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,29 +111,41 @@ NUGET
System.Text.Encoding.CodePages (>= 4.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
System.Text.Json (>= 5.0.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net6.0))
System.Threading.Tasks.Dataflow (>= 4.9) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net6.0))
Microsoft.Build.Framework (17.0.1)
System.Security.Permissions (>= 4.7)
Microsoft.Build.Tasks.Core (17.0.1)
Microsoft.Build.Framework (>= 17.0.1)
Microsoft.Build.Utilities.Core (>= 17.0.1)
Microsoft.NET.StringTools (>= 1.0)
Microsoft.Win32.Registry (>= 4.3)
System.CodeDom (>= 4.4)
System.Collections.Immutable (>= 5.0)
System.Reflection.Metadata (>= 1.6)
System.Resources.Extensions (>= 4.6)
System.Security.Cryptography.Pkcs (>= 4.7)
System.Security.Cryptography.Xml (>= 4.7)
System.Security.Permissions (>= 4.7)
System.Threading.Tasks.Dataflow (>= 4.9)
Microsoft.Build.Utilities.Core (17.0.1)
Microsoft.Build.Framework (>= 17.0.1)
Microsoft.NET.StringTools (>= 1.0)
Microsoft.Win32.Registry (>= 4.3)
System.Collections.Immutable (>= 5.0)
System.Configuration.ConfigurationManager (>= 4.7)
System.Security.Permissions (>= 4.7)
System.Text.Encoding.CodePages (>= 4.0.1)
Microsoft.Build.Framework (17.7.2)
Microsoft.Win32.Registry (>= 5.0)
System.Memory (>= 4.5.5)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
System.Security.Permissions (>= 7.0)
System.Security.Principal.Windows (>= 5.0)
Microsoft.Build.Tasks.Core (17.7.2)
Microsoft.Build.Framework (>= 17.7.2)
Microsoft.Build.Utilities.Core (>= 17.7.2)
Microsoft.NET.StringTools (>= 17.7.2)
Microsoft.Win32.Registry (>= 5.0)
System.CodeDom (>= 7.0)
System.Collections.Immutable (>= 7.0)
System.Configuration.ConfigurationManager (>= 7.0)
System.Memory (>= 4.5.5)
System.Reflection.Metadata (>= 7.0)
System.Resources.Extensions (>= 7.0)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
System.Security.Cryptography.Pkcs (>= 7.0.2)
System.Security.Cryptography.Xml (>= 7.0.1)
System.Security.Permissions (>= 7.0)
System.Security.Principal.Windows (>= 5.0)
System.Text.Encoding.CodePages (>= 7.0)
System.Threading.Tasks.Dataflow (>= 7.0)
Microsoft.Build.Utilities.Core (17.7.2)
Microsoft.Build.Framework (>= 17.7.2)
Microsoft.NET.StringTools (>= 17.7.2)
Microsoft.Win32.Registry (>= 5.0)
System.Collections.Immutable (>= 7.0)
System.Configuration.ConfigurationManager (>= 7.0)
System.Memory (>= 4.5.5)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
System.Security.Permissions (>= 7.0)
System.Security.Principal.Windows (>= 5.0)
System.Text.Encoding.CodePages (>= 7.0)
Microsoft.CodeCoverage (17.4)
Microsoft.DotNet.InternalAbstractions (1.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0))
System.AppContext (>= 4.1)
Expand All @@ -144,9 +156,9 @@ NUGET
System.Runtime.Extensions (>= 4.1)
System.Runtime.InteropServices (>= 4.1)
System.Runtime.InteropServices.RuntimeInformation (>= 4.0)
Microsoft.NET.StringTools (1.0)
System.Memory (>= 4.5.4)
System.Runtime.CompilerServices.Unsafe (>= 5.0)
Microsoft.NET.StringTools (17.7.2)
System.Memory (>= 4.5.5)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
Microsoft.NET.Test.Sdk (15.5)
Microsoft.CodeCoverage (>= 1.0.3)
Microsoft.TestPlatform.TestHost (>= 15.5)
Expand All @@ -167,8 +179,8 @@ NUGET
System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (>= uap10.1)) (== netstandard2.0)
System.Security.AccessControl (>= 5.0)
System.Security.Principal.Windows (>= 5.0)
Microsoft.Win32.SystemEvents (6.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
Mono.Cecil (0.11.4)
Microsoft.Win32.SystemEvents (7.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Mono.Cecil (0.11.5)
Mono.Posix.NETStandard (1.0)
MSBuild.StructuredLogger (2.1.545)
Microsoft.Build (>= 16.10)
Expand Down Expand Up @@ -207,10 +219,10 @@ NUGET
System.Xml.XmlDocument (>= 4.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0))
System.Xml.XPath.XmlDocument (>= 4.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0))
Octokit (4.0.3)
Paket.Core (6.2.1)
Paket.Core (7.2.1)
Chessie (>= 0.6)
FSharp.Core (>= 5.0)
Mono.Cecil (>= 0.11.3)
FSharp.Core (6.0.3)
Mono.Cecil (>= 0.11.3 < 0.12)
Newtonsoft.Json (>= 13.0.1)
NuGet.Packaging (>= 5.9.1)
System.Net.Http (>= 4.3.4)
Expand Down Expand Up @@ -259,8 +271,8 @@ NUGET
SharpZipLib (1.3.3)
System.AppContext (4.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0))
System.Runtime (>= 4.3)
System.Buffers (4.5.1) - restriction: || (&& (== net6.0) (>= monoandroid) (< netstandard1.3)) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (== netstandard2.0)
System.CodeDom (6.0)
System.Buffers (4.5.1) - restriction: || (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0)
System.CodeDom (7.0)
System.Collections (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
Expand All @@ -276,8 +288,8 @@ NUGET
System.Runtime.Extensions (>= 4.3)
System.Threading (>= 4.3)
System.Threading.Tasks (>= 4.3)
System.Collections.Immutable (6.0)
System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (== netstandard2.0)
System.Collections.Immutable (7.0)
System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
System.Collections.NonGeneric (4.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0))
System.Diagnostics.Debug (>= 4.3)
Expand Down Expand Up @@ -321,9 +333,9 @@ NUGET
System.Runtime (>= 4.3)
System.Runtime.Extensions (>= 4.3)
System.Threading (>= 4.3)
System.Configuration.ConfigurationManager (6.0)
System.Security.Cryptography.ProtectedData (>= 6.0)
System.Security.Permissions (>= 6.0)
System.Configuration.ConfigurationManager (7.0)
System.Security.Cryptography.ProtectedData (>= 7.0)
System.Security.Permissions (>= 7.0)
System.Diagnostics.Debug (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
Expand Down Expand Up @@ -357,11 +369,11 @@ NUGET
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
System.Runtime (>= 4.3)
System.Drawing.Common (6.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
Microsoft.Win32.SystemEvents (>= 6.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
System.Formats.Asn1 (6.0)
System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= net461)) (== netstandard2.0)
System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (== netstandard2.0)
System.Drawing.Common (7.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Microsoft.Win32.SystemEvents (>= 7.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
System.Formats.Asn1 (7.0)
System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
System.Globalization (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
Expand Down Expand Up @@ -401,7 +413,7 @@ NUGET
System.Resources.ResourceManager (>= 4.3)
System.Runtime (>= 4.3)
System.Runtime.Extensions (>= 4.3)
System.Memory (4.5.4)
System.Memory (4.5.5)
System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (== netstandard2.0)
System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net6.0) (< netcoreapp2.0)) (== netstandard2.0)
System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (== netstandard2.0)
Expand Down Expand Up @@ -450,15 +462,16 @@ NUGET
Microsoft.NETCore.Targets (>= 1.1)
System.Reflection (>= 4.3)
System.Runtime (>= 4.3)
System.Reflection.Metadata (6.0)
System.Collections.Immutable (>= 6.0)
System.Reflection.Metadata (7.0.2)
System.Collections.Immutable (>= 7.0)
System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
System.Reflection.Primitives (4.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0))
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
System.Runtime (>= 4.3)
System.Reflection.TypeExtensions (4.7) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0))
System.Resources.Extensions (6.0)
System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (== netstandard2.0)
System.Resources.Extensions (7.0)
System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
System.Resources.ResourceManager (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
Expand Down Expand Up @@ -549,11 +562,11 @@ NUGET
System.Text.Encoding (>= 4.3)
System.Security.Cryptography.OpenSsl (5.0)
System.Formats.Asn1 (>= 5.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.0))
System.Security.Cryptography.Pkcs (6.0)
System.Security.Cryptography.Pkcs (7.0.3)
System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0)
System.Formats.Asn1 (>= 6.0)
System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0)
System.Security.Cryptography.Cng (>= 5.0) - restriction: || (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0)
System.Formats.Asn1 (>= 7.0)
System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0)
System.Security.Cryptography.Cng (>= 5.0) - restriction: || (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0)
System.Security.Cryptography.Primitives (4.3)
System.Diagnostics.Debug (>= 4.3)
System.Globalization (>= 4.3)
Expand All @@ -562,8 +575,8 @@ NUGET
System.Runtime (>= 4.3)
System.Threading (>= 4.3)
System.Threading.Tasks (>= 4.3)
System.Security.Cryptography.ProtectedData (6.0)
System.Memory (>= 4.5.4) - restriction: == netstandard2.0
System.Security.Cryptography.ProtectedData (7.0.1)
System.Memory (>= 4.5.5) - restriction: == netstandard2.0
System.Security.Cryptography.X509Certificates (4.3.2)
Microsoft.NETCore.Platforms (>= 1.1)
runtime.native.System (>= 4.3)
Expand All @@ -590,20 +603,20 @@ NUGET
System.Security.Cryptography.Primitives (>= 4.3)
System.Text.Encoding (>= 4.3)
System.Threading (>= 4.3)
System.Security.Cryptography.Xml (6.0)
System.Memory (>= 4.5.4) - restriction: == netstandard2.0
System.Security.AccessControl (>= 6.0)
System.Security.Cryptography.Pkcs (>= 6.0)
System.Security.Permissions (6.0)
System.Security.AccessControl (>= 6.0)
System.Windows.Extensions (>= 6.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
System.Security.Cryptography.Xml (7.0.1)
System.Memory (>= 4.5.5) - restriction: == netstandard2.0
System.Security.AccessControl (>= 6.0) - restriction: == netstandard2.0
System.Security.Cryptography.Pkcs (>= 7.0)
System.Security.Permissions (7.0)
System.Security.AccessControl (>= 6.0) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
System.Windows.Extensions (>= 7.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
System.Security.Principal.Windows (5.0)
System.Text.Encoding (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
System.Runtime (>= 4.3)
System.Text.Encoding.CodePages (6.0)
System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (== netstandard2.0)
System.Text.Encoding.CodePages (7.0)
System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
System.Text.Encoding.Extensions (4.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0))
Microsoft.NETCore.Platforms (>= 1.1)
Expand All @@ -624,15 +637,15 @@ NUGET
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
System.Runtime (>= 4.3)
System.Threading.Tasks.Dataflow (6.0)
System.Threading.Tasks.Dataflow (7.0)
System.Threading.Tasks.Extensions (4.5.4) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0))
System.Threading.Thread (4.3)
System.Runtime (>= 4.3)
System.Threading.ThreadPool (4.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0))
System.Runtime (>= 4.3)
System.Runtime.Handles (>= 4.3)
System.Windows.Extensions (6.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
System.Drawing.Common (>= 6.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
System.Windows.Extensions (7.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
System.Drawing.Common (>= 7.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
System.Xml.ReaderWriter (4.3.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0))
System.Collections (>= 4.3)
System.Diagnostics.Debug (>= 4.3)
Expand Down

0 comments on commit 7689083

Please sign in to comment.