ircsharp/Examples/Tokens/Tokens.csproj

13 lines
270 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\IRCTokens\IRCTokens.csproj" />
</ItemGroup>
</Project>