Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Updated build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Nov 5, 2019
1 parent 748d0e6 commit aa2f135
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .build/.build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
<RootNamespace></RootNamespace>
<IsPackable>False</IsPackable>
<NoWarn>CS0649;CS0169</NoWarn>
<EnableCentralPackageVersions>false</EnableCentralPackageVersions>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Rocket.Surgery.Nuke.DotNetCore" Version="0.7.1" />
<PackageReference Include="Nuke.Common" Version="0.23.3" />
<PackageDownload Include="GitVersion.Tool" Version="[5.1.1]" />
<PackageReference Include="ReportGenerator" Version="4.3.5" />
<PackageReference Include="Nuke.Common" />
<PackageReference Include="GitVersion.Tool" ExcludeAssets="All" />
<PackageReference Include="ReportGenerator" ExcludeAssets="All" />
<PackageReference Include="Rocket.Surgery.Nuke.DotNetCore" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" />
<GlobalPackageReference Include="Roslynator.Analyzers" Version="2.2.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="GitVersion.Tool" Version="5.1.1" />
<PackageReference Update="Nuke.Common" Version="0.23.3" />
<PackageReference Update="ReportGenerator" Version="4.3.5" />
<PackageReference Update="Rocket.Surgery.Nuke.DotNetCore" Version="0.7.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="BenchMarkDotNet" Version="0.12.0" />
</ItemGroup>
Expand Down

0 comments on commit aa2f135

Please sign in to comment.