Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packages bump, fix thread.abort, target net8 #25

Merged
merged 8 commits into from
Jun 18, 2024
Prev Previous commit
chore(build): Update build actions setup-dotnet and checkout to v4
jafin committed Jun 18, 2024
commit e6257f29c4327dd89737173c79050f90cdf94287
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -12,12 +12,12 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
#fetch depth 0 or gitversion breaks since it can't obtain the required tags etc.
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build