Skip to content

Commit bc80aeb

Browse files
committed
use preview build of dependencies
1 parent 7e0e106 commit bc80aeb

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
3-
43
<PropertyGroup>
54
<AssemblyName>SixLabors.ImageSharp.Drawing</AssemblyName>
65
<AssemblyTitle>SixLabors.ImageSharp.Drawing</AssemblyTitle>
@@ -14,16 +13,12 @@
1413
<Description>An extension to ImageSharp that allows the drawing of images, paths, and text.</Description>
1514
<TargetFrameworks>netcoreapp3.1;netcoreapp2.1;netstandard2.1;netstandard2.0;net472</TargetFrameworks>
1615
</PropertyGroup>
17-
1816
<ItemGroup>
1917
<None Include="..\..\shared-infrastructure\branding\icons\imagesharp.drawing\sixlabors.imagesharp.drawing.128.png" Pack="true" PackagePath="" />
2018
</ItemGroup>
21-
2219
<ItemGroup>
2320
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta16" />
24-
<PackageReference Include="SixLabors.ImageSharp" Version="2.0.0" />
21+
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.1-alpha.0.1" />
2522
</ItemGroup>
26-
2723
<Import Project="..\..\shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems" Label="Shared" />
28-
29-
</Project>
24+
</Project>

0 commit comments

Comments
 (0)