Skip to content

Commit e4f6d05

Browse files
authored
Update TestPlatform.ObjectModel.nuspec (#2055)
Reduced the version of System.Runtime.InteropServices.RuntimeInformation to 4.0.0
1 parent 29fc1d1 commit e4f6d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package/nuspec/TestPlatform.ObjectModel.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tags>vstest visual-studio unittest testplatform mstest microsoft test testing</tags>
1616
<dependencies>
1717
<group targetFramework="net451">
18-
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="[4.1.0, )" />
18+
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="[4.0.0, )" />
1919
<dependency id="System.Reflection.Metadata" version="[1.3.0, )" />
2020
</group>
2121
<group targetFramework="netstandard1.5">

0 commit comments

Comments
 (0)