Skip to content

Commit 595a8b7

Browse files
Bump SixLabors.ImageSharp from 2.1.10 to 2.1.11 (#1193)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4e00fd commit 595a8b7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Directory.Build.targets

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
18-
<InternalsVisibleTo Condition="'$(SignAssembly)' == 'true'" Include="$(AssemblyName).Tests, $(_FriendAssembliesPublicKey)"/>
19-
<InternalsVisibleTo Condition="'$(SignAssembly)' != 'true'" Include="$(AssemblyName).Tests"/>
18+
<InternalsVisibleTo Condition="'$(SignAssembly)' == 'true'" Include="$(AssemblyName).Tests, $(_FriendAssembliesPublicKey)" />
19+
<InternalsVisibleTo Condition="'$(SignAssembly)' != 'true'" Include="$(AssemblyName).Tests" />
2020
</ItemGroup>
2121

2222
<!--Workaround for https://github.com/NuGet/Home/issues/5556 and https://github.com/NuGet/Home/issues/5525-->
2323
<Target Name="UseExplicitPackageVersions" BeforeTargets="GenerateNuspec">
2424
<ItemGroup>
25-
<_ProjectReferenceWithExplicitPackageVersion Include="@(ProjectReference->'%(FullPath)')" Condition="'%(ProjectReference.PackageVersion)' != ''" />
26-
<_ProjectReferenceWithExactPackageVersion Include="@(ProjectReference->'%(FullPath)')" Condition="'%(ProjectReference.ExactVersion)' == 'true'" />
25+
<_ProjectReferenceWithExplicitPackageVersion Include="@(ProjectReference-&gt;'%(FullPath)')" Condition="'%(ProjectReference.PackageVersion)' != ''" />
26+
<_ProjectReferenceWithExactPackageVersion Include="@(ProjectReference-&gt;'%(FullPath)')" Condition="'%(ProjectReference.ExactVersion)' == 'true'" />
2727
<_ProjectReferenceWithReassignedVersion Include="@(_ProjectReferencesWithVersions)" Condition="'%(Identity)' != '' And '@(_ProjectReferenceWithExplicitPackageVersion)' == '@(_ProjectReferencesWithVersions)'">
28-
<ProjectVersion>@(_ProjectReferenceWithExplicitPackageVersion->'%(PackageVersion)')</ProjectVersion>
28+
<ProjectVersion>@(_ProjectReferenceWithExplicitPackageVersion-&gt;'%(PackageVersion)')</ProjectVersion>
2929
</_ProjectReferenceWithReassignedVersion>
3030
<_ProjectReferenceWithReassignedVersion Include="@(_ProjectReferencesWithVersions)" Condition="'%(Identity)' != '' And '@(_ProjectReferenceWithExactPackageVersion)' == '@(_ProjectReferencesWithVersions)'">
31-
<ProjectVersion>[@(_ProjectReferencesWithVersions->'%(ProjectVersion)')]</ProjectVersion>
31+
<ProjectVersion>[@(_ProjectReferencesWithVersions-&gt;'%(ProjectVersion)')]</ProjectVersion>
3232
</_ProjectReferenceWithReassignedVersion>
3333
<_ProjectReferencesWithVersions Remove="@(_ProjectReferenceWithReassignedVersion)" />
3434
<_ProjectReferencesWithVersions Include="@(_ProjectReferenceWithReassignedVersion)" />

samples/Samples.Upload/Samples.Upload.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.10" />
11+
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.11" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)