Skip to content

Commit

Permalink
Downgrade reference for Microsoft.Extensions.Logging.Abstractions fro…
Browse files Browse the repository at this point in the history
…m 3.0 to 2.2. We don't need anything from 3.0, this will give users the opportunity to manually choose 3.x over 2.x by directly referencing the package, whereas otherwise, if users can't use 3.0 (is there a reason? Both support netstandard 2.0), they will end up with a "package downgrade" error.
  • Loading branch information
danielcweber committed Oct 29, 2019
1 parent 7716e8f commit d0482c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExRam.Gremlinq.Core/ExRam.Gremlinq.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
<PackageReference Include="System.Collections.Concurrent" Version="4.3.0" />
<PackageReference Include="System.Interactive.Async" Version="4.0.0" />
Expand Down

0 comments on commit d0482c3

Please sign in to comment.