|
2 | 2 | <PropertyGroup> |
3 | 3 | <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> |
4 | 4 | <CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled> |
5 | | - <ToolingPackagesVersion>1.1.1.18791</ToolingPackagesVersion> |
| 5 | + <ToolingPackagesVersion>1.1.1.18869</ToolingPackagesVersion> |
6 | 6 | <AccessToNugetFeed>false</AccessToNugetFeed> |
7 | 7 | <RestoreSources> |
8 | 8 | https://api.nuget.org/v3/index.json; |
|
12 | 12 | https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json; |
13 | 13 | </RestoreSources> |
14 | 14 | </PropertyGroup> |
| 15 | + <PropertyGroup> |
| 16 | + <SemanticKernelVersion>1.72.0</SemanticKernelVersion> |
| 17 | + </PropertyGroup> |
15 | 18 | <ItemGroup Condition="$(AccessToNugetFeed)"> |
16 | 19 | <PackageVersion Include="ContentFeedNuget" Version="$(ToolingPackagesVersion)" /> |
17 | 20 | </ItemGroup> |
18 | 21 | <ItemGroup> |
19 | 22 | <PackageVersion Include="AspNet.Security.OAuth.GitHub" Version="10.0.0" /> |
20 | 23 | <PackageVersion Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.5.0" /> |
21 | | - <PackageVersion Include="Azure.Identity" Version="1.18.0" /> |
| 24 | + <PackageVersion Include="Azure.Identity" Version="1.19.0" /> |
22 | 25 | <PackageVersion Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.4.0" /> |
23 | 26 | <PackageVersion Include="Microsoft.ApplicationInsights.Profiler.AspNetCore" Version="3.0.1" /> |
24 | | - <PackageVersion Include="TUnit" Version="1.18.21" /> |
| 27 | + <PackageVersion Include="TUnit" Version="1.19.22" /> |
25 | 28 | <PackageVersion Include="EssentialCSharp.Shared.Models" Version="$(ToolingPackagesVersion)" /> |
26 | 29 | <PackageVersion Include="HtmlAgilityPack" Version="1.12.4" /> |
27 | 30 | <PackageVersion Include="IntelliTect.Multitool" Version="2.0.0" /> |
28 | 31 | <PackageVersion Include="Mailjet.Api" Version="4.0.0" /> |
29 | | - <PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="10.0.3" /> |
30 | | - <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.3" /> |
31 | | - <PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="10.0.3" /> |
| 32 | + <PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="10.0.4" /> |
| 33 | + <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.4" /> |
| 34 | + <PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="10.0.4" /> |
32 | 35 | <PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="10.0.3" /> |
33 | 36 | <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.3" /> |
34 | 37 | <PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="5.0.0" /> |
35 | 38 | <PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" /> |
36 | 39 | <PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.3" /> |
37 | 40 | <PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.3" /> |
38 | 41 | <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.3" /> |
39 | | - <PackageVersion Include="Microsoft.SemanticKernel" Version="1.72.0" /> |
40 | | - <PackageVersion Include="Microsoft.SemanticKernel.Connectors.PgVector" Version="1.70.0-preview" /> |
41 | | - <PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.103" /> |
| 42 | + <PackageVersion Include="Microsoft.SemanticKernel" Version="$(SemanticKernelVersion)" /> |
| 43 | + <PackageVersion Include="Microsoft.SemanticKernel.Connectors.PgVector" Version="$(SemanticKernelVersion)-preview" /> |
| 44 | + <PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.200" /> |
42 | 45 | <PackageVersion Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.23.0" /> |
43 | 46 | <PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="10.0.2" /> |
44 | 47 | <PackageVersion Include="ModelContextProtocol" Version="0.3.0-preview.4" /> |
45 | 48 | <PackageVersion Include="ModelContextProtocol.AspNetCore" Version="0.3.0-preview.4" /> |
46 | 49 | <PackageVersion Include="Moq" Version="4.20.72" /> |
47 | 50 | <PackageVersion Include="Moq.AutoMock" Version="3.6.1" /> |
48 | | - <PackageVersion Include="System.CommandLine" Version="2.0.3" /> |
| 51 | + <PackageVersion Include="System.CommandLine" Version="2.0.4" /> |
49 | 52 | <PackageVersion Include="Newtonsoft.Json" Version="13.0.4" /> |
50 | 53 | <PackageVersion Include="Octokit" Version="14.0.0" /> |
51 | 54 | <PackageVersion Include="DotnetSitemapGenerator" Version="2.0.0" /> |
|
0 commit comments