Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7ab3370

Browse filesBrowse files
committed
Update the readme text.
1 parent 393387b commit 7ab3370
Copy full SHA for 7ab3370

File tree

Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed

‎examples/AspNetCore/OData/Directory.Build.props

Copy file name to clipboardExpand all lines: examples/AspNetCore/OData/Directory.Build.props
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Import Project="$([MSBuild]::GetPathOfFileAbove('$(MSBuildThisFile)','$(MSBuildThisFileDirectory)../'))" />
55

66
<ItemGroup>
7-
<PackageReference Include="Microsoft.AspNetCore.OData" Version="8.2.3" />
7+
<PackageReference Include="Microsoft.AspNetCore.OData" Version="9.2.1" />
88
</ItemGroup>
99

1010
</Project>
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-

1+
Support OData 9.0 ([#1103](https://github.com/dotnet/aspnet-api-versioning/issues/1103))

‎src/AspNetCore/OData/src/Asp.Versioning.OData/Asp.Versioning.OData.csproj

Copy file name to clipboardExpand all lines: src/AspNetCore/OData/src/Asp.Versioning.OData/Asp.Versioning.OData.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.AspNetCore.OData" Version="[8.0.2,9.3.0)" />
18+
<PackageReference Include="Microsoft.AspNetCore.OData" Version="[8.0.2,10.0.0)" />
1919
</ItemGroup>
2020

2121
<ItemGroup>
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-

1+
Support OData 9.0 ([#1103](https://github.com/dotnet/aspnet-api-versioning/issues/1103))

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.