14 lines
371 B
XML
14 lines
371 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\QuestValidator.Common\QuestValidator.Common.csproj" />
|
|
<ProjectReference Include="..\QuestValidator.Models\QuestValidator.Models.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|