Skip to content

Commit 8fbafe6

Browse files
committed
fix: remove MinVer to allow semantic-release version control
1 parent fc56a9f commit 8fbafe6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/CycloneDX.MSBuild/CycloneDX.MSBuild.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@
4242
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
4343
</ItemGroup>
4444

45-
<ItemGroup>
46-
<!-- Automatic versioning from Git tags -->
47-
<PackageReference Include="MinVer" Version="6.0.0">
48-
<PrivateAssets>all</PrivateAssets>
49-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
50-
</PackageReference>
51-
</ItemGroup>
52-
5345
<!-- Package validation and security -->
5446
<PropertyGroup>
5547
<EnablePackageValidation>true</EnablePackageValidation>

0 commit comments

Comments
 (0)