Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit fa4dd31

Browse files
authored
Fix prerelease label
1 parent 71b9c5c commit fa4dd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
2222
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
2323

24-
<PreReleaseLabel>preview5</PreReleaseLabel>
24+
<PreReleaseLabel>preview4</PreReleaseLabel>
2525
</PropertyGroup>
2626

2727
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->

0 commit comments

Comments
 (0)