|
2 | 2 | <PropertyGroup> |
3 | 3 | <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> |
4 | 4 | <CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled> |
5 | | - <ToolingPackagesVersion>1.1.1.19025</ToolingPackagesVersion> |
| 5 | + <ToolingPackagesVersion>1.1.1.19044</ToolingPackagesVersion> |
6 | 6 | <AccessToNugetFeed Condition="'$(AccessToNugetFeed)' == ''">false</AccessToNugetFeed> |
7 | 7 | <!-- Disable NuGet vulnerability audit when the private feed is unavailable (e.g. CI without credentials). |
8 | 8 | NuGet audit queries all sources in nuget.config regardless of RestoreSources, causing NU1900 which is |
|
26 | 26 | <PackageVersion Include="TUnit.AspNetCore" Version="1.40.5" /> |
27 | 27 | <PackageVersion Include="EssentialCSharp.Shared.Models" Version="$(ToolingPackagesVersion)" /> |
28 | 28 | <PackageVersion Include="HtmlAgilityPack" Version="1.12.4" /> |
29 | | - <PackageVersion Include="IntelliTect.Multitool" Version="2.0.0" /> |
| 29 | + <PackageVersion Include="IntelliTect.Multitool" Version="2.1.0" /> |
30 | 30 | <PackageVersion Include="Mailjet.Api" Version="4.0.0" /> |
31 | | - <PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="10.0.7" /> |
| 31 | + <PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="10.0.8" /> |
32 | 32 | <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.7" /> |
33 | 33 | <PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="10.0.7" /> |
34 | 34 | <PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="10.0.7" /> |
35 | 35 | <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.7" /> |
36 | 36 | <PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="5.0.0" /> |
37 | 37 | <PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" /> |
38 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.7" /> |
39 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.7" /> |
40 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.7" /> |
| 38 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.8" /> |
| 39 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.8" /> |
| 40 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.8" /> |
41 | 41 | <PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="10.5.0" /> |
42 | 42 | <PackageVersion Include="Microsoft.SemanticKernel" Version="$(SemanticKernelVersion)" /> |
43 | 43 | <PackageVersion Include="Microsoft.SemanticKernel.Connectors.PgVector" Version="$(SemanticKernelVersion)-preview" /> |
|
50 | 50 | <PackageVersion Include="Microsoft.Extensions.AI.OpenAI" Version="10.0.1-preview.1.25571.5" /> |
51 | 51 | <PackageVersion Include="ModelContextProtocol" Version="1.2.0" /> |
52 | 52 | <PackageVersion Include="ModelContextProtocol.AspNetCore" Version="1.2.0" /> |
53 | | - <PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.7" /> |
| 53 | + <PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.8" /> |
54 | 54 | <PackageVersion Include="Moq" Version="4.20.72" /> |
55 | 55 | <PackageVersion Include="Moq.AutoMock" Version="4.0.2" /> |
56 | 56 | <PackageVersion Include="System.CommandLine" Version="2.0.7" /> |
|
0 commit comments