Skip to content

Commit

Permalink
update github action release.yml to use dotnet-version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LottePitcher committed Dec 22, 2023
1 parent 5ff7436 commit dfa232f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

- name: Build project
run: dotnet build src\AdminOnlyProperty\AdminOnlyProperty.csproj --configuration Release
Expand Down

0 comments on commit dfa232f

Please sign in to comment.