Add test infrastructure for agent conformance tests (#77)

* Add test infrastructure for agent conformance tests

* Address PR comments.

* Switch TargetFrameworks to have inline condition
This commit is contained in:
westey
2025-06-16 11:32:20 +01:00
committed by GitHub
Unverified
parent 4d3b17eb27
commit 293cdb1846
16 changed files with 268 additions and 20 deletions
@@ -2,10 +2,7 @@
<PropertyGroup>
<TargetFrameworks>$(ProjectsTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TargetFrameworks>$(ProjectsDebugTargetFrameworks)</TargetFrameworks>
<TargetFrameworks Condition="'$(Configuration)' == 'Debug'">$(ProjectsDebugTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>