livebook/elixirkit/demo/rel/dotnet/Demo.csproj
2023-01-16 21:09:47 +01:00

14 lines
347 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../../elixirkit_dotnet/ElixirKit.csproj" />
</ItemGroup>
</Project>