Files
LaDOSE/LaDOSE.Src/LinuxTest/LinuxTest.csproj

16 lines
402 B
XML
Raw Normal View History

2023-07-12 05:06:18 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2025-02-09 22:30:00 +01:00
<TargetFramework>net8.0</TargetFramework>
2023-07-12 05:06:18 +02:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2025-02-09 22:30:00 +01:00
<LangVersion>12</LangVersion>
2023-07-12 05:06:18 +02:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\LaDOSE.REST\LaDOSE.REST.csproj" />
</ItemGroup>
</Project>