Skip to content

Commit 174b692

Browse files
committed
chore: Upgrade all .NET 8 preview dependencies to .NET 8 stable
1 parent 100db52 commit 174b692

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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 -->

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"rollForward": "latestMajor",
4-
"allowPrerelease": true
4+
"allowPrerelease": false
55
}
66
}

0 commit comments

Comments
 (0)