Skip to content

Commit

Permalink
Add extensions Http to NuSpec (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
habbes authored Aug 12, 2024
1 parent 8ca731e commit 7a93e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ OData .NET library is open source at http://github.com/OData/odata.net. Document
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<dependencies>
<dependency id="Microsoft.OData.Core" version="[$VersionFullSemantic$-Nightly$NightlyBuildVersion$]" />
<dependency id="Microsoft.Extensions.Http" version="8.0.0" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Windows" targetFramework="sl4" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ OData .NET library is open source at http://github.com/OData/odata.net. Document
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<dependencies>
<dependency id="Microsoft.OData.Core" version="[$VersionNuGetSemantic$]" />
<dependency id="Microsoft.Extensions.Http" version="8.0.0" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Windows" targetFramework="sl4" />
Expand Down

0 comments on commit 7a93e7c

Please sign in to comment.