Skip to content

Commit

Permalink
updating dotnet SDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuhardt authored Jan 6, 2024
1 parent 9b1037e commit 24f9bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Build
run: dotnet build ./Opal/Opal.csproj -c Release -p:AssemblyVersion="${{ needs.version.outputs.assemblySemVer }}"
- name: Pack
Expand Down

0 comments on commit 24f9bb7

Please sign in to comment.