Skip to content

Commit

Permalink
Allow different versions of MS Abstractions nuget package for Akka.De…
Browse files Browse the repository at this point in the history
…pendencyInjection (#4739)

* Allow different versions of MS Abstractions nuget package

* Changed version selector
  • Loading branch information
IgorFedchenko committed Jan 22, 2021
1 parent d8bc05e commit b9d1375
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<PropertyGroup>
<AssemblyTitle>Akka.DependencyInjection</AssemblyTitle>
<Description>Dependency injection support for Akka.NET</Description>
<TargetFrameworks>$(NetStandardLibVersion)</TargetFrameworks>
<TargetFramework>$(NetStandardLibVersion)</TargetFramework>
<PackageTags>$(AkkaPackageTags);dependency injection</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageProjectUrl>https://getakka.net/articles/actors/dependency-injection.html</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[3.1.0,)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b9d1375

Please sign in to comment.