mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
GH Build with .NET 5
This commit is contained in:
parent
47b16dc51b
commit
9d919d687b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnetcore.yml
vendored
2
.github/workflows/dotnetcore.yml
vendored
|
|
@ -14,6 +14,6 @@ jobs:
|
||||||
- name: Setup .NET Core
|
- name: Setup .NET Core
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 3.1.100
|
dotnet-version: 5.0.x
|
||||||
- name: Build and test with dotnet
|
- name: Build and test with dotnet
|
||||||
run: dotnet test --configuration Release
|
run: dotnet test --configuration Release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue