Skip to content

Commit

Permalink
Update nugets to use latest services release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed May 7, 2024
1 parent 4f05dfb commit 40161fa
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 37 deletions.
6 changes: 4 additions & 2 deletions Directory.build.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Project>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0-*" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.21" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.21" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.Contains('-windows'))">
Expand Down
5 changes: 0 additions & 5 deletions Finish/MonkeyFinder/MonkeyFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,4 @@
<!-- Raw Assets (also remove the "Resources\Raw" prefix) -->
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
</ItemGroup>
</Project>
5 changes: 0 additions & 5 deletions Part 1 - Displaying Data/MonkeyFinder/MonkeyFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,4 @@
<!-- Raw Assets (also remove the "Resources\Raw" prefix) -->
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
</ItemGroup>
</Project>
5 changes: 0 additions & 5 deletions Part 2 - MVVM/MonkeyFinder/MonkeyFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,4 @@
<!-- Raw Assets (also remove the "Resources\Raw" prefix) -->
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
</ItemGroup>
</Project>
5 changes: 0 additions & 5 deletions Part 3 - Navigation/MonkeyFinder/MonkeyFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,4 @@
<!-- Raw Assets (also remove the "Resources\Raw" prefix) -->
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
</ItemGroup>
</Project>
5 changes: 0 additions & 5 deletions Part 4 - Platform Features/MonkeyFinder/MonkeyFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,4 @@
<!-- Raw Assets (also remove the "Resources\Raw" prefix) -->
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
</ItemGroup>
</Project>
5 changes: 0 additions & 5 deletions Part 5 - CollectionView/MonkeyFinder/MonkeyFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,4 @@
<!-- Raw Assets (also remove the "Resources\Raw" prefix) -->
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
</ItemGroup>
</Project>
5 changes: 0 additions & 5 deletions Part 6 - AppThemes/MonkeyFinder/MonkeyFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,4 @@
<!-- Raw Assets (also remove the "Resources\Raw" prefix) -->
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
</ItemGroup>
</Project>

0 comments on commit 40161fa

Please sign in to comment.