Skip to content

Commit

Permalink
Replace NuGet reference to NuGet.Build.Packaging with reference to Nu…
Browse files Browse the repository at this point in the history
…Getizer
  • Loading branch information
DelphinRP committed Jun 14, 2021
1 parent 776f1bf commit 0e2e202
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/TemplateUI/TemplateUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1351" />
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.5-dev.8">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PackageReference Include="NuGetizer" Version="0.7.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1351" />
</ItemGroup>

</Project>

0 comments on commit 0e2e202

Please sign in to comment.