This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
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
38641c1051
commit
2afae09eca
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.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">
Write
Preview
Loading…
Cancel
Save