about summary refs log tree commit diff
path: root/Examples/Tokens/Tokens.csproj
blob: 72760efa0f27f868e64b9b366d0b957ab0d73e63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\..\IRCTokens\IRCTokens.csproj" />
  </ItemGroup>

</Project>