Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
adf1b9b
Support .NET 10
martincostello Aug 6, 2025
0ff8ec0
Fix workflows
martincostello Aug 6, 2025
7f0bec6
Update to .NET 10 preview 7
martincostello Aug 18, 2025
0284267
Update to .NET 10 RC1
martincostello Sep 10, 2025
2d1ee97
Update to .NET 10 RC2
martincostello Oct 16, 2025
3141f6c
Fix build
martincostello Oct 16, 2025
37c44d7
Fix build
martincostello Oct 16, 2025
c3ea215
Update to .NET 10 GA
martincostello Nov 12, 2025
7b04afc
Bump Swashbuckle.AspNetCore
martincostello Nov 12, 2025
10bb70c
Update CHANGELOG
martincostello Nov 12, 2025
14a6b5f
Merge branch 'main' into dotnet-vnext
martincostello Nov 12, 2025
bdd9ca1
Bump NuGet packages
martincostello Sep 25, 2025
c879e3d
Update to OpenTelemetry 1.13.0
martincostello Oct 1, 2025
b0e72de
Update CHANGELOG
martincostello Oct 6, 2025
0f4cf3d
Update test dependencies
martincostello Oct 6, 2025
612b260
Update OpenTelemetry
martincostello Oct 22, 2025
c11595a
Fix tests
martincostello Oct 22, 2025
a8e9c07
Rename attribute
martincostello Oct 22, 2025
b14931b
Update NuGet packages
martincostello Oct 23, 2025
d083f54
Update CHANGELOG
martincostello Oct 23, 2025
bac81da
Update OTel packages to 1.14.*
martincostello Nov 13, 2025
4741142
Update CHANGELOG
martincostello Nov 13, 2025
75308da
Update CHANGELOG
martincostello Nov 13, 2025
c1beb65
Update CHANGELOG
martincostello Nov 13, 2025
2bf320d
Update NuGet packages
martincostello Nov 14, 2025
406132d
Merge branch 'bump-packages' into dotnet-vnext
martincostello Nov 14, 2025
37023db
Update NuGet packages
martincostello Nov 14, 2025
f4dc24c
Merge branch 'main' into dotnet-vnext
martincostello Nov 14, 2025
1bd7ed6
Fix condition
martincostello Nov 14, 2025
b19b676
Merge branch 'main' into dotnet-vnext
martincostello Nov 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix workflows
- Install the .NET 8 SDK for testing.
- Install the .NET SDK from `global.json` before running `dotnet format`.
  • Loading branch information
martincostello committed Oct 16, 2025
commit 0ff8ec04e7cbc614296cbd287d4ef3e0461e2ba5
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
filter: 'tree:0'
show-progress: false

- name: Setup .NET 8 SDK
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
with:
dotnet-version: '8.0.x'

- name: Setup .NET SDK
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
id: setup-dotnet
Expand Down