about summary refs log blame commit diff
path: root/Examples/Tokens/Tokens.csproj
blob: 72760efa0f27f868e64b9b366d0b957ab0d73e63 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                 
                                                              


                  
                                                                   


              
<Project Sdk="Microsoft.NET.Sdk">

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

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

</Project>