Skip to content

Commit 39cfc87

Browse files
xavierjohncommonsensesoftware
authored andcommitted
Update the readme text.
1 parent a1990bd commit 39cfc87

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: examples/AspNetCore/OData/Directory.Build.props

+1-1
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>
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))

Diff for: src/AspNetCore/OData/src/Asp.Versioning.OData/Asp.Versioning.OData.csproj

+1-1
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>
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)