Skip to content

Commit

Permalink
Merge pull request #26 from Delphin-Technology/remove-NuGet.Build.Pac…
Browse files Browse the repository at this point in the history
…kaging

Replace NuGet.Build.Packaging with NuGetizer
  • Loading branch information
jsuarezruiz authored Sep 24, 2021
2 parents 776f1bf + 0e2e202 commit f591f03
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 f591f03

Please sign in to comment.