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 7724f63 commit 50b82d6Copy full SHA for 50b82d6
Nodejs/MigrateToJsps/MigrateToJsps.csproj
@@ -82,6 +82,10 @@
82
<PackageReference Include="System.Xml.XmlSerializer">
83
<Version>4.3.0</Version>
84
</PackageReference>
85
+ <PackageReference Include="Microsoft.VisualStudioEng.MicroBuild.Core" Version="1.0.0">
86
+ <PrivateAssets>all</PrivateAssets>
87
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
88
+ </PackageReference>
89
</ItemGroup>
90
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
91
<Import Project="..\Product\Nodejs\SharedResources.proj" />
0 commit comments