forked from OpenTabletDriver/OpenTabletDriver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
928b407
commit a3626ca
Showing
13 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- name: Setup .NET Core | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0' | ||
dotnet-version: '8.0' | ||
|
||
- name: Linux Publish | ||
env: | ||
|
@@ -53,7 +53,7 @@ jobs: | |
- name: Setup .NET Core | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0' | ||
dotnet-version: '8.0' | ||
|
||
- name: MacOS Publish | ||
env: | ||
|
@@ -80,7 +80,7 @@ jobs: | |
- name: Setup .NET Core | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0' | ||
dotnet-version: '8.0' | ||
|
||
- name: Windows Publish | ||
env: | ||
|
@@ -110,7 +110,7 @@ jobs: | |
- name: Setup .NET Core | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0' | ||
dotnet-version: '8.0' | ||
|
||
- name: Lint Changed Files | ||
run: | | ||
|
@@ -127,7 +127,7 @@ jobs: | |
- name: Setup .NET Core | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0' | ||
dotnet-version: '8.0' | ||
|
||
- name: Run tests | ||
run: dotnet test | ||
|
@@ -142,7 +142,7 @@ jobs: | |
- name: Setup .NET Core | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0' | ||
dotnet-version: '8.0' | ||
|
||
- name: Windows | ||
run: dotnet restore OpenTabletDriver.Windows.slnf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
VERSION_SUFFIX: ${{ github.event.inputs.version_suffix }} | ||
steps: | ||
- name: Install required packages | ||
run: sudo apt install -y debhelper dotnet-sdk-7.0 | ||
run: sudo apt install -y debhelper dotnet-sdk-8.0 | ||
|
||
- name: Checkout OpenTabletDriver Repository | ||
uses: actions/checkout@v4 | ||
|
@@ -75,7 +75,7 @@ jobs: | |
VERSION_SUFFIX: ${{ github.event.inputs.version_suffix }} | ||
steps: | ||
- name: Install required packages | ||
run: sudo dnf install -y rpm-build systemd-rpm-macros libicu openssl-libs zlib krb5-libs git dotnet-sdk-7.0 tree jq | ||
run: sudo dnf install -y rpm-build systemd-rpm-macros libicu openssl-libs zlib krb5-libs git dotnet-sdk-8.0 tree jq | ||
|
||
- name: Checkout OpenTabletDriver Repository | ||
uses: actions/checkout@v4 | ||
|
@@ -115,7 +115,7 @@ jobs: | |
- name: Setup .NET Core | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0' | ||
dotnet-version: '8.0' | ||
|
||
- name: Package | ||
run: ./eng/windows/package.ps1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ OpenTabletDriver有两个独立的进程共同工作。主程序`OpenTabletDrive | |
|
||
### 所有平台 | ||
|
||
- .NET 7 SDK | ||
- .NET 8 SDK | ||
|
||
#### Windows | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ OpenTabletDriver를 빌드하기 위해 필요한 것들은 모든 플랫폼에 | |
|
||
### 모든 플랫폼 | ||
|
||
- .NET 7 SDK | ||
- .NET 8 SDK | ||
|
||
#### Windows | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters