mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
.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:
+1
@@ -2,6 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>$(ProjectsCoreTargetFrameworks)</TargetFrameworks>
|
||||
<TargetFrameworks Condition="'$(Configuration)' == 'Debug'">$(ProjectsDebugCoreTargetFrameworks)</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user