Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update build to use dotnet 8 (#762)
Browse files Browse the repository at this point in the history
* Update continuous-integration-dotnet.yml

* Change dotnet version to correct one

* Update continuous-integration-dotnet.yml
  • Loading branch information
cshnimble authored Jul 1, 2024
1 parent 6005b47 commit 99884c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '!end-to-end-tests/**'

env:
DOTNET_VERSION: '6.0.403'
DOTNET_VERSION: '8.0.x'
JAVA_VERSION: '17'

jobs:
Expand Down

0 comments on commit 99884c3

Please sign in to comment.