From 4dcae19ee107a0547fdfaeffb25c10515a2fab38 Mon Sep 17 00:00:00 2001 From: samkemp Date: Tue, 2 Dec 2025 12:05:31 +0000 Subject: [PATCH 1/2] bump to dotnet 10.0 (LTS) --- samples/cs/GettingStarted/src/FoundryLocalWebServer/Program.cs | 2 +- .../AudioTranscriptionExample/AudioTranscriptionExample.csproj | 2 +- .../windows/FoundryLocalWebServer/FoundryLocalWebServer.csproj | 2 +- .../windows/HelloFoundryLocalSdk/HelloFoundryLocalSdk.csproj | 2 +- .../ModelManagementExample/ModelManagementExample.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/cs/GettingStarted/src/FoundryLocalWebServer/Program.cs b/samples/cs/GettingStarted/src/FoundryLocalWebServer/Program.cs index 2be82968..f50ac1b0 100644 --- a/samples/cs/GettingStarted/src/FoundryLocalWebServer/Program.cs +++ b/samples/cs/GettingStarted/src/FoundryLocalWebServer/Program.cs @@ -8,7 +8,7 @@ LogLevel = Microsoft.AI.Foundry.Local.LogLevel.Information, Web = new Configuration.WebService { - Urls = "http://127.0.0.1:55588" + Urls = "http://127.0.0.1:52495" } }; diff --git a/samples/cs/GettingStarted/windows/AudioTranscriptionExample/AudioTranscriptionExample.csproj b/samples/cs/GettingStarted/windows/AudioTranscriptionExample/AudioTranscriptionExample.csproj index 4389c422..499d320f 100644 --- a/samples/cs/GettingStarted/windows/AudioTranscriptionExample/AudioTranscriptionExample.csproj +++ b/samples/cs/GettingStarted/windows/AudioTranscriptionExample/AudioTranscriptionExample.csproj @@ -5,7 +5,7 @@ enable enable - net9.0-windows10.0.26100 + net10.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 4111d9d9..2fba6130 100644 --- a/samples/cs/GettingStarted/windows/FoundryLocalWebServer/FoundryLocalWebServer.csproj +++ b/samples/cs/GettingStarted/windows/FoundryLocalWebServer/FoundryLocalWebServer.csproj @@ -5,7 +5,7 @@ enable enable - net9.0-windows10.0.26100 + net10.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 a4370419..12e3bff5 100644 --- a/samples/cs/GettingStarted/windows/HelloFoundryLocalSdk/HelloFoundryLocalSdk.csproj +++ b/samples/cs/GettingStarted/windows/HelloFoundryLocalSdk/HelloFoundryLocalSdk.csproj @@ -5,7 +5,7 @@ enable enable - net9.0-windows10.0.26100 + net10.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 f3bf565c..153de653 100644 --- a/samples/cs/GettingStarted/windows/ModelManagementExample/ModelManagementExample.csproj +++ b/samples/cs/GettingStarted/windows/ModelManagementExample/ModelManagementExample.csproj @@ -5,7 +5,7 @@ enable enable - net9.0-windows10.0.26100 + net10.0-windows10.0.26100 false ARM64;x64 None From ddf630dd33dd3403d7c9e102fa67da4d11d9a8b0 Mon Sep 17 00:00:00 2001 From: samkemp Date: Tue, 2 Dec 2025 12:12:45 +0000 Subject: [PATCH 2/2] patch docs links to point at MS learn --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 350a5e16..8becaf90 100644 --- a/README.md +++ b/README.md @@ -383,7 +383,7 @@ To uninstall Foundry Local, run the following command in your terminal: - **High performance** - Optimized execution with ONNX Runtime and hardware acceleration - **Flexible deployment** - Ideal for edge computing scenarios with limited connectivity - **Development friendly** - Perfect for prototyping AI features before production deployment -- **Model versatility** - Use pre-compiled models or [convert your own](./docs/how-to/compile-models-for-foundry-local.md). +- **Model versatility** - Use pre-compiled models or [convert your own](https://learn.microsoft.com/azure/ai-foundry/foundry-local/how-to/how-to-compile-hugging-face-models?view=foundry-classic&tabs=Bash). ## Reporting Issues @@ -391,11 +391,8 @@ We're actively looking for feedback during this preview phase. Please report iss ## 🎓 Learn -- [Detailed documentation](./docs/README.md) -- [CLI reference](./docs/reference/reference-cli.md) -- [REST API reference](./docs/reference/reference-rest.md) -- [Security and privacy](./docs/reference/reference-security-privacy.md) -- [Troubleshooting guide](./docs/reference/reference-troubleshooting.md) +- [Foundry Local Documentation on Microsoft Learn](https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-local/?view=foundry-classic) +- [Troubleshooting guide](https://learn.microsoft.com/azure/ai-foundry/foundry-local/reference/reference-best-practice?view=foundry-classic) ## ⚖️ License