Skip to content

Commit

Permalink
Update TestPlatform.ObjectModel.nuspec (#2055)
Browse files Browse the repository at this point in the history
Reduced the version of System.Runtime.InteropServices.RuntimeInformation to 4.0.0
  • Loading branch information
ShreyasRmsft committed Jun 14, 2019
1 parent 29fc1d1 commit e4f6d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package/nuspec/TestPlatform.ObjectModel.nuspec
Expand Up @@ -15,7 +15,7 @@
<tags>vstest visual-studio unittest testplatform mstest microsoft test testing</tags>
<dependencies>
<group targetFramework="net451">
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="[4.1.0, )" />
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="[4.0.0, )" />
<dependency id="System.Reflection.Metadata" version="[1.3.0, )" />
</group>
<group targetFramework="netstandard1.5">
Expand Down

0 comments on commit e4f6d05

Please sign in to comment.