CheddarCrisp
·
2024-01-09
SDBD.Demo.csproj
1<Project Sdk="Microsoft.NET.Sdk">
2
3 <ItemGroup>
4 <ProjectReference Include="..\SDBD.Contract\SDBD.Contract.csproj" />
5 <ProjectReference Include="..\SDBD.Codec\SDBD.Codec.csproj" />
6 </ItemGroup>
7
8 <PropertyGroup>
9 <OutputType>Exe</OutputType>
10 <TargetFramework>net8.0</TargetFramework>
11 <ImplicitUsings>enable</ImplicitUsings>
12 <Nullable>enable</Nullable>
13 </PropertyGroup>
14
15</Project>