Skip to content

Commit

Permalink
refactor: remove dependency on Nerdbank.GitVersioning (#1221)
Browse files Browse the repository at this point in the history
The version is set explicitly within the Nuke.build pipeline.
  • Loading branch information
vbreuss authored Feb 22, 2025
1 parent a6b4bd0 commit 832a0f5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 28 deletions.
8 changes: 0 additions & 8 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>
4 changes: 0 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<PackageVersion Include="PublicApiGenerator" Version="11.4.2"/>
<PackageVersion Include="aweXpect" Version="1.0.1"/>
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.7.115" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Nuke.Common" Version="9.0.4"/>
<PackageVersion Include="Nuke.Components" Version="9.0.4"/>
Expand Down
2 changes: 1 addition & 1 deletion System.IO.Abstractions.sln
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_", "_", "{BBF7AD8D-5522-48
Directory.Packages.props = Directory.Packages.props
global.json = global.json
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{2BE9161B-A3F3-4511-81DB-DB1DCB6375C9}"
Expand Down Expand Up @@ -59,6 +58,7 @@ EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "Pipeline\Build.csproj", "{DC39543E-0A17-4869-96C9-B876EB1BB117}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pipeline", "Pipeline", "{8091BCA3-70F8-4506-9701-C3074E79A66D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestableIO.System.IO.Abstractions.Parity.Tests", "tests\TestableIO.System.IO.Abstractions.Parity.Tests\TestableIO.System.IO.Abstractions.Parity.Tests.csproj", "{93B79631-E220-414B-8F0D-3885825DE1AC}"
EndProject
Global
Expand Down
15 changes: 0 additions & 15 deletions version.json

This file was deleted.

0 comments on commit 832a0f5

Please sign in to comment.