Skip to content

Commit

Permalink
Carael/bump build net8 (#48)
Browse files Browse the repository at this point in the history
* Bump build to .net8
  • Loading branch information
Carael authored Mar 4, 2024
1 parent f961be7 commit 27e6f38
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: "7.0.x"
dotnet-version: "8.0.x"
include-prerelease: true

- name: Generate version number using date and run number
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: "7.0.x"
dotnet-version: "8.0.x"
include-prerelease: true

- name: Generate version number using date and run number
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: "7.0.x"
dotnet-version: "8.0.x"
include-prerelease: true

- name: Generate version number using date and run number
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-maui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
include-prerelease: true

# For WinUI builds
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
include-prerelease: true

- name: Generate version number using date and run number
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "8.0.100"
"version": "8.0.201"
}
}
2 changes: 1 addition & 1 deletion src/Ui/Website.Host/electron.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"appId": "com.crossbusexplorer.app",
"productName": "Cross Bus Explorer",
"copyright": "Copyright © 2024",
"buildVersion": "0.4.4",
"buildVersion": "0.4.5",
"compression": "maximum",
"directories": {
"output": "../../../bin/Desktop"
Expand Down

0 comments on commit 27e6f38

Please sign in to comment.