about summary refs log blame commit diff
path: root/Examples/States/States.csproj
blob: 2261c413aaa1b430cd01d93330a5df3f96267d4f (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="..\..\IRCStates\IRCStates.csproj" />
  </ItemGroup>

</Project>