Skip to content

Commit f591f03

Browse files
authored
Merge pull request #26 from Delphin-Technology/remove-NuGet.Build.Packaging
Replace NuGet.Build.Packaging with NuGetizer
2 parents 776f1bf + 0e2e202 commit f591f03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/TemplateUI/TemplateUI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1351" />
19-
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.5-dev.8">
20-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
18+
<PackageReference Include="NuGetizer" Version="0.7.0">
2119
<PrivateAssets>all</PrivateAssets>
20+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2221
</PackageReference>
22+
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1351" />
2323
</ItemGroup>
2424

2525
</Project>

0 commit comments

Comments
 (0)