1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<Project Sdk="Godot.NET.Sdk/3.3.0"> <PropertyGroup> <TargetFramework>net472</TargetFramework> <RootNamespace>latexbot</RootNamespace> </PropertyGroup> <ItemGroup> <PackageReference Include="CSharpMath" Version="0.5.1" /> <PackageReference Include="CSharpMath.SkiaSharp" Version="0.5.1" /> </ItemGroup> <ItemGroup Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'"> <PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.1-preview.108" /> </ItemGroup> </Project>