Skip to content

Commit

Permalink
Add new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chinadragon0515 committed May 24, 2016
1 parent 48d5edd commit 5ff38dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Microsoft.Restier.Core/Microsoft.Restier.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<dependencies>
<dependency id="Microsoft.Extensions.DependencyInjection" version="[1.0.0-rc2-final]" />
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="[1.0.0-rc2-final]" />
<dependency id="Microsoft.OData.Edm" version="[6.15.0, 7.0.0)" />
</dependencies>
</metadata>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<copyright></copyright>
<dependencies>
<dependency id="Microsoft.Restier.Core" version="[0.5.0-beta]" />
<dependency id="Microsoft.OData.Core" version="[6.15.0, 7.0.0)" />
<dependency id="Microsoft.Spatial" version="[6.15.0, 7.0.0)" />
<dependency id="Microsoft.AspNet.OData" version="[5.9.0,6.0.0)" />
</dependencies>
</metadata>
Expand Down

0 comments on commit 5ff38dd

Please sign in to comment.