Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Add MS.Extensions.Primitives to .NET Core nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
xplicit committed Jun 6, 2017
1 parent 10b3cde commit e0fe1a7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<copyright>ServiceStack 2017 and contributors</copyright>
<dependencies>
<group targetFramework=".NETStandard1.1">
<dependency id="Microsoft.Extensions.Primitives" version="[1.1.1, )" />
<dependency id="System.Runtime.Serialization.Primitives" version="[4.3.0, )" />
<dependency id="System.Runtime.Serialization.Xml" version="[4.3.0, )" />
<dependency id="System.Net.Requests" version="[4.3.0, )" />
Expand All @@ -32,6 +33,7 @@
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="[4.3.0, )" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="Microsoft.Extensions.Primitives" version="[1.1.1, )" />
<dependency id="System.Runtime.Serialization.Primitives" version="[4.3.0, )" />
<dependency id="System.Runtime.Serialization.Xml" version="[4.3.0, )" />
<dependency id="System.Net.Requests" version="[4.3.0, )" />
Expand Down

0 comments on commit e0fe1a7

Please sign in to comment.