Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
b150aaf
Bump the dotnet group with 1 update (#49315)
dependabot[bot] Oct 20, 2025
3b05600
Bump the dotnet group with 2 updates (#49320)
dependabot[bot] Oct 20, 2025
a23dde7
Bump the dotnet group with 1 update (#49321)
dependabot[bot] Oct 20, 2025
f8e051a
Bump the dotnet group with 1 update (#49323)
dependabot[bot] Oct 20, 2025
f2f8736
Bump the dotnet group with 1 update (#49324)
dependabot[bot] Oct 20, 2025
2039212
Bump the dotnet group with 3 updates (#49325)
dependabot[bot] Oct 20, 2025
b6a3e7b
Bump the dotnet group with 3 updates (#49326)
dependabot[bot] Oct 20, 2025
6abe5ea
Bump the dotnet group with 1 update (#49328)
dependabot[bot] Oct 20, 2025
34a3943
Bump the dotnet group with 3 updates (#49330)
dependabot[bot] Oct 20, 2025
df5efc3
Bump the dotnet group with 2 updates (#49329)
dependabot[bot] Oct 20, 2025
704f1a5
Bump the dotnet group with 2 updates (#49334)
dependabot[bot] Oct 20, 2025
cf88adf
Bump the dotnet group with 3 updates (#49335)
dependabot[bot] Oct 20, 2025
af3107c
Bump the dotnet group with 3 updates (#49336)
dependabot[bot] Oct 20, 2025
e00bc7c
Bump the dotnet group with 1 update (#49339)
dependabot[bot] Oct 20, 2025
394880b
Bump the dotnet group with 1 update (#49340)
dependabot[bot] Oct 20, 2025
2f542d9
Bump the dotnet group with 1 update (#49345)
dependabot[bot] Oct 20, 2025
3fcf47b
Bump the dotnet group with 2 updates (#49350)
dependabot[bot] Oct 20, 2025
126ffe3
Bump the dotnet group with 3 updates (#49351)
dependabot[bot] Oct 20, 2025
6a2552c
Bump the dotnet group with 2 updates (#49352)
dependabot[bot] Oct 20, 2025
4797593
Bump the dotnet group with 1 update (#49353)
dependabot[bot] Oct 20, 2025
51f5332
Bump github/codeql-action from 4.30.8 to 4.30.9 (#49344)
dependabot[bot] Oct 20, 2025
f9da318
Bump the dotnet group with 1 update (#49354)
dependabot[bot] Oct 20, 2025
420f81d
Bump the dotnet group with 2 updates (#49356)
dependabot[bot] Oct 20, 2025
329ec26
Bump the dotnet group with 1 update (#49357)
dependabot[bot] Oct 20, 2025
336f851
Bump the dotnet group with 1 update (#49358)
dependabot[bot] Oct 20, 2025
7082a87
Added info about .NET Framework 4.8.1 Release 533509 (Windows 11 25H2…
bairog Oct 20, 2025
d551bb2
Bump the dotnet group with 1 update (#49360)
dependabot[bot] Oct 20, 2025
d9c939c
Bump the dotnet group with 1 update (#49361)
dependabot[bot] Oct 20, 2025
cda3295
Bump the dotnet group with 3 updates (#49362)
dependabot[bot] Oct 20, 2025
cd08e70
Bump the dotnet group with 2 updates (#49363)
dependabot[bot] Oct 20, 2025
04223ed
Use latest template and schema (#49301)
joelverhagen Oct 20, 2025
dfcd220
Bump the dotnet group with 1 update (#49364)
dependabot[bot] Oct 20, 2025
dfeb1f7
Bump the dotnet group with 1 update (#49365)
dependabot[bot] Oct 20, 2025
1ff1e61
Bump the dotnet group with 2 updates (#49367)
dependabot[bot] Oct 20, 2025
2a38e2d
Bump the dotnet group with 2 updates (#49368)
dependabot[bot] Oct 20, 2025
b3e1e8f
Update applicable languages for IDE0350 rule (#49379)
gewarren Oct 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
with:
sarif_file: results.sarif
Binary file modified docs/ai/media/mcp/available-tools-nuget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 13 additions & 7 deletions docs/ai/quickstarts/build-mcp-server.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Quickstart - Create a minimal MCP server and publish to NuGet
description: Learn to create and connect to a minimal MCP server using C# and publish it to NuGet.
ms.date: 07/02/2025
ms.date: 10/20/2025
ms.topic: quickstart
author: alexwolfmsft
ms.author: alexwolf
Expand All @@ -23,7 +23,7 @@ In this quickstart, you create a minimal Model Context Protocol (MCP) server usi

## Create the project

1. In a terminal window, install the MCP Server template (version 9.7.0-preview.2.25356.2 or newer):
1. In a terminal window, install the MCP Server template (version 9.10.0-preview.3.25513.3 or newer):

```bash
dotnet new install Microsoft.Extensions.AI.Templates
Expand All @@ -35,6 +35,8 @@ In this quickstart, you create a minimal Model Context Protocol (MCP) server usi
dotnet new mcpserver -n SampleMcpServer
```

By default, this command creates a self-contained tool package targeting all of the most common platforms that .NET is supported on. To see more options, use `dotnet new mcpserver --help`.

1. Navigate to the `SampleMcpServer` directory:

```bash
Expand Down Expand Up @@ -125,7 +127,7 @@ In this example, you enhance the MCP server to use a configuration value set in
"args": [
"run",
"--project",
"<RELATIVE PATH TO PROJECT DIRECTORY>"
"<relative-path-to-project-file>"
],
"env": {
"WEATHER_CHOICES": "sunny,humid,freezing"
Expand All @@ -145,13 +147,13 @@ In this example, you enhance the MCP server to use a configuration value set in

1. Update the `.mcp/server.json` to declare your environment variable input. The `server.json` file schema is defined by the [MCP Registry project](https://github.com/modelcontextprotocol/registry/blob/main/docs/reference/server-json/generic-server-json.md) and is used by NuGet.org to generate VS Code MCP configuration.

- Use the `environment_variables` property to declare environment variables used by your app that will be set by the client using the MCP server (for example, VS Code).
- Use the `environmentVariables` property to declare environment variables used by your app that will be set by the client using the MCP server (for example, VS Code).

- Use the `package_arguments` property to define CLI arguments that will be passed to your app. For more examples, see the [MCP Registry project](https://github.com/modelcontextprotocol/registry/blob/main/docs/reference/server-json/generic-server-json.md#examples).
- Use the `packageArguments` property to define CLI arguments that will be passed to your app. For more examples, see the [MCP Registry project](https://github.com/modelcontextprotocol/registry/blob/main/docs/reference/server-json/generic-server-json.md#examples).

:::code language="json" source="snippets/mcp-server/.mcp/server.json":::

The only information used by NuGet.org in the `server.json` is the first `packages` array item with the `registry_name` value matching `nuget`. The other top-level properties aside from the `packages` property are currently unused and are intended for the upcoming central MCP Registry. You can leave the placeholder values until the MCP Registry is live and ready to accept MCP server entries.
The only information used by NuGet.org in the `server.json` is the first `packages` array item with the `registryType` value matching `nuget`. The other top-level properties aside from the `packages` property are currently unused and are intended for the upcoming central MCP Registry. You can leave the placeholder values until the MCP Registry is live and ready to accept MCP server entries.

You can [test your MCP server again](#test-the-mcp-server) before moving forward.

Expand All @@ -163,12 +165,16 @@ You can [test your MCP server again](#test-the-mcp-server) before moving forward
dotnet pack -c Release
```

1. Publish the package to NuGet:
This command produces one tool package and several platform-specific packages based on the `<RuntimeIdentifiers>` list in `SampleMcpServer.csproj`.

1. Publish the packages to NuGet:

```bash
dotnet nuget push bin/Release/*.nupkg --api-key <your-api-key> --source https://api.nuget.org/v3/index.json
```

Be sure to publish all `.nupkg` files to ensure every supported platform can run the MCP server.

If you want to test the publishing flow before publishing to NuGet.org, you can register an account on the NuGet Gallery integration environment: [https://int.nugettest.org](https://int.nugettest.org). The `push` command would be modified to:

```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.0-preview.1.25207.5" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.10" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.5.0-preview.1.25265.7" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.VectorData.Abstractions" Version="9.7.0" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.InMemory" Version="1.55.0-preview" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI" Version="9.9.0" />
<PackageReference Include="Microsoft.Extensions.AI" Version="9.10.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.0-preview.1.25207.5" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0-rc.1.25451.107" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.0-rc.1.25451.107" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0-rc.2.25502.107" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.0-rc.2.25502.107" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.16.0" />
<PackageReference Include="Azure.Identity" Version="1.17.0" />
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.10" />

</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="2.2.0-beta.5" />
<PackageReference Include="Azure.Identity" Version="1.17.0" />
<PackageReference Include="Microsoft.Extensions.AI" Version="9.9.1" />
<PackageReference Include="Microsoft.Extensions.AI" Version="9.10.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.3-preview.1.25230.7" />
<PackageReference Include="ModelContextProtocol" Version="0.1.0-preview.14" />
</ItemGroup>
Expand Down
22 changes: 12 additions & 10 deletions docs/ai/quickstarts/snippets/mcp-server/.mcp/server.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
{
"$schema": "https://modelcontextprotocol.io/schemas/draft/2025-07-09/server.json",
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"description": "<your description here>",
"name": "io.github.<your GitHub username here>/<your repo name>",
"version": "<your package version here>",
"packages": [
{
"registry_name": "nuget",
"name": "<your package ID here>",
"registryType": "nuget",
"registryBaseUrl": "https://api.nuget.org",
"identifier": "<your package ID here>",
"version": "<your package version here>",
"package_arguments": [],
"environment_variables": [
"transport": {
"type": "stdio"
},
"packageArguments": [],
"environmentVariables": [
{
"name": "WEATHER_CHOICES",
"value": "{weather_choices}",
"variables": {
"weather_choices": {
"description": "Comma separated list of weather descriptions to randomly select.",
"is_required": true,
"is_secret": false
"isRequired": true,
"isSecret": false
}
}
}
Expand All @@ -26,8 +31,5 @@
"repository": {
"url": "https://github.com/<your GitHub username here>/<your repo name>",
"source": "github"
},
"version_detail": {
"version": "<your package version here>"
}
}
14 changes: 11 additions & 3 deletions docs/ai/quickstarts/snippets/mcp-server/SampleMcpServer.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<RuntimeIdentifiers>win-x64;win-arm64;osx-arm64;linux-x64;linux-arm64;linux-musl-x64</RuntimeIdentifiers>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand All @@ -10,6 +11,13 @@
<PackAsTool>true</PackAsTool>
<PackageType>McpServer</PackageType>

<!-- Set up the MCP server to be a self-contained application that does not rely on a shared framework -->
<SelfContained>true</SelfContained>
<PublishSelfContained>true</PublishSelfContained>

<!-- Set up the MCP server to be a single file executable -->
<PublishSingleFile>true</PublishSingleFile>

<!-- Set recommended package metadata -->
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>SampleMcpServer</PackageId>
Expand All @@ -25,8 +33,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0-preview.5.25277.114" />
<PackageReference Include="ModelContextProtocol" Version="0.3.0-preview.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0-preview.6.25358.103" />
<PackageReference Include="ModelContextProtocol" Version="0.4.0-preview.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.16.0" />
<PackageReference Include="Azure.Identity" Version="1.17.0" />
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.0-preview.1.25207.5" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.10" />

</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OllamaSharp" Version="5.4.2" />
<PackageReference Include="System.Threading.RateLimiting" Version="10.0.0-rc.1.25451.107" />
<PackageReference Include="OllamaSharp" Version="5.4.8" />
<PackageReference Include="System.Threading.RateLimiting" Version="10.0.0-rc.2.25502.107" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-rc.1.25451.107" />
<PackageReference Include="OllamaSharp" Version="5.4.7" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.13.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-rc.2.25502.107" />
<PackageReference Include="OllamaSharp" Version="5.4.8" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.13.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OllamaSharp" Version="5.3.6" />
<PackageReference Include="OllamaSharp" Version="5.4.8" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OllamaSharp" Version="5.4.7" />
<PackageReference Include="OllamaSharp" Version="5.4.8" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OllamaSharp" Version="5.3.6" />
<PackageReference Include="OllamaSharp" Version="5.4.8" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OllamaSharp" Version="5.4.7" />
<PackageReference Include="OllamaSharp" Version="5.4.8" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.13.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI" Version="9.9.1" />
<PackageReference Include="OllamaSharp" Version="5.4.7" />
<PackageReference Include="Microsoft.Extensions.AI" Version="9.10.0" />
<PackageReference Include="OllamaSharp" Version="5.4.8" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.20.1" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.8.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.25.1" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.26.0" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.13.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.16.0" />
<PackageReference Include="Azure.Identity" Version="1.17.0" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.8.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion docs/azure/sdk/snippets/logging/LoggingSampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Blobs" Version="1.5.1" />
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Keys" Version="1.6.1" />
<PackageReference Include="Azure.Identity" Version="1.16.0" />
<PackageReference Include="Azure.Identity" Version="1.17.0" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.13.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.49.0" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
<PackageReference Include="Moq" Version="[4.20.72]" /> <!-- Context: https://github.com/Azure/azure-sdk-for-net/issues/38111 -->
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="xunit" Version="2.9.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.10" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.13.0" />
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.13.0" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.13.0" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.13.1" />
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.13.1" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.13.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.12.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.12.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.8" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.10" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.10" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions docs/core/extensions/snippets/http/basic/basic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading
Loading