Skip to content

Commit

Permalink
updated build .net version
Browse files Browse the repository at this point in the history
  • Loading branch information
IeuanWalker committed Dec 28, 2022
1 parent c5838cc commit 5e80755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

env:
NET_VERSION: 6.0.400
NET_VERSION: 7.0.101
PROJECT_PATH: 'Scr/StateButton.csproj'
NUGET_PATH: './**/IeuanWalker.Maui.StateButton.${{ github.event.release.tag_name }}.nupkg'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '0 0 1 */3 *' # Every 3 months

env:
NET_VERSION: 6.0.400
NET_VERSION: 7.0.101
PROJECT_PATH: 'Scr/StateButton.csproj'
NUGET_PATH: './**/IeuanWalker.Maui.StateButton.1.0.0.nupkg'

Expand Down

0 comments on commit 5e80755

Please sign in to comment.