Skip to content

Commit a165c57

Browse files
committed
Update .NET 10
1 parent 4487954 commit a165c57

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/deploy-to-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
env:
1717
AZURE_WEBAPP_NAME: e2e-security-web-appsrv-dev # set this to the name of your Azure App Service
1818
AZURE_WEBAPP_PACKAGE_PATH: "."
19-
DOTNET_VERSION: "9.0.x" # set this to the .NET Core version to use
19+
DOTNET_VERSION: "10.0.x" # set this to the .NET Core version to use
2020
TERRAFORM_ROOT_DIRECTORY: "./iac"
2121
TERRAFORM_VERSION: "1.13.3"
2222

.github/workflows/dotnet-and-npm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v5
1818
with:
19-
dotnet-version: 9.0.x
19+
dotnet-version: 10.0.x
2020

2121
- name: Restore dependencies
2222
run: dotnet restore

Bff.sln

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 18
4-
VisualStudioVersion = 18.0.11123.170 d18.0
4+
VisualStudioVersion = 18.0.11123.170
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BffMicrosoftEntraID.Server", "server\BffMicrosoftEntraID.Server.csproj", "{586272BB-19BC-4BAB-976F-5DC1E778257E}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9D8FB767-F7A7-4A5B-A4E9-DC6DB6BCD941}"
99
ProjectSection(SolutionItems) = preProject
10-
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
10+
.github\workflows\deploy-to-azure.yml = .github\workflows\deploy-to-azure.yml
11+
.github\workflows\dotnet-and-npm-build.yml = .github\workflows\dotnet-and-npm-build.yml
12+
.github\workflows\quality.yml = .github\workflows\quality.yml
1113
README.md = README.md
12-
.github\workflows\sonarbuild.yml = .github\workflows\sonarbuild.yml
1314
EndProjectSection
1415
EndProject
1516
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BffMicrosoftEntraID.Server.IntegrationTests", "tests\BffMicrosoftEntraID.Server.IntegrationTests.csproj", "{4E6C76A4-2BB3-4F8F-B9EF-E0D343D4FD29}"

0 commit comments

Comments
 (0)