Browse Source

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

pull/758/head
rafsanulhasan 6 years ago
parent
commit
2afae09eca
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Web/WebMVC/WebMVC.csproj

+ 1
- 0
src/Web/WebMVC/WebMVC.csproj View File

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


Loading…
Cancel
Save