新增SkiaSharp Linux目标
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
|
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
|
||||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||||
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
||||||
@@ -54,6 +54,7 @@
|
|||||||
<PackageReference Include="FubarDev.FtpServer.FileSystem.DotNet" Version="3.1.2" />
|
<PackageReference Include="FubarDev.FtpServer.FileSystem.DotNet" Version="3.1.2" />
|
||||||
<!--<PackageReference Include="HandyControl" Version="3.5.1" />-->
|
<!--<PackageReference Include="HandyControl" Version="3.5.1" />-->
|
||||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
|
||||||
|
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="3.116.1" />
|
||||||
<!--<PackageReference Include="MySql.Data" Version="9.0.0" />-->
|
<!--<PackageReference Include="MySql.Data" Version="9.0.0" />-->
|
||||||
<!--<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />-->
|
<!--<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />-->
|
||||||
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
|
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
|
||||||
|
|||||||
Reference in New Issue
Block a user