From 08cf41253bebdf0f2bbf4c567f6b686aa6c603be Mon Sep 17 00:00:00 2001 From: tommasodotnet Date: Thu, 16 Apr 2026 13:29:21 +0200 Subject: [PATCH] remove unnecessary net472 framework condition from sample csproj files These projects only target net10.0, so the Condition="'$(TargetFramework)' != 'net472'" on ItemGroup is unnecessary. --- .../DevUIIntegration.AppHost/DevUIIntegration.AppHost.csproj | 2 +- .../DevUIAspireIntegration/EditorAgent/EditorAgent.csproj | 2 +- .../DevUIAspireIntegration/WriterAgent/WriterAgent.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet/samples/05-end-to-end/DevUIAspireIntegration/DevUIIntegration.AppHost/DevUIIntegration.AppHost.csproj b/dotnet/samples/05-end-to-end/DevUIAspireIntegration/DevUIIntegration.AppHost/DevUIIntegration.AppHost.csproj index d16a48a9db..5ce06840b3 100644 --- a/dotnet/samples/05-end-to-end/DevUIAspireIntegration/DevUIIntegration.AppHost/DevUIIntegration.AppHost.csproj +++ b/dotnet/samples/05-end-to-end/DevUIAspireIntegration/DevUIIntegration.AppHost/DevUIIntegration.AppHost.csproj @@ -16,7 +16,7 @@ - + diff --git a/dotnet/samples/05-end-to-end/DevUIAspireIntegration/EditorAgent/EditorAgent.csproj b/dotnet/samples/05-end-to-end/DevUIAspireIntegration/EditorAgent/EditorAgent.csproj index 10d1918114..33ebfa8832 100644 --- a/dotnet/samples/05-end-to-end/DevUIAspireIntegration/EditorAgent/EditorAgent.csproj +++ b/dotnet/samples/05-end-to-end/DevUIAspireIntegration/EditorAgent/EditorAgent.csproj @@ -7,7 +7,7 @@ b2c3d4e5-f6a7-8901-bcde-f12345678901 - + diff --git a/dotnet/samples/05-end-to-end/DevUIAspireIntegration/WriterAgent/WriterAgent.csproj b/dotnet/samples/05-end-to-end/DevUIAspireIntegration/WriterAgent/WriterAgent.csproj index eed694a4a9..1147d23564 100644 --- a/dotnet/samples/05-end-to-end/DevUIAspireIntegration/WriterAgent/WriterAgent.csproj +++ b/dotnet/samples/05-end-to-end/DevUIAspireIntegration/WriterAgent/WriterAgent.csproj @@ -7,7 +7,7 @@ a1b2c3d4-e5f6-7890-abcd-ef1234567890 - +