Skip to content

Commit

Permalink
reverted dotnet sdk version to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreas committed Jan 15, 2023
1 parent 70ab520 commit fc98652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ env:
PROJECT_NAME: 'tone'
PROJECT_PATH: 'tone/tone.csproj'
PROJECT_OUTPUT_PATH: ${{ github.workspace }}/output/
DOTNET_VERSION: '7.0.100'
DOTNET_FRAMEWORK: 'net7.0'
DOTNET_VERSION: '6.0.405'
DOTNET_FRAMEWORK: 'net6.0'
jobs:
release:
name: Release
Expand Down

0 comments on commit fc98652

Please sign in to comment.