Skip to content

Commit c29acb6

Browse files
committed
test: added .net 8 sdk for test run
1 parent d89d2ee commit c29acb6

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/workflows/continuous.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ jobs:
2626
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
29+
30+
- name: Setup dotnet
31+
uses: actions/setup-dotnet@v4
32+
with:
33+
dotnet-version: |
34+
8.0.x
35+
9.0.x
36+
2937
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
3038
uses: actions/cache@v4
3139
with:

doc/releases.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Releases
22

3-
# 1.0.29
3+
# 1.0.33
44

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

77
## What's Changed
88

99
### Update
1010
- Build: Updated Nuke Build from 8.1.x to 9.0.x
1111
- Build: Updated build project to .NET 9
1212
- Misc: Removed support for .NET 6.0 (out of support)
13-
- Test: Updated test project to .NET 9 and Microsoft Testing Platform
13+
- Test: Updated test project to .NET 9 and Microsoft Testing Platform
14+
- Test: Added .NET 8.0 for test project

test/StandardWebhooks.Tests/StandardWebhooks.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1414
<PackageReference Include="xunit" Version="2.9.2" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.49">
15+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>

0 commit comments

Comments
 (0)