mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 18:20:11 +00:00
chore: update ImageSharp graphics library
This commit is contained in:
parent
97e7df5e4d
commit
7ff08ac0b9
3 changed files with 13 additions and 13 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue