Skip to content

Commit

Permalink
Merge pull request #497 from AndreasReitberger/496-update-nugets
Browse files Browse the repository at this point in the history
Updated nugets
  • Loading branch information
AndreasReitberger authored Apr 12, 2024
2 parents 1e6d549 + 1885db8 commit 5d457c1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.20" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.20" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@
<ItemGroup>
<Folder Include="Licenses\LicenseFiles\" />
</ItemGroup>

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


</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="SharedMauiCoreLibrary" Version="1.1.6" />
<PackageReference Include="SharedMauiCoreLibrary" Version="1.1.7" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -138,6 +138,8 @@

<ItemGroup>
<PackageReference Update="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.20" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.20" />
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 5d457c1

Please sign in to comment.