Skip to content

Commit 2f26a23

Browse files
committed
Update MinVer to 4.3.0.
(cherry picked from commit fd675d9)
1 parent 089fc00 commit 2f26a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2626
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2727
<NoWarn>$(NoWarn);1591;CA1708;CA1835;CA2215;CA5397;NU5105;SYSLIB0039</NoWarn>
28-
<MinVerDefaultPreReleasePhase>beta</MinVerDefaultPreReleasePhase>
28+
<MinVerDefaultPreReleaseIdentifiers>beta.0</MinVerDefaultPreReleaseIdentifiers>
2929
</PropertyGroup>
3030

3131
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
@@ -39,7 +39,7 @@
3939

4040
<ItemGroup>
4141
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
42-
<PackageReference Include="MinVer" Version="4.2.0">
42+
<PackageReference Include="MinVer" Version="4.3.0">
4343
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4444
<PrivateAssets>all</PrivateAssets>
4545
</PackageReference>

0 commit comments

Comments
 (0)