.NET: support .NET8 for hosting projects (#1426)

* support net8.0 for hosting projects

* enable CI to run on net8

* correctly setup tfms

* correct fixes (avoid net8)

* nit

* fix hosting.a2a.tests tfm

* update TFM for hosting.unitTests

* remove .net8 CI target

* revert hosting.tests
This commit is contained in:
Korolev Dmitry
2025-10-13 13:05:49 +00:00
committed by GitHub
parent 5fa153642e
commit 7e8a3fa0e5
5 changed files with 9 additions and 15 deletions
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFrameworks>$(ProjectsCoreTargetFrameworks)</TargetFrameworks>
<TargetFrameworks Condition="'$(Configuration)' == 'Debug'">$(ProjectsDebugCoreTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
<ItemGroup>