chore: update ImageSharp graphics library

This commit is contained in:
rladenson 2023-07-13 23:43:54 -06:00 committed by Iris System
parent 97e7df5e4d
commit 7ff08ac0b9
3 changed files with 13 additions and 13 deletions

View file

@ -13,8 +13,8 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Myriad\Myriad.csproj"/> <ProjectReference Include="..\Myriad\Myriad.csproj" />
<ProjectReference Include="..\PluralKit.Core\PluralKit.Core.csproj"/> <ProjectReference Include="..\PluralKit.Core\PluralKit.Core.csproj" />
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>
@ -22,15 +22,15 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.13.0"/> <PackageReference Include="Google.Protobuf" Version="3.13.0" />
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.32.0" /> <PackageReference Include="Grpc.Net.ClientFactory" Version="2.32.0" />
<PackageReference Include="Grpc.Tools" Version="2.47.0" PrivateAssets="all" /> <PackageReference Include="Grpc.Tools" Version="2.47.0" PrivateAssets="all" />
<PackageReference Include="Humanizer.Core" Version="2.8.26"/> <PackageReference Include="Humanizer.Core" Version="2.8.26" />
<PackageReference Include="Sentry" Version="3.11.1"/> <PackageReference Include="Sentry" Version="3.11.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.2"/> <PackageReference Include="SixLabors.ImageSharp" Version="3.0.1" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Protobuf Include="../proto/state.proto" GrpcServices="Client" Link="Protos/state.proto"/> <Protobuf Include="../proto/state.proto" GrpcServices="Client" Link="Protos/state.proto" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View file

@ -42,9 +42,9 @@
}, },
"SixLabors.ImageSharp": { "SixLabors.ImageSharp": {
"type": "Direct", "type": "Direct",
"requested": "[1.0.2, )", "requested": "[3.0.1, )",
"resolved": "1.0.2", "resolved": "3.0.1",
"contentHash": "iZJ37Iss3pUkFl961x1aka85QuvgY9oNZabHijzVnHs4QTz6EMNx3zjJDyvK/0+Ryj6JPv/PC7GVIJXLHtu2nQ==" "contentHash": "o0v/J6SJwp3RFrzR29beGx0cK7xcMRgOyIuw8ZNLQyNnBhiyL/vIQKn7cfycthcWUPG3XezUjFwBWzkcUUDFbg=="
}, },
"App.Metrics": { "App.Metrics": {
"type": "Transitive", "type": "Transitive",

View file

@ -891,8 +891,8 @@
}, },
"SixLabors.ImageSharp": { "SixLabors.ImageSharp": {
"type": "Transitive", "type": "Transitive",
"resolved": "1.0.2", "resolved": "3.0.1",
"contentHash": "iZJ37Iss3pUkFl961x1aka85QuvgY9oNZabHijzVnHs4QTz6EMNx3zjJDyvK/0+Ryj6JPv/PC7GVIJXLHtu2nQ==" "contentHash": "o0v/J6SJwp3RFrzR29beGx0cK7xcMRgOyIuw8ZNLQyNnBhiyL/vIQKn7cfycthcWUPG3XezUjFwBWzkcUUDFbg=="
}, },
"SqlKata": { "SqlKata": {
"type": "Transitive", "type": "Transitive",
@ -1810,7 +1810,7 @@
"Myriad": "[1.0.0, )", "Myriad": "[1.0.0, )",
"PluralKit.Core": "[1.0.0, )", "PluralKit.Core": "[1.0.0, )",
"Sentry": "[3.11.1, )", "Sentry": "[3.11.1, )",
"SixLabors.ImageSharp": "[1.0.2, )" "SixLabors.ImageSharp": "[3.0.1, )"
} }
}, },
"pluralkit.core": { "pluralkit.core": {