Skip to content

Commit 73e0378

Browse files
authored
Update ODL version to 8.2.2 and Bump AspNetCore.OData to 9.1.1 (#1355)
1 parent 9a0c7db commit 73e0378

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

sample/ODataRoutingSample/ODataRoutingSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.6" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.6" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.6" />
14-
<PackageReference Include="Microsoft.OData.Edm" Version="8.0.1" />
14+
<PackageReference Include="Microsoft.OData.Edm" Version="8.2.2" />
1515
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.0.6" />
1616
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
1717
</ItemGroup>

src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>
3030
<PackageReference Include="Microsoft.OData.ModelBuilder" Version="2.0.0" />
31-
<PackageReference Include="Microsoft.OData.Core" Version="8.0.2" />
32-
<PackageReference Include="Microsoft.OData.Edm" Version="8.0.2" />
33-
<PackageReference Include="Microsoft.Spatial" Version="8.0.2" />
31+
<PackageReference Include="Microsoft.OData.Core" Version="8.2.2" />
32+
<PackageReference Include="Microsoft.OData.Edm" Version="8.2.2" />
33+
<PackageReference Include="Microsoft.Spatial" Version="8.2.2" />
3434
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
3535
<PrivateAssets>all</PrivateAssets>
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tool/builder.versions.settings.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<PropertyGroup>
44
<VersionMajor Condition="'$(VersionMajor)' == ''">9</VersionMajor>
55
<VersionMinor Condition="'$(VersionMinor)' == ''">1</VersionMinor>
6-
<VersionBuild Condition="'$(VersionBuild)' == ''">0</VersionBuild>
6+
<VersionBuild Condition="'$(VersionBuild)' == ''">1</VersionBuild>
77
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
88
</PropertyGroup>
99

1010
<!-- For NuGet Package Dependencies -->
1111
<PropertyGroup>
12-
<ODataLibPackageDependency>[8.2.0, 9.0.0)</ODataLibPackageDependency>
12+
<ODataLibPackageDependency>[8.2.2, 9.0.0)</ODataLibPackageDependency>
1313
<ODataModelBuilderPackageDependency>[2.0.0, 3.0.0)</ODataModelBuilderPackageDependency>
1414
</PropertyGroup>
1515

0 commit comments

Comments
 (0)