|
2 | 2 | <PropertyGroup> |
3 | 3 | <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> |
4 | 4 | <CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled> |
5 | | - <ToolingPackagesVersion>1.1.1.19071</ToolingPackagesVersion> |
| 5 | + <ToolingPackagesVersion>1.1.1.19094</ToolingPackagesVersion> |
6 | 6 | <AccessToNugetFeed Condition="'$(AccessToNugetFeed)' == ''">false</AccessToNugetFeed> |
7 | | - <!-- Disable NuGet vulnerability audit when the private feed is unavailable (e.g. CI without credentials). |
8 | | - NuGet audit queries all sources in nuget.config regardless of RestoreSources, causing NU1900 which is |
9 | | - escalated to an error by TreatWarningsAsErrors. --> |
10 | | - <NuGetAudit Condition="'$(AccessToNugetFeed)' != 'true'">false</NuGetAudit> |
11 | | - </PropertyGroup> |
12 | | - <PropertyGroup> |
13 | | - <SemanticKernelVersion>1.72.0</SemanticKernelVersion> |
| 7 | + <!-- Enable NuGet vulnerability audit on public nuget.org feed. Restrict to nuget.org's service index |
| 8 | + to avoid NU1900 errors when the private Azure DevOps feed is unavailable (e.g. CI without credentials). --> |
| 9 | + <NuGetAudit>true</NuGetAudit> |
| 10 | + <NuGetAuditSources Condition="'$(AccessToNugetFeed)' != 'true'">https://api.nuget.org/v3/index.json</NuGetAuditSources> |
14 | 11 | </PropertyGroup> |
15 | 12 | <ItemGroup Condition="$(AccessToNugetFeed)"> |
16 | 13 | <PackageVersion Include="ContentFeedNuget" Version="$(ToolingPackagesVersion)" /> |
|
23 | 20 | <PackageVersion Include="Azure.Identity" Version="1.21.0" /> |
24 | 21 | <PackageVersion Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.5.0" /> |
25 | 22 | <!-- TODO: update to stable release when Azure.Monitor.OpenTelemetry.Profiler reaches GA --> |
26 | | - <PackageVersion Include="Azure.Monitor.OpenTelemetry.Profiler" Version="1.0.0-beta9" /> |
27 | | - <PackageVersion Include="TUnit" Version="1.40.5" /> |
| 23 | + <PackageVersion Include="Azure.Monitor.OpenTelemetry.Profiler" Version="1.0.1-beta.1" /> |
| 24 | + <PackageVersion Include="TUnit" Version="1.45.0" /> |
| 25 | + <PackageVersion Include="TUnit.AspNetCore" Version="1.45.0" /> |
28 | 26 | <PackageVersion Include="EssentialCSharp.Shared.Models" Version="$(ToolingPackagesVersion)" /> |
29 | 27 | <PackageVersion Include="HtmlAgilityPack" Version="1.12.4" /> |
30 | 28 | <PackageVersion Include="IntelliTect.Multitool" Version="2.1.0" /> |
|
39 | 37 | <PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.8" /> |
40 | 38 | <PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.8" /> |
41 | 39 | <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.8" /> |
42 | | - <PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="10.5.0" /> |
43 | | - <PackageVersion Include="Microsoft.SemanticKernel" Version="$(SemanticKernelVersion)" /> |
44 | | - <PackageVersion Include="Microsoft.SemanticKernel.Connectors.PgVector" Version="$(SemanticKernelVersion)-preview" /> |
45 | | - <PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.203" /> |
| 40 | + <PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="10.6.0" /> |
| 41 | + <PackageVersion Include="Microsoft.SemanticKernel" Version="1.76.0" /> |
| 42 | + <PackageVersion Include="Microsoft.SemanticKernel.Connectors.PgVector" Version="1.74.0-preview" /> |
| 43 | + <PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.300" /> |
46 | 44 | <!-- Pin to patched versions; NuGet.Protocol 6.12.5+ fixes GHSA-g4vj-cjjj-v7hg (pulled in by Microsoft.VisualStudio.Web.CodeGeneration.Design) --> |
47 | | - <PackageVersion Include="NuGet.Packaging" Version="7.3.1" /> |
48 | | - <PackageVersion Include="NuGet.Protocol" Version="7.3.1" /> |
| 45 | + <PackageVersion Include="NuGet.Packaging" Version="7.6.0" /> |
| 46 | + <PackageVersion Include="NuGet.Protocol" Version="7.6.0" /> |
49 | 47 | <PackageVersion Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.23.0" /> |
50 | 48 | <PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="10.0.2" /> |
51 | | - <PackageVersion Include="Microsoft.Extensions.AI.OpenAI" Version="10.0.1-preview.1.25571.5" /> |
52 | | - <PackageVersion Include="ModelContextProtocol" Version="1.2.0" /> |
53 | | - <PackageVersion Include="ModelContextProtocol.AspNetCore" Version="1.2.0" /> |
| 49 | + <PackageVersion Include="Microsoft.Extensions.AI.OpenAI" Version="10.6.0" /> |
| 50 | + <PackageVersion Include="ModelContextProtocol" Version="1.3.0" /> |
| 51 | + <PackageVersion Include="ModelContextProtocol.AspNetCore" Version="1.3.0" /> |
54 | 52 | <PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.8" /> |
55 | 53 | <PackageVersion Include="Moq" Version="4.20.72" /> |
56 | 54 | <PackageVersion Include="Moq.AutoMock" Version="4.0.2" /> |
57 | | - <PackageVersion Include="System.CommandLine" Version="2.0.7" /> |
| 55 | + <PackageVersion Include="System.CommandLine" Version="2.0.8" /> |
58 | 56 | <PackageVersion Include="Newtonsoft.Json" Version="13.0.4" /> |
59 | 57 | <PackageVersion Include="Octokit" Version="14.0.0" /> |
60 | 58 | <PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.15.3" /> |
|
0 commit comments