forked from chomp/ChompQuestVerifier
14 lines
378 B
XML
14 lines
378 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\QuestValidator.Common\QuestValidator.Common.csproj" />
|
||
|
<ProjectReference Include="..\QuestValidator.Models\QuestValidator.Models.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|