Skip to content

Commit bad20f0

Browse files
committed
Fix Minver warning
1 parent 9aa2df1 commit bad20f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<Target Name="Versioning" BeforeTargets="MinVer">
44
<PropertyGroup Label="Build">
5-
<MinVerDefaultPreReleasePhase>preview</MinVerDefaultPreReleasePhase>
5+
<MinVerDefaultPreReleaseIdentifiers>preview.0</MinVerDefaultPreReleaseIdentifiers>
66
<!-- Tag your repository with the semantic version e.g. '1.0.0' to version all NuGet packages. If you have
77
multiple NuGet packages in your solution and want to version them separately, then uncomment this line
88
and tag your repository with the name of the package followed by the semantic version e.g.

0 commit comments

Comments
 (0)