Skip to content

Commit

Permalink
Make Microsoft.NET.Test.Sdk package transitive (#3879)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Jul 21, 2022
1 parent 23b5c43 commit 166cf16
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/package/nuspec/Microsoft.NET.Test.Sdk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
<files>
<file src="Icon.png" target="" />
<file src="licenses\LICENSE_NET.txt" target="" />
<file src="netcoreapp\*" target="build\netcoreapp1.0\" />
<file src="netcoreapp\*" target="build\netcoreapp2.1\" />
<file src="netfx\*" target="build\net462\" />
<file src="netcoreapp\*" target="buildTransitive\netcoreapp1.0\" />
<file src="netcoreapp\*" target="buildTransitive\netcoreapp2.1\" />
<file src="netfx\*" target="buildTransitive\net462\" />

<file src="Microsoft.NET.Test.Sdk.props" target="buildMultiTargeting\" />
<file src="Microsoft.NET.Test.Sdk.props" target="build\netcoreapp1.0\" />
<file src="Microsoft.NET.Test.Sdk.props" target="build\netcoreapp2.1\" />
<file src="Microsoft.NET.Test.Sdk.props" target="build\net462\" />
<file src="Microsoft.NET.Test.Sdk.props" target="build\uap10.0\" />
<file src="Microsoft.NET.Test.Sdk.props" target="buildTransitive\netcoreapp1.0\" />
<file src="Microsoft.NET.Test.Sdk.props" target="buildTransitive\netcoreapp2.1\" />
<file src="Microsoft.NET.Test.Sdk.props" target="buildTransitive\net462\" />
<file src="Microsoft.NET.Test.Sdk.props" target="buildTransitive\uap10.0\" />

<file src="_._" target="lib/netcoreapp1.0" />
<file src="_._" target="lib/netcoreapp2.1" />
Expand Down

0 comments on commit 166cf16

Please sign in to comment.