Skip to content

Commit

Permalink
Set version range for Akka.Hosting Msft.Ext to [3,) (#249)
Browse files Browse the repository at this point in the history
Set version range for Akka.Hosting Msft.Ext to [3,)
  • Loading branch information
Aaronontheweb authored Mar 2, 2023
1 parent c7d6074 commit 044f1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Akka.Hosting/Akka.Hosting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Akka.DependencyInjection" Version="$(AkkaVersion)" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="$(MicrosoftExtensionsVersion)" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="$(MicrosoftExtensionsVersion)" />
</ItemGroup>
</Project>

0 comments on commit 044f1e7

Please sign in to comment.