Skip to content

Commit f672ad2

Browse files
committed
Simplify build dependencies
1 parent 04cddaf commit f672ad2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Build/_build.csproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,12 @@
77
<NukeRootDirectory>..\</NukeRootDirectory>
88
<NukeScriptDirectory>..\</NukeScriptDirectory>
99
</PropertyGroup>
10-
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows'))">
11-
<DefineConstants>OS_WINDOWS</DefineConstants>
12-
</PropertyGroup>
13-
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
14-
<DefineConstants>OS_LINUX</DefineConstants>
15-
</PropertyGroup>
16-
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('OSX'))">
17-
<DefineConstants>OS_MAC</DefineConstants>
18-
</PropertyGroup>
1910
<ItemGroup>
2011
<PackageDownload Include="GitVersion.Tool" Version="[5.12.0]" />
21-
<PackageDownload Include="NSpec" Version="[3.1.0]" />
2212
<PackageDownload Include="ReportGenerator" Version="[5.1.23]" />
2313
<PackageDownload Include="xunit.runner.console" Version="[2.5.0]" />
24-
<PackageDownload Include="Node.js.redist" Version="[16.20.0]" />
2514
<PackageReference Include="LibGit2Sharp" Version="0.27.2" />
2615
<PackageReference Include="Nuke.Common" Version="7.0.6" />
2716
<PackageReference Include="Nuke.Components" Version="7.0.6" />
28-
<PackageDownload Include="Yarn.MSBuild" Version="[1.22.19]" />
2917
</ItemGroup>
3018
</Project>

0 commit comments

Comments
 (0)