Skip to content

Commit

Permalink
fix: Error logging lowest version at .NET 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sagilio committed Feb 23, 2022
1 parent 9f93722 commit 6cd7181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casbin/Casbin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="DynamicExpresso.Core" Version="2.11.0"/>
<PackageReference Include="Microsoft.Extensions.Logging" Versiodn="6.0.0"/>
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0"/>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
Expand Down

0 comments on commit 6cd7181

Please sign in to comment.