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

Add new TimSpan overload support coming from .NET 9 #3994

Merged
merged 7 commits into from
Jan 8, 2025
Prev Previous commit
Next Next commit
Update Github CI .NET version
  • Loading branch information
MangelMaxime committed Jan 7, 2025
commit 6fe7421127278a46841242ea9d9ed7a015ed6619
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
Expand All @@ -100,7 +100,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
Expand All @@ -118,7 +118,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
Expand All @@ -140,7 +140,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Setup dotnet tools
run: dotnet tool restore
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
Expand All @@ -212,7 +212,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Setup Dart SDK
uses: dart-lang/setup-dart@v1.3
Expand All @@ -230,7 +230,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Restore tools
run: dotnet tool restore
Expand Down