Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-14 09:26:01 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-14 09:40:34 +0300
commit7ecaa86d0273abcd48fde6f262cb52fecb9e3415 (patch)
tree73ff25589333f02e43e37ae646d6b9f652b66074 /main/src/addins/AspNet
parent39ee0bd9124920215eca45a2251b93482a800235 (diff)
[AspNet] Remove duplicate copies
The extension itself is already local copying all of these, no need to explicitly download and copy them
Diffstat (limited to 'main/src/addins/AspNet')
-rw-r--r--main/src/addins/AspNet/MonoDevelop.AspNet.csproj8
1 files changed, 0 insertions, 8 deletions
diff --git a/main/src/addins/AspNet/MonoDevelop.AspNet.csproj b/main/src/addins/AspNet/MonoDevelop.AspNet.csproj
index 24595eaf38..429be30d05 100644
--- a/main/src/addins/AspNet/MonoDevelop.AspNet.csproj
+++ b/main/src/addins/AspNet/MonoDevelop.AspNet.csproj
@@ -244,14 +244,6 @@
<Compile Include="Gui\MonoDevelop.AspNet.Projects.GtkAspNetProjectTemplateWizardPageWidget.cs" />
</ItemGroup>
<ItemGroup>
- <DownloadNupkg Include="Microsoft.AspNet.Mvc" Version="5.2.3" />
- <ExtensionContent Include="$(DownloadNupkgDirectory)Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll" />
- <DownloadNupkg Include="Microsoft.AspNet.Razor" Version="3.2.3" />
- <ExtensionContent Include="$(DownloadNupkgDirectory)Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll" />
- <DownloadNupkg Include="Microsoft.AspNet.WebPages" Version="3.2.3" />
- <ExtensionContent Include="$(DownloadNupkgDirectory)Microsoft.AspNet.WebPages.3.2.3\lib\net45\*.dll" />
- <DownloadNupkg Include="Microsoft.Web.Infrastructure" Version="1.0.0.0" />
- <ExtensionContent Include="$(DownloadNupkgDirectory)Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll" />
<ExtensionContent Include="Razor\Razor-templates.xml" />
<ExtensionContent Include="CodeTemplates\**\*.*" />
<ExtensionContent Include="Templates\**\*.*" />