Browse Source

Configured Library Manager to automatically download packages on build WebMVC project

pull/735/head
rafsanulhasan 6 years ago
parent
commit
e063712b64
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

@ -26,6 +26,7 @@
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Redis" Version="0.3.1" />
<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">


Loading…
Cancel
Save