Skip to content

Commit 6a1c8be

Browse files
Update refs
1 parent 3441b89 commit 6a1c8be

3 files changed

Lines changed: 3 additions & 19 deletions

File tree

ImageSharp.Drawing.sln

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageSharp.Drawing.WebGPU",
341341
EndProject
342342
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebGPUWindowDemo", "samples\WebGPUWindowDemo\WebGPUWindowDemo.csproj", "{2541FDCD-78AC-40DB-B5E3-6A715DC132BA}"
343343
EndProject
344-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageSharp", "..\ImageSharp\src\ImageSharp\ImageSharp.csproj", "{FE71764E-E7BD-B378-8A4C-86929A28AD25}"
345-
EndProject
346344
Global
347345
GlobalSection(SolutionConfigurationPlatforms) = preSolution
348346
Debug|Any CPU = Debug|Any CPU
@@ -425,18 +423,6 @@ Global
425423
{2541FDCD-78AC-40DB-B5E3-6A715DC132BA}.Release|x64.Build.0 = Release|Any CPU
426424
{2541FDCD-78AC-40DB-B5E3-6A715DC132BA}.Release|x86.ActiveCfg = Release|Any CPU
427425
{2541FDCD-78AC-40DB-B5E3-6A715DC132BA}.Release|x86.Build.0 = Release|Any CPU
428-
{FE71764E-E7BD-B378-8A4C-86929A28AD25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
429-
{FE71764E-E7BD-B378-8A4C-86929A28AD25}.Debug|Any CPU.Build.0 = Debug|Any CPU
430-
{FE71764E-E7BD-B378-8A4C-86929A28AD25}.Debug|x64.ActiveCfg = Debug|Any CPU
431-
{FE71764E-E7BD-B378-8A4C-86929A28AD25}.Debug|x64.Build.0 = Debug|Any CPU
432-
{FE71764E-E7BD-B378-8A4C-86929A28AD25}.Debug|x86.ActiveCfg = Debug|Any CPU
433-
{FE71764E-E7BD-B378-8A4C-86929A28AD25}.Debug|x86.Build.0 = Debug|Any CPU
434-
{FE71764E-E7BD-B378-8A4C-86929A28AD25}.Release|Any CPU.ActiveCfg = Release|Any CPU
435-
{FE71764E-E7BD-B378-8A4C-86929A28AD25}.Release|Any CPU.Build.0 = Release|Any CPU
436-
{FE71764E-E7BD-B378-8A4C-86929A28AD25}.Release|x64.ActiveCfg = Release|Any CPU
437-
{FE71764E-E7BD-B378-8A4C-86929A28AD25}.Release|x64.Build.0 = Release|Any CPU
438-
{FE71764E-E7BD-B378-8A4C-86929A28AD25}.Release|x86.ActiveCfg = Release|Any CPU
439-
{FE71764E-E7BD-B378-8A4C-86929A28AD25}.Release|x86.Build.0 = Release|Any CPU
440426
EndGlobalSection
441427
GlobalSection(SolutionProperties) = preSolution
442428
HideSolutionNode = FALSE
@@ -466,7 +452,6 @@ Global
466452
{23859314-5693-4E6C-BE5C-80A433439D2A} = {1799C43E-5C54-4A8F-8D64-B1475241DB0D}
467453
{061582C2-658F-40AE-A978-7D74A4EB2C0A} = {815C0625-CD3D-440F-9F80-2D83856AB7AE}
468454
{2541FDCD-78AC-40DB-B5E3-6A715DC132BA} = {528610AC-7C0C-46E8-9A2D-D46FD92FEE29}
469-
{FE71764E-E7BD-B378-8A4C-86929A28AD25} = {815C0625-CD3D-440F-9F80-2D83856AB7AE}
470455
EndGlobalSection
471456
GlobalSection(ExtensibilityGlobals) = postSolution
472457
SolutionGuid = {5F8B9D1F-CD8B-4CC5-8216-D531E25BD795}
@@ -475,7 +460,6 @@ Global
475460
shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems*{061582c2-658f-40ae-a978-7d74a4eb2c0a}*SharedItemsImports = 5
476461
shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems*{2e33181e-6e28-4662-a801-e2e7dc206029}*SharedItemsImports = 5
477462
shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems*{68a8cc40-6aed-4e96-b524-31b1158fdeea}*SharedItemsImports = 13
478-
..\ImageSharp\shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems*{fe71764e-e7bd-b378-8a4c-86929a28ad25}*SharedItemsImports = 5
479463
EndGlobalSection
480464
GlobalSection(Performance) = preSolution
481465
HasPerformanceSessions = true

src/ImageSharp.Drawing/ImageSharp.Drawing.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
<None Include="..\..\shared-infrastructure\branding\icons\imagesharp.drawing\sixlabors.imagesharp.drawing.128.png" Pack="true" PackagePath="" />
4646
</ItemGroup>
4747
<ItemGroup>
48-
<PackageReference Include="SixLabors.Fonts" Version="3.0.0-alpha.0.28" />
49-
<PackageReference Include="SixLabors.ImageSharp" Version="4.0.0-alpha.0.84" />
48+
<PackageReference Include="SixLabors.Fonts" Version="3.0.0-alpha.0.31" />
49+
<PackageReference Include="SixLabors.ImageSharp" Version="4.0.0-alpha.0.86" />
5050
<PackageReference Include="SixLabors.PolygonClipper" Version="1.0.0-alpha.0.52" />
5151
</ItemGroup>
5252

tests/ImageSharp.Drawing.Tests/TestFontUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static Font GetFont(FontCollection collection, string name, float size)
4747
/// <param name="name">The name of the font.</param>
4848
/// <returns>The <see cref="Font"/></returns>
4949
public static FontFamily GetFontFamily(FontCollection collection, string name)
50-
=> collection.Add(GetPath(name), CultureInfo.InvariantCulture);
50+
=> collection.AddWithCulture(GetPath(name), CultureInfo.InvariantCulture);
5151

5252
/// <summary>
5353
/// The formats directory.

0 commit comments

Comments
 (0)