Skip to content

Commit

Permalink
chore(deps): update nuget finbuckle.multitenant to v6.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent b91bd56 commit fb7aa38
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
<Choose>
<When Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant" Version="6.12.0" />
<PackageReference Include="Finbuckle.MultiTenant" Version="6.13.1" />
</ItemGroup>
</When>
<When Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant" Version="6.12.0" />
<PackageReference Include="Finbuckle.MultiTenant" Version="6.13.1" />
</ItemGroup>
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant" Version="6.12.0" />
<PackageReference Include="Finbuckle.MultiTenant" Version="6.13.1" />
</ItemGroup>
</Otherwise>
</Choose>
Expand Down

0 comments on commit fb7aa38

Please sign in to comment.