Skip to content

Commit e9785cc

Browse files
committed
Update .NET 10 from Release Candidate to GA
Update FOSS dependencies to their Release Candidate counterparts
1 parent ba91078 commit e9785cc

11 files changed

+49
-932
lines changed

.github/workflow-gen/Program.cs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,11 @@
77

88
var products = new Product[]
99
{
10-
new("aspnetcore-authentication-jwtbearer",
11-
"aspnetcore-authentication-jwtbearer.slnf",
12-
"aaj",
13-
["AspNetCore.Authentication.JwtBearer.Tests"],
14-
[]),
1510
new("bff",
1611
"bff.slnf",
1712
"bff",
1813
["Bff.Tests"],
19-
["Hosts.Tests"]),
20-
new("identity-server",
21-
"identity-server.slnf",
22-
"is",
23-
["IdentityServer.IntegrationTests", "IdentityServer.UnitTests"],
24-
["IdentityServer.EndToEndTests"])
14+
["Hosts.Tests"])
2515
};
2616
foreach (var product in products)
2717
{

.github/workflow-gen/StepExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static void StepSetupDotNet(this Job job)
1818

1919
job.Step()
2020
.Name("Setup .NET")
21-
.ActionsSetupDotNet("3e891b0cb619bf60e2c25674b222b8940e2c1c25", ["8.0.x", "9.0.203", "10.0.100-rc.2.25502.107"]);
21+
.ActionsSetupDotNet("3e891b0cb619bf60e2c25674b222b8940e2c1c25", ["8.0.x", "9.0.203", "10.0.100"]);
2222
// v4.1.0
2323
}
2424

.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml

Lines changed: 0 additions & 227 deletions
This file was deleted.

.github/workflows/aspnetcore-authentication-jwtbearer-release.yml

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)