ircsharp/Examples/Tokens/TokensSample.csproj

13 lines
261 B
XML
Raw Normal View History

2020-04-22 15:42:09 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<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="..\..\IRCTokens\IRCTokens.csproj" />
2020-04-22 15:42:09 +00:00
</ItemGroup>
</Project>