Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump dotnet-sdk from 8.0.100 to 9.0.101 #6244

Merged
merged 3 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ steps:
path: $(YARN_CACHE_FOLDER)

- task: UseDotNet@2
displayName: 'Use .NET 8.x SDK'
displayName: 'Use .NET SDK'
inputs:
version: 8.x
useGlobalJson: true

- task: PowerShell@2
displayName: 'Run DNN Update Versions'
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "9.0.101",
"allowPrerelease": false,
"rollForward": "latestMinor"
}
Expand Down
Loading