Configured WebMVC project to restore libraries from their specified or global CDN upon project build by installing NuGet package Microsoft.Web.LibraryManager.Build@1.0.163

This commit is contained in:
rafsanulhasan 2018-09-07 18:35:42 +06:00
parent 38641c1051
commit 2afae09eca

View File

@ -28,6 +28,7 @@
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Redis" Version="0.3.3" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Fabric.MSBuild" Version="1.6.5" />
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="1.0.163" />
</ItemGroup>
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">