Skip to content

Commit 6eafdf9

Browse files
Update to latest Fonts
1 parent a5f86ac commit 6eafdf9

7 files changed

Lines changed: 581 additions & 530 deletions

File tree

src/Directory.Build.props

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2222
</PropertyGroup>
2323

24+
<!--Add Feedz.io restore sources while we wait for the ability to update shared infrastructure-->
25+
<PropertyGroup>
26+
<RestoreSources>
27+
$(RestoreSources);
28+
https://f.feedz.io/sixlabors/sixlabors/nuget/index.json;
29+
</RestoreSources>
30+
</PropertyGroup>
31+
2432
<ItemGroup>
2533
<!-- DynamicProxyGenAssembly2 is needed so Moq can use our internals -->
2634
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" Key="0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7" />

src/ImageSharp.Drawing/ImageSharp.Drawing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<None Include="..\..\shared-infrastructure\branding\icons\imagesharp.drawing\sixlabors.imagesharp.drawing.128.png" Pack="true" PackagePath="" />
1818
</ItemGroup>
1919
<ItemGroup>
20-
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta19" />
20+
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta19.9" />
2121
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
2222
</ItemGroup>
2323
<Import Project="..\..\shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems" Label="Shared" />

0 commit comments

Comments
 (0)