Skip to content

Commit ec6ac3b

Browse files
authored
Merge pull request #14995 from dependabot/update-nuget-dotnet-submodules
Bump NuGet.Client to release/7.6.x and pin dotnet-core to v10.0.8
2 parents 34a5f2a + cf3d211 commit ec6ac3b

5 files changed

Lines changed: 10 additions & 3 deletions

File tree

.gitmodules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[submodule "nuget/helpers/lib/NuGet.Client"]
22
path = nuget/helpers/lib/NuGet.Client
33
url = https://github.com/NuGet/NuGet.Client
4-
branch = release-6.14.x
4+
branch = release/7.6.x
55
[submodule "nuget/helpers/lib/dotnet-core"]
66
path = nuget/helpers/lib/dotnet-core
77
url = https://github.com/dotnet/core
8+
branch = v10.0.8

nuget/helpers/lib/NuGet.Client

Submodule NuGet.Client updated 3721 files

nuget/helpers/lib/NuGetUpdater/NuGetUpdater.Core.Test/FrameworkChecker/CompatibilityCheckerFacts.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ namespace NuGetUpdater.Core.Test.FrameworkChecker;
77
public class CompatibilityCheckerFacts
88
{
99
[Theory]
10+
[InlineData("net11.0", "net11.0")]
11+
[InlineData("net11.0", "net10.0")]
1012
[InlineData("net10.0", "net10.0")]
1113
[InlineData("net10.0", "net9.0")]
1214
[InlineData("net9.0", "net9.0")]

nuget/helpers/lib/NuGetUpdater/NuGetUpdater.Core/FrameworkChecker/SupportedFrameworks.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public static class SupportedFrameworks
2323
public static readonly Version Version8 = new Version(8, 0, 0, 0);
2424
public static readonly Version Version9 = new Version(9, 0, 0, 0);
2525
public static readonly Version Version10 = new Version(10, 0, 0, 0);
26+
public static readonly Version Version11 = new Version(11, 0, 0, 0);
2627

2728
public static readonly NuGetFramework MonoAndroid = new NuGetFramework(FrameworkIdentifiers.MonoAndroid, EmptyVersion);
2829
public static readonly NuGetFramework MonoTouch = new NuGetFramework(FrameworkIdentifiers.MonoTouch, EmptyVersion);
@@ -73,6 +74,8 @@ public static class SupportedFrameworks
7374
public static readonly NuGetFramework Net100TvOs = new NuGetFramework(FrameworkIdentifiers.NetCoreApp, Version10, "tvos", EmptyVersion);
7475
public static readonly NuGetFramework Net100Windows = new NuGetFramework(FrameworkIdentifiers.NetCoreApp, Version10, "windows", EmptyVersion);
7576

77+
public static readonly NuGetFramework Net110 = new NuGetFramework(FrameworkIdentifiers.NetCoreApp, Version11);
78+
7679
public static readonly NuGetFramework NetCore = new NuGetFramework(FrameworkIdentifiers.NetCore, EmptyVersion);
7780
public static readonly NuGetFramework NetMf = new NuGetFramework(FrameworkIdentifiers.NetMicro, EmptyVersion);
7881
public static readonly NuGetFramework UAP = new NuGetFramework(FrameworkIdentifiers.UAP, EmptyVersion);
@@ -103,6 +106,7 @@ static SupportedFrameworks()
103106
Net80, Net80Android, Net80Browser, Net80Ios, Net80MacCatalyst, Net80MacOs, Net80TvOs, Net80Windows, Net80Windows7,
104107
Net90, Net90Android, Net90Browser, Net90Ios, Net90MacCatalyst, Net90MacOs, Net90TvOs, Net90Windows, Net90Windows7,
105108
Net100, Net100Android, Net100Browser, Net100Ios, Net100MacCatalyst, Net100MacOs, Net100TvOs, Net100Windows, Net100Windows7,
109+
Net110,
106110
NetCore, NetCore45, NetCore451,
107111
NetCoreApp10, NetCoreApp11, NetCoreApp20, NetCoreApp21, NetCoreApp22, NetCoreApp30, NetCoreApp31,
108112
NetMf,

nuget/helpers/lib/dotnet-core

Submodule dotnet-core updated 231 files

0 commit comments

Comments
 (0)