Skip to content

Commit 1402641

Browse files
Update NuGet Packages
1 parent c41e18d commit 1402641

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<GenerateErrorForMissingTargetingPacks>false</GenerateErrorForMissingTargetingPacks>
1313

1414
<!-- MAUI Specific -->
15-
<MauiPackageVersion>9.0.30</MauiPackageVersion>
15+
<MauiPackageVersion>9.0.100</MauiPackageVersion>
1616
<MauiStrictXamlCompilation>true</MauiStrictXamlCompilation>
1717
<SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences>
1818
<MauiEnableXamlCBindingWithSourceCompilation>true</MauiEnableXamlCBindingWithSourceCompilation>

sample/HackerNews.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,28 @@
2929

3030
<ItemGroup>
3131
<!-- App Icon -->
32-
<MauiImage Include="Resources\appicon.svg" ForegroundFile="Resources\appiconfg.svg" IsAppIcon="true" Color="#512BD4"/>
32+
<MauiImage Include="Resources\appicon.svg" ForegroundFile="Resources\appiconfg.svg" IsAppIcon="true" Color="#512BD4" />
3333
<!-- Splash Screen -->
34-
<MauiSplashScreen Include="Resources\appiconfg.svg" Color="#512BD4"/>
34+
<MauiSplashScreen Include="Resources\appiconfg.svg" Color="#512BD4" />
3535
<!-- Images -->
36-
<MauiImage Include="Resources\Images\*"/>
36+
<MauiImage Include="Resources\Images\*" />
3737
<!-- Custom Fonts -->
38-
<MauiFont Include="Resources\Fonts\*"/>
38+
<MauiFont Include="Resources\Fonts\*" />
3939
<!-- Raw Assets (also remove the "Resources\Raw" prefix) -->
40-
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)"/>
40+
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
4141
</ItemGroup>
4242

4343
<ItemGroup>
44-
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="9.1.0" />
44+
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="9.8.0" />
4545
<PackageReference Include="Refit.HttpClientFactory" Version="8.0.0" />
46-
<PackageReference Include="CommunityToolkit.Maui.Markup" Version="5.1.0" />
46+
<PackageReference Include="CommunityToolkit.Maui.Markup" Version="6.0.1" />
4747
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
48-
<PackageReference Include="CommunityToolkit.Maui" Version="11.0.0" />
49-
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiPackageVersion)"/>
48+
<PackageReference Include="CommunityToolkit.Maui" Version="12.2.0" />
49+
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiPackageVersion)" />
5050
</ItemGroup>
5151

5252
<ItemGroup>
53-
<ProjectReference Include="..\src\AsyncAwaitBestPractices.MVVM\AsyncAwaitBestPractices.MVVM.csproj"/>
53+
<ProjectReference Include="..\src\AsyncAwaitBestPractices.MVVM\AsyncAwaitBestPractices.MVVM.csproj" />
5454
</ItemGroup>
5555

5656
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('windows'))=='false' and $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)'))=='maccatalyst' and $(Configuration) == 'Debug'">

src/AsyncAwaitBestPractices.UnitTests/AsyncAwaitBestPractices.UnitTests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
<IsPackable>false</IsPackable>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="NUnit" Version="4.3.2" />
9-
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0">
8+
<PackageReference Include="NUnit" Version="4.4.0" />
9+
<PackageReference Include="NUnit3TestAdapter" Version="5.1.0">
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
<PrivateAssets>all</PrivateAssets>
1212
</PackageReference>
13-
<PackageReference Include="NUnit.Analyzers" Version="4.7.0">
13+
<PackageReference Include="NUnit.Analyzers" Version="4.10.0">
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
<PrivateAssets>all</PrivateAssets>
1616
</PackageReference>
17-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1818
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
1919
<PackageReference Include="coverlet.collector" Version="6.0.4" PrivateAssets="All" />
2020
</ItemGroup>

0 commit comments

Comments
 (0)