ports/devel/monodevelop/files/patch-src_addins_AspNet_MonoDevelop.AspNet.csproj
David Naylor c66b1ac367 devel/monodevelop: update to 7.6
- Upstream appear to no longer tag their releases, thus a bit of investigation
   is required to determine the exact commit.
 - Remove Azure-appservice from Nuget feeds (no packages from that source)
2018-08-29 05:43:08 +00:00

20 lines
1.2 KiB
XML

--- src/addins/AspNet/MonoDevelop.AspNet.csproj.orig 2018-08-20 11:35:04 UTC
+++ src/addins/AspNet/MonoDevelop.AspNet.csproj
@@ -98,7 +98,7 @@
<Private>False</Private>
</ProjectReference>
<Reference Include="Microsoft.Web.Infrastructure">
- <HintPath>..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
+ <HintPath>..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="System.Web.Razor">
<HintPath>..\..\..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
@@ -499,7 +499,7 @@
<Link>System.Web.WebPages.Razor.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
- <None Include="..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll">
+ <None Include="..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0\lib\net40\Microsoft.Web.Infrastructure.dll">
<Link>Microsoft.Web.Infrastructure.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>