Skip to content

Commit 3174d7e

Browse files
committed
Fix build for .NET 8.
1 parent bdb1cbe commit 3174d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Remora.Rest.Xunit/Remora.Rest.Xunit.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<VersionPrefix>3.0.2</VersionPrefix>
9+
<VersionPrefix>3.0.3</VersionPrefix>
1010
<Description>Supporting types for writing expressive unit tests of REST-focused API wrappers, allowing simple and direct testing of expected clientside behaviour.
1111
</Description>
1212
<PackageReleaseNotes>
13-
Update nuget packages and SDK.
13+
Fix build for .NET 8.
1414
</PackageReleaseNotes>
1515
</PropertyGroup>
1616

0 commit comments

Comments
 (0)