Skip to content

Commit 192a5d2

Browse files
authored
Add PackageReference for Microsoft.VisualStudio.Build.Tasks.Core
1 parent 23856f1 commit 192a5d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Nodejs/MigrateToJsps/MigrateToJsps.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
</FilesToSign>
6868
</ItemGroup>
6969
<ItemGroup>
70+
<PackageReference Include="Microsoft.VisualStudio.Build.Tasks.Core">
71+
<Version>16.11.6</Version>
72+
</PackageReference>
7073
<PackageReference Include="Microsoft.VisualStudio.Composition">
7174
<Version>15.0.70</Version>
7275
</PackageReference>
@@ -90,4 +93,4 @@
9093
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9194
<Import Project="..\Product\Nodejs\SharedResources.proj" />
9295
<Import Project="..\Product\ProjectAfter.targets" />
93-
</Project>
96+
</Project>

0 commit comments

Comments
 (0)