|
1 | 1 | <Project> |
2 | 2 | <PropertyGroup> |
3 | 3 | <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> |
4 | | - <RuntimeVersion9>9.0.11</RuntimeVersion9> |
5 | | - <AspNetCoreVersion9>9.0.11</AspNetCoreVersion9> |
6 | | - <EfCoreVersion9>9.0.11</EfCoreVersion9> |
7 | | - <RuntimeVersion10>10.0.1</RuntimeVersion10> |
8 | | - <AspNetCoreVersion10>10.0.1</AspNetCoreVersion10> |
9 | | - <EfCoreVersion10>10.0.1</EfCoreVersion10> |
| 4 | + <RuntimeVersion9>9.0.13</RuntimeVersion9> |
| 5 | + <AspNetCoreVersion9>9.0.13</AspNetCoreVersion9> |
| 6 | + <EfCoreVersion9>9.0.13</EfCoreVersion9> |
| 7 | + <RuntimeVersion10>10.0.3</RuntimeVersion10> |
| 8 | + <AspNetCoreVersion10>10.0.3</AspNetCoreVersion10> |
| 9 | + <EfCoreVersion10>10.0.3</EfCoreVersion10> |
10 | 10 | </PropertyGroup> |
| 11 | + |
11 | 12 | <!-- Independent from TargetFrameWorks--> |
12 | 13 | <ItemGroup> |
13 | 14 | <!-- For Sample Apps --> |
14 | | - <PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.13.2" /> |
15 | | - <PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components.Icons" version="4.13.2" /> |
16 | | - <PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components.Emoji" Version="4.13.2" /> |
17 | | - <PackageVersion Include="LoxSmoke.DocXml" Version="3.8.0" /> |
| 15 | + <PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.14.0" /> |
| 16 | + <PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components.Icons" version="4.14.0" /> |
| 17 | + <PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components.Emoji" Version="4.14.0" /> |
| 18 | + <PackageVersion Include="LoxSmoke.DocXml" Version="3.9.0" /> |
18 | 19 | <!-- For MCP Apps --> |
19 | | - <PackageVersion Include="ModelContextProtocol" Version="0.4.0-preview.3" /> |
| 20 | + <PackageVersion Include="ModelContextProtocol" Version="0.8.0-preview.1" /> |
20 | 21 | <!-- Test dependencies --> |
21 | | - <PackageVersion Include="bunit" Version="2.2.2" /> |
| 22 | + <PackageVersion Include="bunit" Version="2.5.3" /> |
22 | 23 | <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" /> |
23 | 24 | <PackageVersion Include="xunit" Version="2.9.3" /> |
24 | | - <PackageVersion Include="xunit.v3" Version="3.2.1" /> |
| 25 | + <PackageVersion Include="xunit.v3" Version="3.2.2" /> |
25 | 26 | <PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" /> |
26 | 27 | <PackageVersion Include="coverlet.msbuild" Version="6.0.4" /> |
27 | 28 | <PackageVersion Include="coverlet.collector" Version="6.0.4" /> |
28 | 29 | <PackageVersion Include="Microsoft.Playwright" Version="1.57.0" /> |
29 | 30 | <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.11" /> |
30 | 31 | <!-- Shared dependencies --> |
31 | 32 | <PackageVersion Include="Markdig.Signed" Version="0.44.0" /> |
32 | | - <PackageVersion Include="Meziantou.Analyzer" Version="2.0.257" /> |
| 33 | + <PackageVersion Include="Meziantou.Analyzer" Version="2.0.286" /> |
33 | 34 | <PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" /> |
34 | 35 | <PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" /> |
35 | 36 | <PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15" /> |
|
70 | 71 | <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="$(EfCoreVersion10)" /> |
71 | 72 | <PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="$(RuntimeVersion10)" /> |
72 | 73 | <PackageVersion Include="Microsoft.Extensions.Configuration.CommandLine" Version="$(RuntimeVersion10)" /> |
| 74 | + <PackageVersion Include="Microsoft.Extensions.Hosting" Version="$(RuntimeVersion10)" /> |
73 | 75 | <PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="$(RuntimeVersion10)" /> |
74 | 76 | <PackageVersion Include="Microsoft.Extensions.Http" Version="$(RuntimeVersion10)" /> |
75 | 77 | <PackageVersion Include="System.Text.Encodings.Web" Version="$(RuntimeVersion10)" /> |
|
0 commit comments