ircsharp/StatesSample/StatesSample.csproj

13 lines
268 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2020-04-22 15:42:09 +00:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\IrcStates\IrcStates.csproj" />
2020-04-22 15:42:09 +00:00
</ItemGroup>
</Project>