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

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFrameworks>net5.0;net6.0</TargetFrameworks>
  </PropertyGroup>

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

</Project>