ircsharp/Examples/Tokens/Tokens.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>
2021-11-10 01:40:45 +00:00
<TargetFramework>net6.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>