From 0a891cadf3d5403ef2336d3379e85ff7d009f5e7 Mon Sep 17 00:00:00 2001 From: tommasodotnet Date: Tue, 10 Feb 2026 14:37:36 +0100 Subject: [PATCH] Refactor project files to use TargetFrameworks for multi-targeting support in DevUIIntegration samples --- .../DevUIIntegration.ServiceDefaults.csproj | 2 +- dotnet/samples/DevUIIntegration/EditorAgent/EditorAgent.csproj | 2 +- dotnet/samples/DevUIIntegration/WriterAgent/WriterAgent.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet/samples/DevUIIntegration/DevUIIntegration.ServiceDefaults/DevUIIntegration.ServiceDefaults.csproj b/dotnet/samples/DevUIIntegration/DevUIIntegration.ServiceDefaults/DevUIIntegration.ServiceDefaults.csproj index 8128a10ab9..0c5573beac 100644 --- a/dotnet/samples/DevUIIntegration/DevUIIntegration.ServiceDefaults/DevUIIntegration.ServiceDefaults.csproj +++ b/dotnet/samples/DevUIIntegration/DevUIIntegration.ServiceDefaults/DevUIIntegration.ServiceDefaults.csproj @@ -1,7 +1,7 @@ - net10.0 + net10.0 enable enable true diff --git a/dotnet/samples/DevUIIntegration/EditorAgent/EditorAgent.csproj b/dotnet/samples/DevUIIntegration/EditorAgent/EditorAgent.csproj index f25ef01e2a..ace52399c5 100644 --- a/dotnet/samples/DevUIIntegration/EditorAgent/EditorAgent.csproj +++ b/dotnet/samples/DevUIIntegration/EditorAgent/EditorAgent.csproj @@ -1,7 +1,7 @@ - net10.0 + net10.0 enable enable b2c3d4e5-f6a7-8901-bcde-f12345678901 diff --git a/dotnet/samples/DevUIIntegration/WriterAgent/WriterAgent.csproj b/dotnet/samples/DevUIIntegration/WriterAgent/WriterAgent.csproj index 9fb2da6d53..e596b972fe 100644 --- a/dotnet/samples/DevUIIntegration/WriterAgent/WriterAgent.csproj +++ b/dotnet/samples/DevUIIntegration/WriterAgent/WriterAgent.csproj @@ -1,7 +1,7 @@ - net10.0 + net10.0 enable enable a1b2c3d4-e5f6-7890-abcd-ef1234567890