Skip to content

Commit 02c92d6

Browse files
committed
added nuget.build.tasks.pack
1 parent 883fc15 commit 02c92d6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/coverlet.tests.projectsample.vbmynamespace/coverlet.tests.projectsample.vbmynamespace.vbproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,12 @@
103103
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
104104
</None>
105105
</ItemGroup>
106+
<ItemGroup>
107+
<PackageReference Include="NuGet.Build.Tasks.Pack">
108+
<Version>5.8.1</Version>
109+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
110+
<PrivateAssets>all</PrivateAssets>
111+
</PackageReference>
112+
</ItemGroup>
106113
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
107114
</Project>

0 commit comments

Comments
 (0)