Skip to content

Commit

Permalink
Use Microsoft.Extensions.Logging.Abstractions 2.0 for better compatib…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
ssimek committed Jul 3, 2021
1 parent 861d6e0 commit 7327b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/triaxis.Data.Sqlite/triaxis.Data.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="sqlite-net-pcl" Version="1.7.335" />
</ItemGroup>
Expand Down

0 comments on commit 7327b2b

Please sign in to comment.