|
13 | 13 | <PackageVersion Include="DynamicData" Version="9.2.2" />
|
14 | 14 | <PackageVersion Include="FluentAssertions" Version="8.2.0" />
|
15 | 15 | <PackageVersion Include="JetBrains.DotMemoryUnit" Version="3.2.20220510" />
|
16 |
| - <PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" /> |
| 16 | + <PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="4.14.0" /> |
17 | 17 | <PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
|
18 | 18 | <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
|
19 | 19 | <PackageVersion Include="Microsoft.Reactive.Testing" Version="6.0.1" />
|
|
31 | 31 | <PackageVersion Include="Splat.DryIoc" Version="$(SplatVersion)" />
|
32 | 32 | <PackageVersion Include="Splat.Ninject" Version="$(SplatVersion)" />
|
33 | 33 | <PackageVersion Include="stylecop.analyzers" Version="1.2.0-beta.556" />
|
34 |
| - <PackageVersion Include="System.Collections.Immutable" Version="8.0.0" /> |
| 34 | + <PackageVersion Include="System.Collections.Immutable" Version="9.0.5" /> |
35 | 35 | <PackageVersion Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
|
36 | 36 | <PackageVersion Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
|
37 | 37 | <PackageVersion Include="System.Text.Json" Version="9.0.5" />
|
|
61 | 61 | <PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.70" />
|
62 | 62 | </ItemGroup>
|
63 | 63 | <ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
|
64 |
| - <PackageVersion Include="Microsoft.AspNetCore.Components" Version="8.0.16" /> |
| 64 | + <PackageVersion Include="Microsoft.AspNetCore.Components" Version="9.0.5" /> |
65 | 65 | <PackageVersion Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
|
66 | 66 | <PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
|
67 | 67 | </ItemGroup>
|
68 | 68 | <ItemGroup Condition="$(TargetFramework.StartsWith('netstandard'))">
|
69 |
| - <PackageVersion Include="Microsoft.AspNetCore.Components" Version="3.1.32" /> |
| 69 | + <PackageVersion Include="Microsoft.AspNetCore.Components" Version="9.0.5" /> |
70 | 70 | <PackageVersion Include="System.ComponentModel" Version="4.3.0" />
|
71 | 71 | <PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
72 | 72 | <PackageVersion Include="System.Diagnostics.Contracts" Version="4.3.0" />
|
|
0 commit comments