ircsharp/Examples/Tokens/Tokens.csproj

13 lines
270 B
XML
Raw Normal View History

2020-04-22 15:42:09 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2021-11-09 22:17:36 +00:00
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
2020-04-22 15:42:09 +00:00
</PropertyGroup>
<ItemGroup>
2020-05-15 03:06:10 +00:00
<ProjectReference Include="..\..\IRCTokens\IRCTokens.csproj" />
2020-04-22 15:42:09 +00:00
</ItemGroup>
</Project>