| <Project Sdk="Microsoft.NET.Sdk"> | |
| <PropertyGroup> | |
| <TargetFrameworks>net8.0;net10.0</TargetFrameworks> | |
| <ImplicitUsings>enable</ImplicitUsings> | |
| <Nullable>enable</Nullable> | |
| <OutputType>Exe</OutputType> | |
| <IsPackable>false</IsPackable> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <ProjectReference Include="../../OpenDAL/OpenDAL.csproj" /> | |
| </ItemGroup> | |
| </Project> |