Skip to content

Commit 8ff33d8

Browse files
update Microsoft.AspNet.Mvc
1 parent 338eadf commit 8ff33d8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+14
-11
lines changed

.vs/RootHelpers/v15/.suo

15.5 KB
Binary file not shown.
Binary file not shown.

RootHelpers/RootHelpers.csproj

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,22 @@
4747
<Reference Include="System.Drawing" />
4848
<Reference Include="System.Web" />
4949
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
50-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.6\lib\net45\System.Web.Helpers.dll</HintPath>
50+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
5151
</Reference>
52-
<Reference Include="System.Web.Mvc, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
53-
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.6\lib\net45\System.Web.Mvc.dll</HintPath>
52+
<Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
53+
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
54+
</Reference>
55+
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56+
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
5457
</Reference>
5558
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.6\lib\net45\System.Web.WebPages.dll</HintPath>
59+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
5760
</Reference>
5861
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.6\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
62+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
6063
</Reference>
6164
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.6\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
65+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
6366
</Reference>
6467
<Reference Include="System.Xml.Linq" />
6568
<Reference Include="System.Data.DataSetExtensions" />

RootHelpers/bin/Debug/RootHelpers.dll

0 Bytes
Binary file not shown.

RootHelpers/bin/Debug/RootHelpers.pdb

0 Bytes
Binary file not shown.
-6.71 KB
Binary file not shown.
-6.7 KB
Binary file not shown.
-6.7 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-6.52 KB
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9028c74421db56abf64dd677cdbf70e59eae71bb
1+
a5cd9e63f48c36d024a40238499a0bc8c7c49d63
Binary file not shown.

RootHelpers/obj/Debug/RootHelpers.dll

0 Bytes
Binary file not shown.

RootHelpers/obj/Debug/RootHelpers.pdb

0 Bytes
Binary file not shown.

RootHelpers/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.AspNet.Mvc" version="5.2.6" targetFramework="net461" />
4-
<package id="Microsoft.AspNet.Razor" version="3.2.6" targetFramework="net461" />
5-
<package id="Microsoft.AspNet.WebPages" version="3.2.6" targetFramework="net461" />
3+
<package id="Microsoft.AspNet.Mvc" version="5.2.7" targetFramework="net45" />
4+
<package id="Microsoft.AspNet.Razor" version="3.2.7" targetFramework="net45" />
5+
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net45" />
66
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
77
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
88
<package id="System.ComponentModel.Annotations" version="4.5.0" targetFramework="net461" requireReinstallation="true" />
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

packages/Microsoft.AspNet.Mvc.5.2.6/Content/Web.config.install.xdt renamed to packages/Microsoft.AspNet.Mvc.5.2.7/Content/Web.config.install.xdt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
2828
<dependentAssembly xdt:Transform="Insert">
2929
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
30-
<bindingRedirect oldVersion="1.0.0.0-5.2.6.0" newVersion="5.2.6.0" />
30+
<bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
3131
</dependentAssembly>
3232
</assemblyBinding>
3333
</runtime>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)