Skip to content

Commit

Permalink
test: added .net 8 sdk for test run
Browse files Browse the repository at this point in the history
  • Loading branch information
payetools committed Dec 29, 2024
1 parent d89d2ee commit c29acb6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v4
with:
Expand Down
7 changes: 4 additions & 3 deletions doc/releases.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Releases

# 1.0.29
# 1.0.33

Full changelog: [1.0.28 -> 1.0.31](https://github.com/codefactors/StandardWebhooks/compare/1.0.28...1.0.31)
Full changelog: [1.0.28 -> 1.0.33](https://github.com/codefactors/StandardWebhooks/compare/1.0.28...1.0.33)

## What's Changed

### Update
- Build: Updated Nuke Build from 8.1.x to 9.0.x
- Build: Updated build project to .NET 9
- Misc: Removed support for .NET 6.0 (out of support)
- Test: Updated test project to .NET 9 and Microsoft Testing Platform
- Test: Updated test project to .NET 9 and Microsoft Testing Platform
- Test: Added .NET 8.0 for test project
2 changes: 1 addition & 1 deletion test/StandardWebhooks.Tests/StandardWebhooks.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.49">
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit c29acb6

Please sign in to comment.