Skip to content

Commit

Permalink
Revert "Add Maui Dependencies Workaround"
Browse files Browse the repository at this point in the history
This reverts commit 55a3261.
  • Loading branch information
TheCodeTraveler committed Sep 1, 2022
1 parent 55a3261 commit 569aa29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<NoWarn>NETSDK1023</NoWarn>
<!--CS1570: XML comment has badly formed XML 'Expected an end tag for element [parameter] -->
<!--CS1571: XML comment on [construct] has a duplicate param tag for [parameter] -->
<!--CS1572: XML comment has a param tag for '[parameter]', but there is no parameter by that name -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,5 @@

<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.Maui.Dependencies" Version="$(MauiVersion)" PrivateAssets="all" />
<PackageReference Include="Microsoft.Maui.Extensions" Version="$(MauiVersion)" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 569aa29

Please sign in to comment.