mirror of
https://github.com/eliasstepanik/FluidSimulation.git
synced 2026-01-11 05:28:28 +00:00
17 lines
496 B
XML
17 lines
496 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Raylib-CsLo" Version="4.2.0.3" />
|
|
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|