From ef420096f43799b816750333c7774a78e435cf3f Mon Sep 17 00:00:00 2001 From: Prathik Rao Date: Wed, 11 Feb 2026 15:34:20 -0800 Subject: [PATCH] target net9.0 in samples --- .../AudioTranscriptionExample/AudioTranscriptionExample.csproj | 2 +- .../windows/FoundryLocalWebServer/FoundryLocalWebServer.csproj | 2 +- .../windows/HelloFoundryLocalSdk/HelloFoundryLocalSdk.csproj | 2 +- .../ModelManagementExample/ModelManagementExample.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/cs/GettingStarted/windows/AudioTranscriptionExample/AudioTranscriptionExample.csproj b/samples/cs/GettingStarted/windows/AudioTranscriptionExample/AudioTranscriptionExample.csproj index 499d320f..4389c422 100644 --- a/samples/cs/GettingStarted/windows/AudioTranscriptionExample/AudioTranscriptionExample.csproj +++ b/samples/cs/GettingStarted/windows/AudioTranscriptionExample/AudioTranscriptionExample.csproj @@ -5,7 +5,7 @@ enable enable - net10.0-windows10.0.26100 + net9.0-windows10.0.26100 false ARM64;x64 None diff --git a/samples/cs/GettingStarted/windows/FoundryLocalWebServer/FoundryLocalWebServer.csproj b/samples/cs/GettingStarted/windows/FoundryLocalWebServer/FoundryLocalWebServer.csproj index 2fba6130..4111d9d9 100644 --- a/samples/cs/GettingStarted/windows/FoundryLocalWebServer/FoundryLocalWebServer.csproj +++ b/samples/cs/GettingStarted/windows/FoundryLocalWebServer/FoundryLocalWebServer.csproj @@ -5,7 +5,7 @@ enable enable - net10.0-windows10.0.26100 + net9.0-windows10.0.26100 false ARM64;x64 None diff --git a/samples/cs/GettingStarted/windows/HelloFoundryLocalSdk/HelloFoundryLocalSdk.csproj b/samples/cs/GettingStarted/windows/HelloFoundryLocalSdk/HelloFoundryLocalSdk.csproj index 12e3bff5..a4370419 100644 --- a/samples/cs/GettingStarted/windows/HelloFoundryLocalSdk/HelloFoundryLocalSdk.csproj +++ b/samples/cs/GettingStarted/windows/HelloFoundryLocalSdk/HelloFoundryLocalSdk.csproj @@ -5,7 +5,7 @@ enable enable - net10.0-windows10.0.26100 + net9.0-windows10.0.26100 false ARM64;x64 None diff --git a/samples/cs/GettingStarted/windows/ModelManagementExample/ModelManagementExample.csproj b/samples/cs/GettingStarted/windows/ModelManagementExample/ModelManagementExample.csproj index 153de653..f3bf565c 100644 --- a/samples/cs/GettingStarted/windows/ModelManagementExample/ModelManagementExample.csproj +++ b/samples/cs/GettingStarted/windows/ModelManagementExample/ModelManagementExample.csproj @@ -5,7 +5,7 @@ enable enable - net10.0-windows10.0.26100 + net9.0-windows10.0.26100 false ARM64;x64 None