2023-10-11 20:42:26 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2024-01-24 13:33:29 +00:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2023-10-11 20:42:26 +00:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\AscNet.Common\AscNet.Common.csproj" />
|
|
|
|
<ProjectReference Include="..\AscNet\AscNet.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|