|
8 | 8 | <dependency id="Microsoft.TestPlatform.TestHost" version="$Version$" />
|
9 | 9 | <dependency id="Microsoft.CodeCoverage" version="$Version$" />
|
10 | 10 | </group>
|
| 11 | + |
11 | 12 | <group targetFramework="net462">
|
12 | 13 | <!-- TestHost gets shipped with vstest.console -->
|
13 | 14 | <dependency id="Microsoft.CodeCoverage" version="$Version$" />
|
14 | 15 | </group>
|
| 16 | + |
| 17 | + <group targetFramework="native0.0"> |
| 18 | + </group> |
| 19 | + |
15 | 20 | </dependencies>
|
16 | 21 | </metadata>
|
17 | 22 |
|
|
21 | 26 | <file src="netstandard2.0\netcoreapp\*" target="build\net8.0\" />
|
22 | 27 | <file src="netstandard2.0\netfx\*" target="build\net462\" />
|
23 | 28 |
|
24 |
| - <file src="netstandard2.0\Microsoft.NET.Test.Sdk.props" target="buildMultiTargeting\" /> |
| 29 | + <file src="netstandard2.0\Microsoft.NET.Test.Sdk.props" target="buildMultiTargeting\net462\" /> |
| 30 | + <file src="netstandard2.0\Microsoft.NET.Test.Sdk.props" target="buildMultiTargeting\net8.0\" /> |
25 | 31 | <file src="netstandard2.0\Microsoft.NET.Test.Sdk.props" target="build\net8.0\" />
|
26 | 32 | <file src="netstandard2.0\Microsoft.NET.Test.Sdk.props" target="build\net462\" />
|
27 | 33 |
|
| 34 | + <!-- Add incompatibility error, and add the props, in case user decides to ignore it. --> |
| 35 | + <file src="netstandard2.0\Microsoft.NET.Test.Sdk.props" target="buildMultiTargeting\netcoreapp2.0\" /> |
| 36 | + <file src="netstandard2.0\Microsoft.NET.Test.Sdk.targets" target="buildMultiTargeting\netcoreapp2.0\" /> |
| 37 | + |
| 38 | + <file src="netstandard2.0\Microsoft.NET.Test.Sdk.props" target="build\netcoreapp2.0\" /> |
| 39 | + <file src="netstandard2.0\Microsoft.NET.Test.Sdk.targets" target="build\netcoreapp2.0\" /> |
| 40 | + |
| 41 | + <file src="netstandard2.0\Microsoft.NET.Test.Sdk.props" target="buildMultiTargeting\netstandard2.0\" /> |
| 42 | + <file src="netstandard2.0\Microsoft.NET.Test.Sdk.targets" target="buildMultiTargeting\netstandard2.0\" /> |
| 43 | + |
| 44 | + <file src="netstandard2.0\Microsoft.NET.Test.Sdk.props" target="build\netstandard2.0\" /> |
| 45 | + <file src="netstandard2.0\Microsoft.NET.Test.Sdk.targets" target="build\netstandard2.0\" /> |
| 46 | + |
28 | 47 | <file src="netstandard2.0\_._" target="lib/net8.0" />
|
29 | 48 | <file src="netstandard2.0\_._" target="lib/net462" />
|
| 49 | + |
| 50 | + <file src="netstandard2.0\_._" target="lib/native" /> |
30 | 51 | </files>
|
31 | 52 | </package>
|
0 commit comments