Skip to content

Commit

Permalink
chore(deps): update nuget finbuckle.multitenant to v6.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 28, 2023
1 parent 20a1b33 commit c2696da
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.11.1" />
<PackageReference Include="Finbuckle.MultiTenant" Version="6.12.0" />
</ItemGroup>
</When>
<When Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant" Version="6.11.1" />
<PackageReference Include="Finbuckle.MultiTenant" Version="6.12.0" />
</ItemGroup>
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant" Version="6.11.1" />
<PackageReference Include="Finbuckle.MultiTenant" Version="6.12.0" />
</ItemGroup>
</Otherwise>
</Choose>
Expand Down

0 comments on commit c2696da

Please sign in to comment.