| 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | |
| 3 | <PropertyGroup> |
| 4 | <OutputType>Exe</OutputType> |
| 5 | <TargetFrameworks>net6.0;net472</TargetFrameworks> |
| 6 | <RuntimeIdentifiers>win-x86</RuntimeIdentifiers> |
| 7 | </PropertyGroup> |
| 8 | |
| 9 | <ItemGroup> |
| 10 | <ProjectReference Include="..\CsprojClassLibraryMultiFramework\CsprojClassLibraryMultiFramework.csproj" /> |
| 11 | </ItemGroup> |
| 12 | |
| 13 | </Project> |