2021-09-14 19:52:11 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2022-01-09 20:33:55 +00:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2021-09-14 19:52:11 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\QuestValidator.Common\QuestValidator.Common.csproj" />
|
|
|
|
<ProjectReference Include="..\QuestValidator.Models\QuestValidator.Models.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|