Skip to content

Commit

Permalink
PR #27, Increase the version upperbound of the dependencies so the ex…
Browse files Browse the repository at this point in the history
…tensions can be used in .NetCore 3.x apps
  • Loading branch information
groovyfeng authored and xuzhg committed Mar 27, 2020
1 parent c7f9ae7 commit 837ff1b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Microsoft.OData.Extensions.V3Client.Abstractions</id>
<title>Microsoft Extensions V3 OData Client.Abstractions</title>
<version>1.0.0</version>
<version>1.0.1</version>
<authors>Microsoft</authors>
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
<description>This package contains the abstract codes you need to create OData v3 client.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Microsoft.OData.Extensions.V3Client</id>
<title>Microsoft Extensions OData Client</title>
<version>1.0.0</version>
<version>1.0.1</version>
<authors>Microsoft</authors>
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
<description>This package contains the codes you need to create OData client.</description>
Expand Down
6 changes: 3 additions & 3 deletions tools/WebStack.versions.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<!-- For NuGet Package Dependencies -->
<PropertyGroup>
<ODataClientPackageDependency>[5.8.4, 6.0.0)</ODataClientPackageDependency>
<ExtensionsDependencyInjectionDependency>[2.1.0,3.0.0)</ExtensionsDependencyInjectionDependency>
<ExtensionsOptionsDependency>[2.1.0,3.0.0)</ExtensionsOptionsDependency>
<ExtensionsHttpDependency>[2.1.0,3.0.0)</ExtensionsHttpDependency>
<ExtensionsDependencyInjectionDependency>[2.1.0,4.0.0)</ExtensionsDependencyInjectionDependency>
<ExtensionsOptionsDependency>[2.1.0,4.0.0)</ExtensionsOptionsDependency>
<ExtensionsHttpDependency>[2.1.0,4.0.0)</ExtensionsHttpDependency>
</PropertyGroup>

<!--
Expand Down

0 comments on commit 837ff1b

Please sign in to comment.