Skip to content

Commit

Permalink
Remove Nerdbank versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
awaescher committed May 10, 2024
1 parent 97989bb commit 8d2a72c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
5 changes: 0 additions & 5 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<PropertyGroup Condition="!$(MSBuildProjectName.Contains('Test')) And !$(MSBuildProjectName.Contains('Example'))">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup Condition="!$(MSBuildProjectName.Contains('Test')) And !$(MSBuildProjectName.Contains('Example'))">
Expand Down Expand Up @@ -50,10 +49,6 @@
</PropertyGroup>

<ItemGroup Condition="!$(MSBuildProjectName.Contains('Test')) And !$(MSBuildProjectName.Contains('Example'))">
<PackageReference Include="Nerdbank.GitVersioning" Version="3.2.31">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<None Include="$(SolutionDir)..\doc\FluentTransitions.png" Pack="true" PackagePath="\"/>
</ItemGroup>
Expand Down
21 changes: 0 additions & 21 deletions src/version.json

This file was deleted.

0 comments on commit 8d2a72c

Please sign in to comment.