Skip to content

Commit 0e2e202

Browse files
committed
Replace NuGet reference to NuGet.Build.Packaging with reference to NuGetizer
1 parent 776f1bf commit 0e2e202

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)