Skip to content

Commit

Permalink
Update .NET 9 to RC 2
Browse files Browse the repository at this point in the history
  • Loading branch information
msbw2 committed Oct 11, 2024
1 parent 04739db commit d7d7b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup .NET 9.0.x
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 9.0.100-rc.1.24452.12
dotnet-version: 9.0.100-rc.2.24474.11

- name: Run the tests
run: dotnet test Wilson.sln
Expand Down
2 changes: 1 addition & 1 deletion build/template-Build-run-tests-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
- task: UseDotNet@2
displayName: 'Use .Net Core SDK 9.x'
inputs:
version: 9.0.100-rc.1.24452.12
version: 9.0.100-rc.2.24474.11
includePreviewVersions: true
condition: eq(variables['TargetNet9'], 'True')

Expand Down

0 comments on commit d7d7b42

Please sign in to comment.