We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23856f1 commit 192a5d2Copy full SHA for 192a5d2
Nodejs/MigrateToJsps/MigrateToJsps.csproj
@@ -67,6 +67,9 @@
67
</FilesToSign>
68
</ItemGroup>
69
<ItemGroup>
70
+ <PackageReference Include="Microsoft.VisualStudio.Build.Tasks.Core">
71
+ <Version>16.11.6</Version>
72
+ </PackageReference>
73
<PackageReference Include="Microsoft.VisualStudio.Composition">
74
<Version>15.0.70</Version>
75
</PackageReference>
@@ -90,4 +93,4 @@
90
93
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
91
94
<Import Project="..\Product\Nodejs\SharedResources.proj" />
92
95
<Import Project="..\Product\ProjectAfter.targets" />
-</Project>
96
+</Project>
0 commit comments