Cupola/Cupola.csproj
AUnicornWithNoLife 299eecfbe8 GPU
2023-02-03 09:03:47 +00:00

17 lines
494 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ComputeSharp" Version="2.0.3" />
<PackageReference Include="ComputeSharp.Dynamic" Version="2.0.3" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
</ItemGroup>
</Project>