File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
<!-- TestHost gets shipped as ExtensionSDKs with name TestPlatform.Universal. -->
23
23
<!-- Currently code coverage not supported for uap10.0. -->
24
24
</group >
25
- <group targetFramework =" netcoreapp1.0 " >
25
+ <group targetFramework =" netcoreapp2.1 " >
26
26
<dependency id =" Microsoft.TestPlatform.TestHost" version =" $Version$" />
27
27
<dependency id =" Microsoft.CodeCoverage" version =" $Version$" />
28
28
</group >
33
33
</dependencies >
34
34
</metadata >
35
35
<files >
36
- <file src =" netcoreapp\*" target =" build\netcoreapp1.0 \" />
36
+ <file src =" netcoreapp\*" target =" build\netcoreapp2.1 \" />
37
37
<file src =" netfx\*" target =" build\net40\" />
38
38
39
39
<file src =" Microsoft.NET.Test.Sdk.props" target =" buildMultiTargeting\" />
40
- <file src =" Microsoft.NET.Test.Sdk.props" target =" build\netcoreapp1.0 \" />
40
+ <file src =" Microsoft.NET.Test.Sdk.props" target =" build\netcoreapp2.1 \" />
41
41
<file src =" Microsoft.NET.Test.Sdk.props" target =" build\net40\" />
42
42
<file src =" Microsoft.NET.Test.Sdk.props" target =" build\uap10.0\" />
43
43
You can’t perform that action at this time.
0 commit comments