Skip to content

Commit d269ede

Browse files
committed
feat: update .NET version to 9.0.100 in build workflow and global.json
1 parent 435af06 commit d269ede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
AZURE_WEBAPP_NAME: frontierfinds
1111
AZURE_WEBAPP_PACKAGE_PATH: "./Source/Ecommerce.Api/publish"
12-
DOTNET_VERSION: "9.x"
12+
DOTNET_VERSION: "9.0.100"
1313
SOLUTION_PATH: "FrontierFinds.sln"
1414
API_PROJECT_PATH: "./Source/Ecommerce.Api"
1515
PUBLISH_DIR: "./publish"

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"sdk": {
33
"version": "9.0.100"
44
}
5-
}
5+
}

0 commit comments

Comments
 (0)