Skip to content

Commit

Permalink
1.0.15-beta - ReactorData now built dotnet version 8.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
adospace committed Mar 20, 2024
1 parent 177e919 commit f514514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

env:
Solution_Name: ./src/ReactorData.sln
Version: 1.0.14-beta
Version: 1.0.15-beta

steps:
- name: Checkout
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: 8.0.100

- name: Install MAUI workload
run: dotnet workload install maui
Expand Down

0 comments on commit f514514

Please sign in to comment.