Skip to content

Commit

Permalink
Merge pull request #418 from halex2005/patch-1
Browse files Browse the repository at this point in the history
add `System.Runtime.InteropServices.RuntimeInformation` dependency for netcoreapp1.0
  • Loading branch information
rprouse authored Nov 19, 2017
2 parents a6a5b4f + 9a5fffe commit 8fa69db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuget/NUnit3TestAdapter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The package works with Visual Studio 2012 and newer.</description>
<dependency id="System.ComponentModel.TypeConverter" version="4.3.0" />
<dependency id="System.Diagnostics.Process" version="4.3.0" />
<dependency id="System.Reflection" version="4.3.0" />
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" />
<dependency id="System.Threading.Thread" version="4.3.0" />
<dependency id="System.Xml.XmlDocument" version="4.3.0" />
<dependency id="System.Xml.XPath.XmlDocument" version="4.3.0" />
Expand All @@ -51,4 +52,4 @@ The package works with Visual Studio 2012 and newer.</description>
<file src="build\netcoreapp1.0\NUnit3TestAdapter.props" target="build\netcoreapp1.0\NUnit3TestAdapter.props" />

</files>
</package>
</package>

0 comments on commit 8fa69db

Please sign in to comment.