🌐 AI搜索 & 代理 主页
Skip to content

Commit aa4a847

Browse files
authored
Merge pull request #273 from nike4613/netsdk
Bump to .NET 10 RTM SDK
2 parents 8ea9d7b + 7297acf commit aa4a847

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

build/gen-test-matrix/Models/Dotnet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ internal sealed record Dotnet : Enableable
120120
TFM = "net10.0",
121121
HasPGO = true,
122122
MonoPackageSource = Constants.NuGetSource.NugetOrg,
123-
MonoPackageVersion = "10.0.0-rc.2.25502.107",
123+
MonoPackageVersion = "10.0.0",
124124

125125
RIDs = ["win-x86", "win-x64", "win-arm64", "linux-x64", "linux-arm", "linux-arm64", "linux-musl-x64", "linux-musl-arm", "linux-musl-arm64", "osx-x64", "osx-arm64"]
126126
}

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-rc.2.25502.107",
3+
"version": "10.0.100",
44
"rollForward": "latestPatch",
55
"allowPrerelease": true
66
},

src/MonoMod.UnitTest/packages.lock.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,8 @@
927927
"resolved": "1.1.2",
928928
"contentHash": "baYlNy8n8kmaNhNvqmZ/dIPOeO1r9//dG1i2WbunMWtWZ2EKtIgmXaS+ZzphzTsikkGnoD4Jwr5g0TVdpDjgpw==",
929929
"dependencies": {
930-
"MonoMod.ILHelpers": "1.1.0"
930+
"MonoMod.ILHelpers": "1.1.0",
931+
"System.ValueTuple": "4.5.0"
931932
}
932933
},
933934
"MonoMod.ILHelpers": {
@@ -1025,6 +1026,11 @@
10251026
"System.Collections.Immutable": "1.5.0"
10261027
}
10271028
},
1029+
"System.ValueTuple": {
1030+
"type": "Transitive",
1031+
"resolved": "4.5.0",
1032+
"contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ=="
1033+
},
10281034
"xunit.abstractions": {
10291035
"type": "Transitive",
10301036
"resolved": "2.0.3",

0 commit comments

Comments
 (0)