From c29acb645f22a8a01abc389d16b1a0c47c41d113 Mon Sep 17 00:00:00 2001 From: payetools <143715134+payetools@users.noreply.github.com> Date: Sun, 29 Dec 2024 07:58:32 +0100 Subject: [PATCH] test: added .net 8 sdk for test run --- .github/workflows/continuous.yml | 8 ++++++++ doc/releases.md | 7 ++++--- test/StandardWebhooks.Tests/StandardWebhooks.Tests.csproj | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 13d9080..ec4957f 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -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: diff --git a/doc/releases.md b/doc/releases.md index b52b610..f6bcf68 100644 --- a/doc/releases.md +++ b/doc/releases.md @@ -1,8 +1,8 @@ # 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 @@ -10,4 +10,5 @@ Full changelog: [1.0.28 -> 1.0.31](https://github.com/codefactors/StandardWebhoo - 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 \ No newline at end of file +- Test: Updated test project to .NET 9 and Microsoft Testing Platform +- Test: Added .NET 8.0 for test project \ No newline at end of file diff --git a/test/StandardWebhooks.Tests/StandardWebhooks.Tests.csproj b/test/StandardWebhooks.Tests/StandardWebhooks.Tests.csproj index e9f409e..64c1bf3 100644 --- a/test/StandardWebhooks.Tests/StandardWebhooks.Tests.csproj +++ b/test/StandardWebhooks.Tests/StandardWebhooks.Tests.csproj @@ -12,7 +12,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all