Skip to content

Commit

Permalink
Remove package dependencies
Browse files Browse the repository at this point in the history
Fixes #25
  • Loading branch information
AArnott committed Oct 31, 2017
1 parent b8953db commit 69e6a2c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Validation/Validation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@
<AdditionalFiles Include="stylecop.json" />
</ItemGroup>

<ItemDefinitionGroup>
<!-- Not only are all our own package references just for building,
we also want to suppress NETStandard.Library from being considered a dependency
because for older PCL packages.config project types, it would flood their file
with meaningless corefx packages. -->
<PackageReference>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemDefinitionGroup>

<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="2.0.41" />
<!--<PackageReference Include="PdbGit" Version="3.0.41" />-->
Expand Down

0 comments on commit 69e6a2c

Please sign in to comment.