File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
sample/ODataRoutingSample
src/Microsoft.AspNetCore.OData Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 8.0.6" />
12
12
<PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.6" />
13
13
<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 " />
15
15
<PackageReference Include =" Microsoft.OpenApi.OData" Version =" 1.0.6" />
16
16
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.4.0" />
17
17
</ItemGroup >
Original file line number Diff line number Diff line change 28
28
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
29
29
</PackageReference >
30
30
<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" />
34
34
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" >
35
35
<PrivateAssets >all</PrivateAssets >
36
36
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<VersionMajor Condition =" '$(VersionMajor)' == ''" >9</VersionMajor >
5
5
<VersionMinor Condition =" '$(VersionMinor)' == ''" >1</VersionMinor >
6
- <VersionBuild Condition =" '$(VersionBuild)' == ''" >0 </VersionBuild >
6
+ <VersionBuild Condition =" '$(VersionBuild)' == ''" >1 </VersionBuild >
7
7
<VersionRelease Condition =" '$(VersionRelease)' == ''" ></VersionRelease >
8
8
</PropertyGroup >
9
9
10
10
<!-- For NuGet Package Dependencies -->
11
11
<PropertyGroup >
12
- <ODataLibPackageDependency >[8.2.0 , 9.0.0)</ODataLibPackageDependency >
12
+ <ODataLibPackageDependency >[8.2.2 , 9.0.0)</ODataLibPackageDependency >
13
13
<ODataModelBuilderPackageDependency >[2.0.0, 3.0.0)</ODataModelBuilderPackageDependency >
14
14
</PropertyGroup >
15
15
You can’t perform that action at this time.
0 commit comments