We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c8f8e commit 15371c4Copy full SHA for 15371c4
2 files changed
Workbench/Wmf/SkiaWmfRenderer/samples/sample/Sample.csproj
@@ -0,0 +1,20 @@
1
+<Project Sdk="Microsoft.NET.Sdk">
2
+
3
+ <PropertyGroup>
4
+ <OutputType>Exe</OutputType>
5
+ <TargetFramework>net9.0</TargetFramework>
6
+ <ImplicitUsings>enable</ImplicitUsings>
7
+ <Nullable>enable</Nullable>
8
+ </PropertyGroup>
9
10
+ <ItemGroup>
11
+ <ProjectReference Include="..\..\src\SkiaWmfRenderer\SkiaWmfRenderer.csproj" />
12
+ </ItemGroup>
13
14
15
+ <PackageReference Include="SkiaSharp" Version="3.119.0" />
16
+ <PackageReference Include="System.Drawing.Common" Version="9.0.7" />
17
+ <PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.7" />
18
19
20
+</Project>
Workbench/Wmf/SkiaWmfRenderer/samples/sample/sample.csproj
0 commit comments