Skip to content

Commit

Permalink
Bump upper version bound of Microsoft.Extension dependencies to 9.0.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
dmunch committed Feb 29, 2024
1 parent e9ae69e commit bd1c055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Odyssey.Consumer/Odyssey.Consumer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageId>O9d.Odyssey.EventConsumer</PackageId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="[6.0.0, 8.0.0)" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="[6.0.0, 9.0.0)" />
<PackageReference Include="MediatR" Version="11.1.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
Expand Down
8 changes: 4 additions & 4 deletions src/Odyssey/Odyssey.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="O9d.Guard" Version="0.1.0"/>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[6.0.0, 8.0.0)"/>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[6.0.0, 9.0.0)"/>
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.31.2"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[6.0.0, 8.0.0)"/>
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="[6.0.0, 8.0.0)"/>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="[6.0.0, 8.0.0)"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[6.0.0, 9.0.0)"/>
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="[6.0.0, 9.0.0)"/>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="[6.0.0, 9.0.0)"/>
<PackageReference Include="OneOf" Version="[3.0.223, 4.0)"/>
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="All"/>
</ItemGroup>
Expand Down

0 comments on commit bd1c055

Please sign in to comment.