79405032

Date: 2025-02-01 13:20:52
Score: 1
Natty:
Report link

Solution [program .csproj]:

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>WinExe</OutputType>
    <TargetFrameworks>net481;net9.0-windows</TargetFrameworks> 
    <UseWindowsForms>true</UseWindowsForms>
    <LangVersion>latest</LangVersion>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\TestProjLib\TestProjLib.csproj" />
  </ItemGroup>
</Project>

... This theemes to work, more tests to do but for now I am very thankful.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Joe Care