Skip to content

Commit

Permalink
Merge pull request #130 from dotnet-presentations/updated-nugets-8021
Browse files Browse the repository at this point in the history
Update nugets to use latest services release.
  • Loading branch information
jamesmontemagno authored May 7, 2024
2 parents febf063 + 31a4d63 commit a73e68d
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 @@ -39,9 +39,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 @@ -39,9 +39,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 @@ -39,9 +39,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 @@ -39,9 +39,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 @@ -39,9 +39,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 @@ -39,9 +39,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 @@ -39,9 +39,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 a73e68d

Please sign in to comment.