File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
test/StandardWebhooks.Tests Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments