Skip to content

Commit

Permalink
Updated target framework version to net6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreas committed Oct 31, 2024
1 parent 5e64fc8 commit eef2660
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 @@ -26,7 +26,7 @@ jobs:
uses: battila7/get-version-action@v2

- name: Build
run: dotnet build --configuration Release /p:Version=${{ steps.version.outputs.version-without-v }}
run: dotnet build --framework net6.0 --configuration Release /p:Version=${{ steps.version.outputs.version-without-v }}

# - name: Test
# run: dotnet test --configuration Release /p:Version=${{ steps.version.outputs.version-without-v }} --no-build
Expand Down

0 comments on commit eef2660

Please sign in to comment.