You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
692 B
18 lines
692 B
<Project Sdk="Microsoft.NET.Sdk"> |
|
<PropertyGroup> |
|
<TargetFramework>net8.0</TargetFramework> |
|
<LangVersion>latest</LangVersion> |
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers> |
|
<ImplicitUsings>enable</ImplicitUsings> |
|
<Nullable>enable</Nullable> |
|
<BuiltInComInteropSupport>true</BuiltInComInteropSupport> |
|
<EnableWindowsTargeting>true</EnableWindowsTargeting> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<PackageReference Include="Avalonia" Version="11.0.9" /> |
|
<PackageReference Include="SkiaSharp" Version="2.88.7" /> |
|
<PackageReference Include="DotNet.Bundle" Version="0.9.13" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|