|
4 | 4 | <CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
|
5 | 5 | </PropertyGroup>
|
6 | 6 | <PropertyGroup>
|
7 |
| - <SplatVersion>15.1.1</SplatVersion> |
| 7 | + <SplatVersion>15.2.22</SplatVersion> |
8 | 8 | </PropertyGroup>
|
9 | 9 | <ItemGroup>
|
10 |
| - <PackageVersion Include="coverlet.msbuild" Version="6.0.2" /> |
| 10 | + <PackageVersion Include="coverlet.msbuild" Version="6.0.3" /> |
11 | 11 | <PackageVersion Include="DynamicData" Version="9.0.4" />
|
12 |
| - <PackageVersion Include="FluentAssertions" Version="6.12.1" /> |
| 12 | + <PackageVersion Include="FluentAssertions" Version="8.0.0" /> |
13 | 13 | <PackageVersion Include="JetBrains.DotMemoryUnit" Version="3.2.20220510" />
|
14 | 14 | <PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
|
15 | 15 | <PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
|
16 |
| - <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" /> |
| 16 | + <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> |
17 | 17 | <PackageVersion Include="Microsoft.Reactive.Testing" Version="6.0.1" />
|
18 | 18 | <PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
|
19 | 19 | <PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
|
20 | 20 | <PackageVersion Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" />
|
21 | 21 | <PackageVersion Include="Mocks.Maui" Version="1.1.8" />
|
22 |
| - <PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.143" /> |
23 |
| - <PackageVersion Include="PublicApiGenerator" Version="11.1.0" /> |
| 22 | + <PackageVersion Include="Nerdbank.GitVersioning" Version="3.7.115" /> |
| 23 | + <PackageVersion Include="PublicApiGenerator" Version="11.3.0" /> |
24 | 24 | <PackageVersion Include="Reactive.Wasm" Version="2.1.2" />
|
25 |
| - <PackageVersion Include="Roslynator.Analyzers" Version="4.12.6" /> |
| 25 | + <PackageVersion Include="Roslynator.Analyzers" Version="4.12.10" /> |
26 | 26 | <PackageVersion Include="Splat" Version="$(SplatVersion)" />
|
27 | 27 | <PackageVersion Include="Splat.Autofac" Version="$(SplatVersion)" />
|
28 | 28 | <PackageVersion Include="Splat.Drawing" Version="$(SplatVersion)" />
|
|
32 | 32 | <PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
|
33 | 33 | <PackageVersion Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
|
34 | 34 | <PackageVersion Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
|
35 |
| - <PackageVersion Include="System.Text.Json" Version="8.0.4" /> |
36 |
| - <PackageVersion Include="Verify.Xunit" Version="26.6.0" /> |
37 |
| - <PackageVersion Include="xunit" Version="2.9.2" /> |
38 |
| - <PackageVersion Include="xunit.runner.console" Version="2.9.2" /> |
39 |
| - <PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" /> |
| 35 | + <PackageVersion Include="System.Text.Json" Version="9.0.1" /> |
| 36 | + <PackageVersion Include="Verify.Xunit" Version="28.9.0" /> |
| 37 | + <PackageVersion Include="xunit" Version="2.9.3" /> |
| 38 | + <PackageVersion Include="xunit.runner.console" Version="2.9.3" /> |
| 39 | + <PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" /> |
40 | 40 | <PackageVersion Include="Xunit.StaFact" Version="1.1.11" />
|
41 | 41 | <PackageVersion Include="Xamarin.AndroidX.Core" Version="1.13.1.4" />
|
42 | 42 | <PackageVersion Include="Xamarin.AndroidX.Preference" Version="1.2.1.9" />
|
|
45 | 45 | <PackageVersion Include="Xamarin.AndroidX.Lifecycle.LiveData" Version="2.8.4.1" />
|
46 | 46 | </ItemGroup>
|
47 | 47 | <ItemGroup Condition="'$(UseMaui)' != 'true'">
|
48 |
| - <PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.6.241114003" /> |
| 48 | + <PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.6.250108002" /> |
49 | 49 | </ItemGroup>
|
50 | 50 | <ItemGroup Condition="$(TargetFramework.StartsWith('net4'))">
|
51 | 51 | <PackageVersion Include="System.ValueTuple" Version="4.5.0" />
|
52 | 52 | </ItemGroup>
|
53 |
| - <ItemGroup Condition="$(TargetFramework.StartsWith('net4')) or '$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net8.0' or $(TargetFramework.EndsWith('-windows10.0.17763.0')) or $(TargetFramework.EndsWith('-windows10.0.19041.0'))"> |
| 53 | + <ItemGroup Condition="$(TargetFramework.StartsWith('net4')) or '$(TargetFramework)' == 'net9.0' or '$(TargetFramework)' == 'net8.0' or $(TargetFramework.EndsWith('-windows10.0.17763.0')) or $(TargetFramework.EndsWith('-windows10.0.19041.0'))"> |
54 | 54 | <PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
55 | 55 | </ItemGroup>
|
56 |
| - <ItemGroup Condition="$(TargetFramework.StartsWith('net6'))"> |
57 |
| - <PackageVersion Include="Microsoft.AspNetCore.Components" Version="6.0.33" /> |
| 56 | + <ItemGroup Condition="$(TargetFramework.StartsWith('net9'))"> |
| 57 | + <PackageVersion Include="Microsoft.AspNetCore.Components" Version="9.0.1" /> |
| 58 | + <PackageVersion Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" /> |
| 59 | + <PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" /> |
58 | 60 | </ItemGroup>
|
59 | 61 | <ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
|
60 |
| - <PackageVersion Include="Microsoft.AspNetCore.Components" Version="8.0.8" /> |
| 62 | + <PackageVersion Include="Microsoft.AspNetCore.Components" Version="8.0.12" /> |
61 | 63 | <PackageVersion Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
|
62 | 64 | <PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
|
63 | 65 | </ItemGroup>
|
|
0 commit comments