Skip to content

Commit 51eed1a

Browse files
committed
Added missing dependency to example
1 parent b03a135 commit 51eed1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Examples/ImageCreationUI/ImageCreationUI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<PackageReference Include="StableDifffusion.NET.Backend.Cuda" Version="1.2.0" />
1515
<PackageReference Include="StableDifffusion.NET.Backend.Rocm" Version="1.2.0" />
1616
<PackageReference Include="StableDifffusion.NET" Version="1.2.0" />
17+
<PackageReference Include="System.Drawing.Common" Version="8.0.4" />
1718
</ItemGroup>
1819

1920
</Project>

0 commit comments

Comments
 (0)