Skip to content

Commit

Permalink
Update ImageSharp
Browse files Browse the repository at this point in the history
  • Loading branch information
Guerra24 committed Jul 24, 2024
1 parent a0eb79b commit f9659da
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LRReader.Shared/LRReader.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</PackageReference>
<PackageReference Include="RestSharp" Version="111.4.0" />
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="111.4.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.8" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.9" />
</ItemGroup>

</Project>
12 changes: 6 additions & 6 deletions LRReader.Shared/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
},
"SixLabors.ImageSharp": {
"type": "Direct",
"requested": "[2.1.8, )",
"resolved": "2.1.8",
"contentHash": "ML1++vactR5xMW36wHA2nAX3vc6VpR62qYnpopQdLNGbP8BAJ/ckv1IrGIIFRUEQ0JS9EgWr1y1gEa/81f+HaA==",
"requested": "[2.1.9, )",
"resolved": "2.1.9",
"contentHash": "VcjfKbOExie3RgZGrQL1jJMI4iZ3J9B6ifDo2QpDVJUYhTZKVcKnBhpNOHqbvNjHgadAks1jzhRjB7OZet1PJA==",
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.4",
Expand Down Expand Up @@ -471,9 +471,9 @@
},
"SixLabors.ImageSharp": {
"type": "Direct",
"requested": "[2.1.8, )",
"resolved": "2.1.8",
"contentHash": "ML1++vactR5xMW36wHA2nAX3vc6VpR62qYnpopQdLNGbP8BAJ/ckv1IrGIIFRUEQ0JS9EgWr1y1gEa/81f+HaA==",
"requested": "[2.1.9, )",
"resolved": "2.1.9",
"contentHash": "VcjfKbOExie3RgZGrQL1jJMI4iZ3J9B6ifDo2QpDVJUYhTZKVcKnBhpNOHqbvNjHgadAks1jzhRjB7OZet1PJA==",
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.4",
Expand Down
3 changes: 3 additions & 0 deletions LRReader.UWP/LRReader.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,9 @@
</ApplicationDefinition>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Labs.Uwp.TokenView">
<Version>0.1.240722-build.1700</Version>
</PackageReference>
<PackageReference Include="CommunityToolkit.Uwp.Animations">
<Version>8.0.240109</Version>
</PackageReference>
Expand Down
17 changes: 14 additions & 3 deletions LRReader.UWP/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
"version": 1,
"dependencies": {
"UAP,Version=v10.0.17763": {
"CommunityToolkit.Labs.Uwp.TokenView": {
"type": "Direct",
"requested": "[0.1.240722-build.1700, )",
"resolved": "0.1.240722-build.1700",
"contentHash": "FDKT8w3QJPYNexeuhNXEtvmfbFAsYGW8cRVM/HquBcNowuEl59exzTzEAu+FRRNlVnbywS4/h9iqPSY2G4ygBQ==",
"dependencies": {
"CommunityToolkit.Uwp.Controls.Primitives": "8.0.230907",
"CommunityToolkit.Uwp.Extensions": "8.0.230907",
"Microsoft.UI.Xaml": "2.7.0"
}
},
"CommunityToolkit.Uwp.Animations": {
"type": "Direct",
"requested": "[8.0.240109, )",
Expand Down Expand Up @@ -512,8 +523,8 @@
},
"SixLabors.ImageSharp": {
"type": "Transitive",
"resolved": "2.1.8",
"contentHash": "ML1++vactR5xMW36wHA2nAX3vc6VpR62qYnpopQdLNGbP8BAJ/ckv1IrGIIFRUEQ0JS9EgWr1y1gEa/81f+HaA==",
"resolved": "2.1.9",
"contentHash": "VcjfKbOExie3RgZGrQL1jJMI4iZ3J9B6ifDo2QpDVJUYhTZKVcKnBhpNOHqbvNjHgadAks1jzhRjB7OZet1PJA==",
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.4",
Expand Down Expand Up @@ -662,7 +673,7 @@
"Newtonsoft.Json": "[13.0.3, )",
"RestSharp": "[111.4.0, )",
"RestSharp.Serializers.NewtonsoftJson": "[111.4.0, )",
"SixLabors.ImageSharp": "[2.1.8, )"
"SixLabors.ImageSharp": "[2.1.9, )"
}
}
},
Expand Down
1 change: 1 addition & 0 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<configuration>
<packageSources>
<add key="guerra24" value="https://nuget.pkg.github.com/Guerra24/index.json" />
<add key="Toolkit Labs" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit f9659da

Please sign in to comment.