ircsharp/Examples/States/States.csproj

13 lines
264 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2020-04-22 15:42:09 +00:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2020-07-09 14:33:58 +00:00
<TargetFramework>net5.0</TargetFramework>
2020-04-22 15:42:09 +00:00
</PropertyGroup>
<ItemGroup>
2020-05-15 03:06:10 +00:00
<ProjectReference Include="..\..\IRCStates\IRCStates.csproj" />
2020-04-22 15:42:09 +00:00
</ItemGroup>
</Project>