Skip to content

Commit

Permalink
Remove NETStandard.Library from netstandard1.x deps
Browse files Browse the repository at this point in the history
This may substantially simplify the dependency graph when/if xunit.extensibility.execution does the same, and we take an update to depend on that.
  • Loading branch information
AArnott committed May 28, 2018
1 parent d22d99c commit 1c5580d
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 1c5580d

Please sign in to comment.