Skip to content

Commit

Permalink
Merge pull request #814 from nojaf/sdk-7-200
Browse files Browse the repository at this point in the history
Update dotnet SDK to 7.0.202
  • Loading branch information
nojaf authored Mar 30, 2023
2 parents 8462b2f + fc3dc58 commit 885bec0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 47 deletions.
3 changes: 2 additions & 1 deletion build/paket.references
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Fake.DotNet.Testing.NUnit
Fake.DotNet.NuGet
Fake.DotNet.MsBuild
Fake.Tools.Git
Fake.DotNet.Paket
Fake.DotNet.Paket
MSBuild.StructuredLogger
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.100",
"version": "7.0.202",
"rollForward": "minor"
}
}
3 changes: 2 additions & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ group Fake
nuget Fake.DotNet.NuGet
nuget Fake.DotNet.MsBuild
nuget Fake.Tools.Git
nuget Fake.DotNet.Paket
nuget Fake.DotNet.Paket
nuget MSBuild.StructuredLogger 2.1.790
45 changes: 1 addition & 44 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,31 +289,8 @@ NUGET
FSharp.Core (>= 4.7.2)
System.Reactive (>= 5.0 < 6.0)
FSharp.Core (7.0)
Microsoft.Build (17.3.1)
Microsoft.Build.Framework (>= 17.3.1)
Microsoft.NET.StringTools (>= 17.3.1)
System.Collections.Immutable (>= 6.0)
System.Configuration.ConfigurationManager (>= 6.0)
System.Reflection.Metadata (>= 6.0)
System.Reflection.MetadataLoadContext (>= 6.0)
System.Security.Principal.Windows (>= 5.0)
System.Text.Encoding.CodePages (>= 6.0)
System.Text.Json (>= 6.0)
System.Threading.Tasks.Dataflow (>= 6.0)
Microsoft.Build.Framework (17.3.1)
System.Security.Permissions (>= 6.0)
Microsoft.Build.Tasks.Core (17.3.1)
Microsoft.Build.Framework (>= 17.3.1)
Microsoft.Build.Utilities.Core (>= 17.3.1)
Microsoft.NET.StringTools (>= 17.3.1)
System.CodeDom (>= 6.0)
System.Collections.Immutable (>= 6.0)
System.Reflection.Metadata (>= 6.0)
System.Resources.Extensions (>= 6.0)
System.Security.Cryptography.Pkcs (>= 6.0.1)
System.Security.Cryptography.Xml (>= 6.0)
System.Security.Permissions (>= 6.0)
System.Threading.Tasks.Dataflow (>= 6.0)
Microsoft.Build.Utilities.Core (17.3.1)
Microsoft.Build.Framework (>= 17.3.1)
Microsoft.NET.StringTools (>= 17.3.1)
Expand All @@ -327,10 +304,8 @@ NUGET
System.Security.Principal.Windows (>= 5.0)
Microsoft.Win32.SystemEvents (6.0.1)
Mono.Posix.NETStandard (1.0)
MSBuild.StructuredLogger (2.1.669)
Microsoft.Build (>= 16.10)
MSBuild.StructuredLogger (2.1.790)
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.3)
Expand All @@ -348,7 +323,6 @@ NUGET
NuGet.Protocol (6.3)
NuGet.Packaging (>= 6.3)
NuGet.Versioning (6.3)
System.CodeDom (6.0)
System.Collections.Immutable (6.0)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
System.Configuration.ConfigurationManager (6.0)
Expand All @@ -359,33 +333,16 @@ NUGET
System.Formats.Asn1 (6.0)
System.Memory (4.5.5)
System.Reactive (5.0)
System.Reflection.Metadata (6.0.1)
System.Collections.Immutable (>= 6.0)
System.Reflection.MetadataLoadContext (6.0)
System.Collections.Immutable (>= 6.0)
System.Reflection.Metadata (>= 6.0)
System.Resources.Extensions (6.0)
System.Runtime.CompilerServices.Unsafe (6.0)
System.Security.AccessControl (6.0)
System.Security.Cryptography.Cng (5.0)
System.Formats.Asn1 (>= 5.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.1)
System.Security.AccessControl (>= 6.0)
System.Security.Cryptography.Pkcs (>= 6.0.1)
System.Security.Permissions (6.0)
System.Security.AccessControl (>= 6.0)
System.Windows.Extensions (>= 6.0)
System.Security.Principal.Windows (5.0)
System.Text.Encoding.CodePages (6.0)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
System.Text.Encodings.Web (6.0)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
System.Text.Json (6.0.5)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
System.Text.Encodings.Web (>= 6.0)
System.Threading.Tasks.Dataflow (6.0)
System.Windows.Extensions (6.0)
System.Drawing.Common (>= 6.0)

0 comments on commit 885bec0

Please sign in to comment.