Skip to content

Commit 9ea39d2

Browse files
Bump SixLabors.ImageSharp from 3.1.7 to 3.1.11 (#2746)
--- updated-dependencies: - dependency-name: SixLabors.ImageSharp dependency-version: 3.1.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b108fca commit 9ea39d2

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<IntersectRepoPath Condition="'$(IntersectRepoPath)' == ''">$(MSBuildProjectDirectory)\..</IntersectRepoPath>
55
</PropertyGroup>
66

7-
<Import Project=".\Common.props"/>
7+
<Import Project=".\Common.props" />
88

99
<Import Condition="Exists('$(IntersectRepoPath)/CustomCommon.props')" Project=".\CustomCommon.props" />
1010

11-
<Import Project=".\Intersect.props"/>
11+
<Import Project=".\Intersect.props" />
1212

1313
<PropertyGroup>
1414
<IntersectProjectName>$(MSBuildProjectName.Substring(10))</IntersectProjectName>

Intersect.Server/Intersect.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
133133
<PackageReference Include="Pomelo.JsonObject" Version="2.2.1" />
134134
<PackageReference Include="Remotion.Linq" Version="2.2.0" />
135-
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.7" />
135+
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
136136
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
137137
<PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="7.2.0" />
138138
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen.ConventionalRouting" Version="4.3.0" />

Intersect.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
</PropertyGroup>
3030

3131
<ItemGroup Label="Embedded Resources">
32-
<None Include="$(IntersectRepoPath)\assets\intersect-logo-qu.png" Pack="true" PackagePath="\"/>
33-
<EmbeddedResource Include="$(IntersectRepoPath)\assets\intersect-logo-qu.ico" Pack="true" PackagePath="\"/>
32+
<None Include="$(IntersectRepoPath)\assets\intersect-logo-qu.png" Pack="true" PackagePath="\" />
33+
<EmbeddedResource Include="$(IntersectRepoPath)\assets\intersect-logo-qu.ico" Pack="true" PackagePath="\" />
3434
</ItemGroup>
3535

3636
<ItemGroup Label="Embedded Assembly Metadata">
@@ -50,14 +50,14 @@
5050

5151
<Target Name="GetGitCommit" Condition="'$(CommitSha)' == ''" BeforeTargets="GetAssemblyAttributes">
5252
<Exec Command="git --version" IgnoreExitCode="true">
53-
<Output TaskParameter="ExitCode" PropertyName="GitVersionExitCode"/>
53+
<Output TaskParameter="ExitCode" PropertyName="GitVersionExitCode" />
5454
</Exec>
5555
<Exec Condition="'$(GitVersionExitCode)' == '0'" Command="git diff-index --quiet HEAD --" IgnoreExitCode="true">
56-
<Output TaskParameter="ExitCode" PropertyName="DiffIndexExitCode"/>
56+
<Output TaskParameter="ExitCode" PropertyName="DiffIndexExitCode" />
5757
</Exec>
5858
<Exec Condition="'$(GitVersionExitCode)' == '0'" Command="git rev-parse --verify HEAD" ConsoleToMsBuild="true" IgnoreExitCode="true">
59-
<Output TaskParameter="ConsoleOutput" PropertyName="RevParseOutput"/>
60-
<Output TaskParameter="ExitCode" PropertyName="RevParseExitCode"/>
59+
<Output TaskParameter="ConsoleOutput" PropertyName="RevParseOutput" />
60+
<Output TaskParameter="ExitCode" PropertyName="RevParseExitCode" />
6161
</Exec>
6262
<PropertyGroup>
6363
<RevParseOutput Condition="'$(RevParseExitCode)' == ''">unknowncommit</RevParseOutput>
@@ -68,14 +68,14 @@
6868
<CommitSha Condition="'$(CommitSha)' == ''">$(_GitCommitSha)</CommitSha>
6969
</PropertyGroup>
7070
<CreateProperty Value="$(CommitSha)">
71-
<Output TaskParameter="Value" PropertyName="CommitSha"/>
71+
<Output TaskParameter="Value" PropertyName="CommitSha" />
7272
</CreateProperty>
7373
<ItemGroup>
7474
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
7575
<_Parameter1>CommitSha</_Parameter1>
7676
<_Parameter2>$(CommitSha)</_Parameter2>
7777
</AssemblyAttribute>
7878
</ItemGroup>
79-
<Message Importance="high" Text="CommitSha=$(CommitSha)"/>
79+
<Message Importance="high" Text="CommitSha=$(CommitSha)" />
8080
</Target>
8181
</Project>

0 commit comments

Comments
 (0)