Skip to content

Commit

Permalink
Merge pull request #9 from AArnott/FewerDeps
Browse files Browse the repository at this point in the history
Remove NETStandard.Library from netstandard1.x deps
  • Loading branch information
AArnott authored May 28, 2018
2 parents 94859e3 + 1c5580d commit 8eaf385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Xunit.SkippableFact/Xunit.SkippableFact.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<PackageReference Include="xunit.extensibility.execution" Version="2.1.0" Condition=" '$(TargetFramework)' == 'net45' " />
<PackageReference Include="xunit.extensibility.execution" Version="2.2.0" Condition=" '$(TargetFramework)' != 'net45' " />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.0" PrivateAssets="all" />
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
</ItemGroup>
<Target Name="SetNuSpecProperties" BeforeTargets="GenerateNuspec" DependsOnTargets="GetBuildVersion">
<PropertyGroup>
Expand Down

0 comments on commit 8eaf385

Please sign in to comment.