File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ All notable changes to **bUnit** will be documented in this file. The project ad
66
77## [ Unreleased]
88
9+ - Upgrade all .NET 8 preview dependencies to .NET 8 stable.
10+
911## [ 1.24.10] - 2023-10-14
1012
1113### Fixed
Original file line number Diff line number Diff line change 66 <DotNet5Version >5.0.0</DotNet5Version >
77 <DotNet6Version >6.0.0</DotNet6Version >
88 <DotNet7Version >7.0.0</DotNet7Version >
9- <DotNet8Version >8.0.0-* </DotNet8Version >
9+ <DotNet8Version >8.0.0</DotNet8Version >
1010 </PropertyGroup >
1111
1212 <!-- Solution wide properties -->
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
33 "rollForward" : " latestMajor" ,
4- "allowPrerelease" : true
4+ "allowPrerelease" : false
55 }
66}
You can’t perform that action at this time.
0 commit comments