Skip to content

Commit

Permalink
Fixed PackageReferences on ObjectModel nupkg (#2660)
Browse files Browse the repository at this point in the history
* Cherry-picked signing fixes from `master`

* Cherry-picked assembly loading fixes.

* Assembly loading is fixed in netcoreapp
* Added new signing certificates

* Fixed PackageReferences on ObjectModel nupkg
  • Loading branch information
Haplois committed Dec 2, 2020
1 parent 6e11010 commit 238a218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/package/nuspec/TestPlatform.ObjectModel.nuspec
Expand Up @@ -20,6 +20,8 @@
<dependency id="NuGet.Frameworks" version="[5.0.0, )" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="[4.0.0, )" />
<dependency id="System.Reflection.Metadata" version="[1.6.0, )" />
<dependency id="NuGet.Frameworks" version="[5.0.0, )" />
</group>
</dependencies>
Expand Down

0 comments on commit 238a218

Please sign in to comment.