Skip to content

Commit

Permalink
bump versions and reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme committed May 24, 2022
1 parent 35101d8 commit 2d89bbd
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 62 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
]
},
"paket": {
"version": "7.0.2",
"version": "7.1.5",
"commands": [
"paket"
]
},
"fantomas-tool": {
"version": "4.7.3",
"version": "5.0.0-alpha-002",
"commands": [
"fantomas"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
dotnet: [6.0.201]
dotnet: [6.0.203]
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.201",
"version": "6.0.203",
"rollForward": "minor"
}
}
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ framework: auto-detect
storage: none

nuget FSharp.Core >= 4.7 lowest_matching:true
nuget FSharp.Compiler.Service 41.0.3
nuget FSharp.Compiler.Service 41.0.4
nuget CommandLineParser ~> 2.8
nuget Microsoft.Build.Framework
nuget Microsoft.Build.Tasks.Core
Expand Down
112 changes: 55 additions & 57 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ STORAGE: NONE
RESTRICTION: || (== net6.0) (== netstandard2.1)
NUGET
remote: https://api.nuget.org/v3/index.json
CommandLineParser (2.8)
FSharp.Compiler.Service (41.0.3)
FSharp.Core (6.0.3)
CommandLineParser (2.9.1)
FSharp.Compiler.Service (41.0.4)
FSharp.Core (6.0.4)
Microsoft.Build.Framework (>= 17.0)
Microsoft.Build.Tasks.Core (>= 17.0)
Microsoft.Build.Utilities.Core (>= 17.0)
Expand All @@ -30,22 +30,22 @@ NUGET
System.Threading.Tasks.Parallel (>= 4.3)
System.Threading.Thread (>= 4.3)
System.Threading.ThreadPool (>= 4.3)
FSharp.Core (6.0.3)
FSharp.Core (6.0.4)
FSharp.Data (3.3.3)
FSharp.Core (>= 4.3.4)
FsUnit (3.9)
FSharp.Core (>= 4.2.3)
NETStandard.Library (>= 2.0.3)
NUnit (>= 3.12 < 4.0)
Ionide.ProjInfo (0.57.2)
Ionide.ProjInfo (0.59.1)
FSharp.Core (>= 6.0.3) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net6.0))
Ionide.ProjInfo.Sln (>= 0.57.2) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net6.0))
Ionide.ProjInfo.Sln (>= 0.59.1) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net6.0))
Microsoft.Build (>= 17.1) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net6.0))
Microsoft.Build.Framework (>= 17.1) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net6.0))
SemanticVersioning (>= 2.0.2) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net6.0))
Ionide.ProjInfo.Sln (0.57.2)
Microsoft.Build (17.1) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net6.0))
Microsoft.Build.Framework (>= 17.1) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net472)) (&& (== netstandard2.1) (>= net6.0))
Ionide.ProjInfo.Sln (0.59.1)
Microsoft.Build (17.2) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net6.0))
Microsoft.Build.Framework (>= 17.2) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net472)) (&& (== netstandard2.1) (>= net6.0))
Microsoft.NET.StringTools (>= 1.0) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net472)) (&& (== netstandard2.1) (>= net6.0))
Microsoft.Win32.Registry (>= 4.3) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net6.0))
System.Collections.Immutable (>= 5.0) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net472)) (&& (== netstandard2.1) (>= net6.0))
Expand All @@ -55,12 +55,12 @@ NUGET
System.Text.Encoding.CodePages (>= 4.0.1) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net6.0))
System.Text.Json (>= 6.0) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net472)) (&& (== netstandard2.1) (>= net6.0))
System.Threading.Tasks.Dataflow (>= 6.0) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net472)) (&& (== netstandard2.1) (>= net6.0))
Microsoft.Build.Framework (17.1)
Microsoft.Build.Framework (17.2)
Microsoft.Win32.Registry (>= 4.3)
System.Security.Permissions (>= 4.7)
Microsoft.Build.Tasks.Core (17.1)
Microsoft.Build.Framework (>= 17.1)
Microsoft.Build.Utilities.Core (>= 17.1)
Microsoft.Build.Tasks.Core (17.2)
Microsoft.Build.Framework (>= 17.2)
Microsoft.Build.Utilities.Core (>= 17.2)
Microsoft.NET.StringTools (>= 1.0)
Microsoft.Win32.Registry (>= 4.3)
System.CodeDom (>= 4.4)
Expand All @@ -71,14 +71,14 @@ NUGET
System.Security.Cryptography.Xml (>= 4.7)
System.Security.Permissions (>= 4.7)
System.Threading.Tasks.Dataflow (>= 6.0)
Microsoft.Build.Utilities.Core (17.1)
Microsoft.Build.Framework (>= 17.1)
Microsoft.Build.Utilities.Core (17.2)
Microsoft.Build.Framework (>= 17.2)
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)
System.Security.Permissions (>= 4.7) - restriction: == netstandard2.1
System.Text.Encoding.CodePages (>= 4.0.1) - restriction: == netstandard2.1
Microsoft.CodeAnalysis.Analyzers (3.3.3)
Microsoft.CodeAnalysis.Common (3.11)
Microsoft.CodeAnalysis.Analyzers (>= 3.3.2)
Expand All @@ -90,20 +90,20 @@ NUGET
System.Threading.Tasks.Extensions (>= 4.5.4)
Microsoft.CodeAnalysis.CSharp (3.11)
Microsoft.CodeAnalysis.Common (3.11)
Microsoft.CodeCoverage (17.1) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net45)) (&& (== netstandard2.1) (>= netcoreapp1.0))
Microsoft.CodeCoverage (17.2) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net45)) (&& (== netstandard2.1) (>= netcoreapp1.0))
Microsoft.NET.StringTools (1.0)
System.Memory (>= 4.5.4)
System.Runtime.CompilerServices.Unsafe (>= 5.0)
Microsoft.NET.Test.Sdk (17.1)
Microsoft.CodeCoverage (>= 17.1) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net45)) (&& (== netstandard2.1) (>= netcoreapp1.0))
Microsoft.TestPlatform.TestHost (>= 17.1) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= netcoreapp1.0))
Microsoft.NETCore.Platforms (6.0.2)
Microsoft.NET.Test.Sdk (17.2)
Microsoft.CodeCoverage (>= 17.2) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net45)) (&& (== netstandard2.1) (>= netcoreapp1.0))
Microsoft.TestPlatform.TestHost (>= 17.2) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= netcoreapp1.0))
Microsoft.NETCore.Platforms (6.0.3)
Microsoft.NETCore.Targets (5.0)
Microsoft.TestPlatform.ObjectModel (17.1) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= netcoreapp1.0))
Microsoft.TestPlatform.ObjectModel (17.2) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= netcoreapp1.0))
NuGet.Frameworks (>= 5.11)
System.Reflection.Metadata (>= 1.6)
Microsoft.TestPlatform.TestHost (17.1) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= netcoreapp1.0))
Microsoft.TestPlatform.ObjectModel (>= 17.1) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= netcoreapp1.0)) (&& (== netstandard2.1) (>= uap10.0))
Microsoft.TestPlatform.TestHost (17.2) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= netcoreapp1.0))
Microsoft.TestPlatform.ObjectModel (>= 17.2) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= netcoreapp1.0)) (&& (== netstandard2.1) (>= uap10.0))
Newtonsoft.Json (>= 9.0.1) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= netcoreapp1.0)) (&& (== netstandard2.1) (>= uap10.0))
Microsoft.Win32.Primitives (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Expand All @@ -114,11 +114,11 @@ NUGET
System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (>= uap10.1)) (== netstandard2.1)
System.Security.AccessControl (>= 5.0)
System.Security.Principal.Windows (>= 5.0)
Microsoft.Win32.SystemEvents (6.0) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= netcoreapp3.1))
Microsoft.Win32.SystemEvents (6.0.1) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= netcoreapp3.1))
NETStandard.Library (2.0.3)
Microsoft.NETCore.Platforms (>= 1.1)
Newtonsoft.Json (13.0.1)
NuGet.Frameworks (6.1) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= netcoreapp1.0)) (&& (== netstandard2.1) (>= netcoreapp2.1))
NuGet.Frameworks (6.2) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= netcoreapp1.0)) (&& (== netstandard2.1) (>= netcoreapp2.1))
NUnit (3.13.3)
NETStandard.Library (>= 2.0)
NUnit3TestAdapter (4.2.1)
Expand Down Expand Up @@ -508,7 +508,7 @@ NUGET
System.Text.Encoding (>= 4.3)
System.Security.Cryptography.OpenSsl (5.0)
System.Formats.Asn1 (>= 5.0) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= netcoreapp3.0))
System.Security.Cryptography.Pkcs (6.0)
System.Security.Cryptography.Pkcs (6.0.1)
System.Formats.Asn1 (>= 6.0)
System.Security.Cryptography.Cng (>= 5.0) - restriction: || (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.1)
System.Security.Cryptography.Primitives (4.3)
Expand Down Expand Up @@ -571,7 +571,7 @@ NUGET
System.Text.Encoding (>= 4.3)
System.Text.Encodings.Web (6.0) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net6.0))
System.Runtime.CompilerServices.Unsafe (>= 6.0)
System.Text.Json (6.0.2) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net6.0))
System.Text.Json (6.0.4) - restriction: || (== net6.0) (&& (== netstandard2.1) (>= net6.0))
System.Runtime.CompilerServices.Unsafe (>= 6.0)
System.Text.Encodings.Web (>= 6.0)
System.Threading (4.3)
Expand Down Expand Up @@ -728,12 +728,12 @@ NUGET
FSharp.Core (>= 6.0)
FParsec (1.1.1)
FSharp.Core (>= 4.3.4)
FSharp.Control.Reactive (5.0.2)
FSharp.Control.Reactive (5.0.5)
FSharp.Core (>= 4.7.2)
System.Reactive (>= 5.0)
FSharp.Core (6.0.3)
Microsoft.Build (17.1)
Microsoft.Build.Framework (>= 17.1)
System.Reactive (>= 5.0 < 6.0)
FSharp.Core (6.0.4)
Microsoft.Build (17.2)
Microsoft.Build.Framework (>= 17.2)
Microsoft.NET.StringTools (>= 1.0)
Microsoft.Win32.Registry (>= 4.3)
System.Collections.Immutable (>= 5.0)
Expand All @@ -743,12 +743,12 @@ NUGET
System.Text.Encoding.CodePages (>= 4.0.1)
System.Text.Json (>= 6.0)
System.Threading.Tasks.Dataflow (>= 6.0)
Microsoft.Build.Framework (17.1)
Microsoft.Build.Framework (17.2)
Microsoft.Win32.Registry (>= 4.3)
System.Security.Permissions (>= 4.7)
Microsoft.Build.Tasks.Core (17.1)
Microsoft.Build.Framework (>= 17.1)
Microsoft.Build.Utilities.Core (>= 17.1)
Microsoft.Build.Tasks.Core (17.2)
Microsoft.Build.Framework (>= 17.2)
Microsoft.Build.Utilities.Core (>= 17.2)
Microsoft.NET.StringTools (>= 1.0)
Microsoft.Win32.Registry (>= 4.3)
System.CodeDom (>= 4.4)
Expand All @@ -759,43 +759,41 @@ NUGET
System.Security.Cryptography.Xml (>= 4.7)
System.Security.Permissions (>= 4.7)
System.Threading.Tasks.Dataflow (>= 6.0)
Microsoft.Build.Utilities.Core (17.1)
Microsoft.Build.Framework (>= 17.1)
Microsoft.Build.Utilities.Core (17.2)
Microsoft.Build.Framework (>= 17.2)
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.NET.StringTools (1.0)
System.Memory (>= 4.5.4)
System.Runtime.CompilerServices.Unsafe (>= 5.0)
Microsoft.Win32.Registry (5.0)
System.Security.AccessControl (>= 5.0)
System.Security.Principal.Windows (>= 5.0)
Microsoft.Win32.SystemEvents (6.0)
Microsoft.Win32.SystemEvents (6.0.1)
Mono.Posix.NETStandard (1.0)
MSBuild.StructuredLogger (2.1.630)
MSBuild.StructuredLogger (2.1.669)
Microsoft.Build (>= 16.10)
Microsoft.Build.Framework (>= 16.10)
Microsoft.Build.Tasks.Core (>= 16.10)
Microsoft.Build.Utilities.Core (>= 16.10)
Newtonsoft.Json (13.0.1)
NuGet.Common (6.1)
NuGet.Frameworks (>= 6.1)
NuGet.Configuration (6.1)
NuGet.Common (>= 6.1)
NuGet.Common (6.2)
NuGet.Frameworks (>= 6.2)
NuGet.Configuration (6.2)
NuGet.Common (>= 6.2)
System.Security.Cryptography.ProtectedData (>= 4.4)
NuGet.Frameworks (6.1)
NuGet.Packaging (6.1)
NuGet.Frameworks (6.2)
NuGet.Packaging (6.2)
Newtonsoft.Json (>= 13.0.1)
NuGet.Configuration (>= 6.1)
NuGet.Versioning (>= 6.1)
NuGet.Configuration (>= 6.2)
NuGet.Versioning (>= 6.2)
System.Security.Cryptography.Cng (>= 5.0)
System.Security.Cryptography.Pkcs (>= 5.0)
NuGet.Protocol (6.1)
NuGet.Packaging (>= 6.1)
NuGet.Versioning (6.1)
NuGet.Protocol (6.2)
NuGet.Packaging (>= 6.2)
NuGet.Versioning (6.2)
System.CodeDom (6.0)
System.Collections.Immutable (6.0)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
Expand All @@ -814,7 +812,7 @@ NUGET
System.Security.AccessControl (6.0)
System.Security.Cryptography.Cng (5.0)
System.Formats.Asn1 (>= 5.0)
System.Security.Cryptography.Pkcs (6.0)
System.Security.Cryptography.Pkcs (6.0.1)
System.Formats.Asn1 (>= 6.0)
System.Security.Cryptography.ProtectedData (6.0)
System.Security.Cryptography.Xml (6.0)
Expand All @@ -828,7 +826,7 @@ NUGET
System.Runtime.CompilerServices.Unsafe (>= 6.0)
System.Text.Encodings.Web (6.0)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
System.Text.Json (6.0.2)
System.Text.Json (6.0.4)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
System.Text.Encodings.Web (>= 6.0)
System.Threading.Tasks.Dataflow (6.0)
Expand Down

0 comments on commit 2d89bbd

Please sign in to comment.