Skip to content

Commit

Permalink
Upgrade Microsoft.Bcl.AsyncInterfaces dependency to 8.0.0 (#2793)
Browse files Browse the repository at this point in the history
  • Loading branch information
gathogojr authored Nov 15, 2023
1 parent a0447ab commit f5bc755
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OData .NET library is open source at http://github.com/OData/odata.net. Document
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Spatial" version="[$VersionFullSemantic$-Nightly$NightlyBuildVersion$]" />
<dependency id="Microsoft.OData.Edm" version="[$VersionFullSemantic$-Nightly$NightlyBuildVersion$]" />
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" />
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" />
</group>
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ OData .NET library is open source at http://github.com/OData/odata.net. Document
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Spatial" version="[$VersionNuGetSemantic$]" />
<dependency id="Microsoft.OData.Edm" version="[$VersionNuGetSemantic$]" />
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" />
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.OData.Core/Microsoft.OData.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.ObjectPool">
<Version>6.0.3</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.1'">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion test/PublicApiTests/Microsoft.OData.PublicApi.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<EmbeddedResource Include="BaseLine\Microsoft.OData.PublicApi.netstandard2.0.bsl" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit f5bc755

Please sign in to comment.