Skip to content

Commit be51dd7

Browse files
vagisha-nidhisinghsarab
authored andcommitted
Updating netcoreapp2.1 dependencies in Microsoft.NET.Test.Sdk.nuspec (#2192)
1 parent 5272bf7 commit be51dd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/package/nuspec/Microsoft.NET.Test.Sdk.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- TestHost gets shipped as ExtensionSDKs with name TestPlatform.Universal. -->
2323
<!-- Currently code coverage not supported for uap10.0. -->
2424
</group>
25-
<group targetFramework="netcoreapp1.0">
25+
<group targetFramework="netcoreapp2.1">
2626
<dependency id="Microsoft.TestPlatform.TestHost" version="$Version$" />
2727
<dependency id="Microsoft.CodeCoverage" version="$Version$" />
2828
</group>
@@ -33,11 +33,11 @@
3333
</dependencies>
3434
</metadata>
3535
<files>
36-
<file src="netcoreapp\*" target="build\netcoreapp1.0\" />
36+
<file src="netcoreapp\*" target="build\netcoreapp2.1\" />
3737
<file src="netfx\*" target="build\net40\" />
3838

3939
<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\" />
4141
<file src="Microsoft.NET.Test.Sdk.props" target="build\net40\" />
4242
<file src="Microsoft.NET.Test.Sdk.props" target="build\uap10.0\" />
4343

0 commit comments

Comments
 (0)