ircsharp/Examples/States/States.csproj

13 lines
281 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2020-04-22 15:42:09 +00:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
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>