Skip to content

Commit

Permalink
Updated Maui nuget
Browse files Browse the repository at this point in the history
Fixed #63
  • Loading branch information
AndreasReitberger committed Oct 28, 2024
1 parent d5ea54d commit 05c85d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.91" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.91" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.92" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.92" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions src/MauiSettings.Example/MauiSettings.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,9 @@
</MauiXaml>
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.92" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.92" />
</ItemGroup>

</Project>
7 changes: 6 additions & 1 deletion src/MauiSettings/MauiSettings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SharedNetCoreLibrary" Version="1.1.12" />
<PackageReference Include="SharedNetCoreLibrary" Version="1.1.13" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.92" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.92" />
</ItemGroup>

</Project>

0 comments on commit 05c85d2

Please sign in to comment.