Skip to content

Commit bc77750

Browse files
committed
update references
1 parent 13bd0fa commit bc77750

File tree

7 files changed

+116
-60
lines changed

7 files changed

+116
-60
lines changed

grid/grid-batch-editing-multi-selection-delete/Global.asax.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Web;
5-
using System.Web.Http;
1+
using System.Web.Http;
62
using System.Web.Mvc;
7-
using System.Web.Optimization;
83
using System.Web.Routing;
94

105
namespace KendoMVCWrappers

grid/grid-batch-editing-multi-selection-delete/GridBatchEditingMultiSelectionDelete.csproj

Lines changed: 55 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -8,18 +8,20 @@
88
</ProductVersion>
99
<SchemaVersion>2.0</SchemaVersion>
1010
<ProjectGuid>{B6D0A3FE-B95A-43A8-BFEE-0244BEE98C5E}</ProjectGuid>
11-
<ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11+
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1212
<OutputType>Library</OutputType>
1313
<AppDesignerFolder>Properties</AppDesignerFolder>
1414
<RootNamespace>KendoMVCWrappers</RootNamespace>
1515
<AssemblyName>KendoMVCWrappers</AssemblyName>
16-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1717
<MvcBuildViews>false</MvcBuildViews>
1818
<UseIISExpress>false</UseIISExpress>
1919
<IISExpressSSLPort />
2020
<IISExpressAnonymousAuthentication />
2121
<IISExpressWindowsAuthentication />
2222
<IISExpressUseClassicPipelineMode />
23+
<TargetFrameworkProfile />
24+
<UseGlobalApplicationHostFile />
2325
</PropertyGroup>
2426
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2527
<DebugSymbols>true</DebugSymbols>
@@ -29,6 +31,7 @@
2931
<DefineConstants>DEBUG;TRACE</DefineConstants>
3032
<ErrorReport>prompt</ErrorReport>
3133
<WarningLevel>4</WarningLevel>
34+
<Prefer32Bit>false</Prefer32Bit>
3235
</PropertyGroup>
3336
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3437
<DebugType>pdbonly</DebugType>
@@ -37,6 +40,7 @@
3740
<DefineConstants>TRACE</DefineConstants>
3841
<ErrorReport>prompt</ErrorReport>
3942
<WarningLevel>4</WarningLevel>
43+
<Prefer32Bit>false</Prefer32Bit>
4044
</PropertyGroup>
4145
<ItemGroup>
4246
<Reference Include="Kendo.Mvc, Version=2014.2.903.440, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
@@ -47,18 +51,40 @@
4751
<Reference Include="Microsoft.CSharp" />
4852
<Reference Include="System" />
4953
<Reference Include="System.Data" />
54+
<Reference Include="System.Data.DataSetExtensions" />
5055
<Reference Include="System.Drawing" />
5156
<Reference Include="System.Web.DynamicData" />
5257
<Reference Include="System.Web.Entity" />
5358
<Reference Include="System.Web.ApplicationServices" />
5459
<Reference Include="System.ComponentModel.DataAnnotations" />
55-
<Reference Include="System.Core" />
56-
<Reference Include="System.Data.DataSetExtensions" />
57-
<Reference Include="System.Xml.Linq" />
58-
<Reference Include="System.Web" />
5960
<Reference Include="System.Web.Extensions" />
61+
<Reference Include="System.Web" />
6062
<Reference Include="System.Web.Abstractions" />
63+
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
64+
<HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
65+
<Private>True</Private>
66+
</Reference>
67+
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
68+
<HintPath>packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
69+
<Private>True</Private>
70+
</Reference>
71+
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
72+
<HintPath>packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
73+
<Private>True</Private>
74+
</Reference>
6175
<Reference Include="System.Web.Routing" />
76+
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
77+
<HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
78+
<Private>True</Private>
79+
</Reference>
80+
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
81+
<HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
82+
<Private>True</Private>
83+
</Reference>
84+
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85+
<HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
86+
<Private>True</Private>
87+
</Reference>
6288
<Reference Include="System.Xml" />
6389
<Reference Include="System.Configuration" />
6490
<Reference Include="System.Web.Services" />
@@ -84,42 +110,19 @@
84110
<Private>True</Private>
85111
<HintPath>..\packages\Microsoft.Net.Http.2.0.20505.0\lib\net40\System.Net.Http.WebRequest.dll</HintPath>
86112
</Reference>
87-
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
88-
<Private>True</Private>
89-
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.Helpers.dll</HintPath>
90-
</Reference>
91113
<Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
92114
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.4.0.20505.0\lib\net40\System.Web.Http.dll</HintPath>
93115
</Reference>
94116
<Reference Include="System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
95117
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.20505.0\lib\net40\System.Web.Http.WebHost.dll</HintPath>
96118
</Reference>
97-
<Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
98-
<Private>True</Private>
99-
<HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.20505.0\lib\net40\System.Web.Mvc.dll</HintPath>
100-
</Reference>
101119
<Reference Include="System.Web.Optimization">
102120
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.0.0-beta2\lib\net40\System.Web.Optimization.dll</HintPath>
103121
</Reference>
104122
<Reference Include="System.Web.Providers">
105123
<HintPath>..\packages\Microsoft.AspNet.Providers.Core.1.0\lib\net40\System.Web.Providers.dll</HintPath>
106124
</Reference>
107-
<Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
108-
<Private>True</Private>
109-
<HintPath>..\packages\Microsoft.AspNet.Razor.2.0.20505.0\lib\net40\System.Web.Razor.dll</HintPath>
110-
</Reference>
111-
<Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
112-
<Private>True</Private>
113-
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.dll</HintPath>
114-
</Reference>
115-
<Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
116-
<Private>True</Private>
117-
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath>
118-
</Reference>
119-
<Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
120-
<Private>True</Private>
121-
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
122-
</Reference>
125+
<Reference Include="System.Xml.Linq" />
123126
<Reference Include="WebGrease">
124127
<Private>True</Private>
125128
<HintPath>..\packages\WebGrease.1.0.0\lib\WebGrease.dll</HintPath>
@@ -138,6 +141,8 @@
138141
<Compile Include="Properties\AssemblyInfo.cs" />
139142
</ItemGroup>
140143
<ItemGroup>
144+
<Content Include="bin\Kendo.Mvc.dll" />
145+
<Content Include="bin\Kendo.Mvc.xml" />
141146
<Content Include="Global.asax" />
142147
<Content Include="Scripts\jquery-1.6.2-vsdoc.js" />
143148
<Content Include="Scripts\jquery-1.6.2.js" />
@@ -168,6 +173,25 @@
168173
</ItemGroup>
169174
<ItemGroup>
170175
<Folder Include="App_Data\" />
176+
<Folder Include="bin\bg-BG\" />
177+
<Folder Include="bin\cs-CZ\" />
178+
<Folder Include="bin\da-DK\" />
179+
<Folder Include="bin\de-DE\" />
180+
<Folder Include="bin\es-ES\" />
181+
<Folder Include="bin\fr-CA\" />
182+
<Folder Include="bin\fr-FR\" />
183+
<Folder Include="bin\it-IT\" />
184+
<Folder Include="bin\nl-NL\" />
185+
<Folder Include="bin\pl-PL\" />
186+
<Folder Include="bin\pt-BR\" />
187+
<Folder Include="bin\pt-PT\" />
188+
<Folder Include="bin\ro-RO\" />
189+
<Folder Include="bin\ru-RU\" />
190+
<Folder Include="bin\sk-SK\" />
191+
<Folder Include="bin\sv-SE\" />
192+
<Folder Include="bin\tr-TR\" />
193+
<Folder Include="bin\uk-UA\" />
194+
<Folder Include="bin\zh-CN\" />
171195
</ItemGroup>
172196
<ItemGroup>
173197
<Content Include="packages.config" />
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridBatchEditingMultiSelectionDelete", "GridBatchEditingMultiSelectionDelete.csproj", "{B6D0A3FE-B95A-43A8-BFEE-0244BEE98C5E}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{B6D0A3FE-B95A-43A8-BFEE-0244BEE98C5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{B6D0A3FE-B95A-43A8-BFEE-0244BEE98C5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{B6D0A3FE-B95A-43A8-BFEE-0244BEE98C5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{B6D0A3FE-B95A-43A8-BFEE-0244BEE98C5E}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal

grid/grid-batch-editing-multi-selection-delete/Views/Shared/_Layout.cshtml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<title>@ViewBag.Title</title>
55
<link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />
66

7-
<link href="http://cdn.kendostatic.com/2014.2.903/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
8-
<link href="http://cdn.kendostatic.com/2014.2.903/styles/kendo.mobile.all.min.css" rel="stylesheet" type="text/css" />
9-
<link href="http://cdn.kendostatic.com/2014.2.903/styles/kendo.dataviz.min.css" rel="stylesheet" type="text/css" />
10-
<link href="http://cdn.kendostatic.com/2014.2.903/styles/kendo.bootstrap.min.css" rel="stylesheet" type="text/css" />
11-
<link href="http://cdn.kendostatic.com/2014.2.903/styles/kendo.dataviz.bootstrap.min.css" rel="stylesheet" type="text/css" />
12-
<script src="http://cdn.kendostatic.com/2014.2.903/js/jquery.min.js"></script>
13-
<script src="http://cdn.kendostatic.com/2014.2.903/js/kendo.all.min.js"></script>
14-
<script src="http://cdn.kendostatic.com/2014.2.903/js/kendo.aspnetmvc.min.js"></script>
7+
<link href="http://kendo.cdn.telerik.com/2016.3.914/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
8+
<link href="http://kendo.cdn.telerik.com/2016.3.914/styles/kendo.mobile.all.min.css" rel="stylesheet" type="text/css" />
9+
<link href="http://kendo.cdn.telerik.com/2016.3.914/styles/kendo.dataviz.min.css" rel="stylesheet" type="text/css" />
10+
<link href="http://kendo.cdn.telerik.com/2016.3.914/styles/kendo.bootstrap.min.css" rel="stylesheet" type="text/css" />
11+
<link href="http://kendo.cdn.telerik.com/2016.3.914/styles/kendo.dataviz.bootstrap.min.css" rel="stylesheet" type="text/css" />
12+
<script src="http://kendo.cdn.telerik.com/2016.3.914/js/jquery.min.js"></script>
13+
<script src="http://kendo.cdn.telerik.com/2016.3.914/js/kendo.all.min.js"></script>
14+
<script src="http://kendo.cdn.telerik.com/2016.3.914/js/kendo.aspnetmvc.min.js"></script>
1515
<script src="@Url.Content("~/Scripts/kendo.modernizr.custom.js")"></script>
1616
</head>
1717

grid/grid-batch-editing-multi-selection-delete/Views/web.config

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<configuration>
44
<configSections>
5-
<sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
6-
<section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
7-
<section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
5+
<sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
6+
<section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
7+
<section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
88
</sectionGroup>
99
</configSections>
1010

@@ -17,7 +17,6 @@
1717
<add namespace="System.Web.Mvc.Html" />
1818
<add namespace="System.Web.Routing" />
1919
<add namespace="Kendo.Mvc.UI" />
20-
<add namespace="System.Web.Optimization" />
2120
</namespaces>
2221
</pages>
2322
</system.web.webPages.razor>

grid/grid-batch-editing-multi-selection-delete/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<package id="jQuery" version="1.6.2" />
55
<package id="jQuery.Validation" version="1.8.1" />
66
<package id="knockoutjs" version="2.0.0" />
7-
<package id="Microsoft.AspNet.Mvc" version="4.0.20505.0" />
7+
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net461" />
88
<package id="Microsoft.AspNet.Providers" version="1.1" />
99
<package id="Microsoft.AspNet.Providers.Core" version="1.0" />
10-
<package id="Microsoft.AspNet.Razor" version="2.0.20505.0" />
10+
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net461" />
1111
<package id="Microsoft.AspNet.Web.Optimization" version="1.0.0-beta2" />
1212
<package id="Microsoft.AspNet.WebApi" version="4.0.20505.0" />
1313
<package id="Microsoft.AspNet.WebApi.Client" version="4.0.20505.0" />
1414
<package id="Microsoft.AspNet.WebApi.Core" version="4.0.20505.0" />
1515
<package id="Microsoft.AspNet.WebApi.WebHost" version="4.0.20505.0" />
16-
<package id="Microsoft.AspNet.WebPages" version="2.0.20505.0" />
16+
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net461" />
1717
<package id="Microsoft.jQuery.Unobtrusive.Ajax" version="2.0.20505.0" />
1818
<package id="Microsoft.jQuery.Unobtrusive.Validation" version="2.0.20505.0" />
1919
<package id="Microsoft.Net.Http" version="2.0.20505.0" />

grid/grid-batch-editing-multi-selection-delete/web.config

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,35 @@
99
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
1010
</configSections>
1111
<appSettings>
12-
<add key="webpages:Version" value="2.0.0.0" />
12+
<add key="webpages:Version" value="3.0.0.0" />
1313
<add key="webpages:Enabled" value="true" />
1414
<add key="PreserveLoginUrl" value="true" />
1515
<add key="ClientValidationEnabled" value="true" />
1616
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
1717
</appSettings>
18+
<!--
19+
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
20+
21+
The following attributes can be set on the <httpRuntime> tag.
22+
<system.Web>
23+
<httpRuntime targetFramework="4.6.1" />
24+
</system.Web>
25+
-->
1826
<system.web>
19-
<compilation debug="true" targetFramework="4.0">
27+
<compilation debug="true" targetFramework="4.6.1">
2028
<assemblies>
2129
<add assembly="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
2230
</assemblies>
2331
</compilation>
24-
<pages>
32+
<pages controlRenderingCompatibilityVersion="4.0">
2533
<namespaces>
2634
<add namespace="System.Web.Helpers" />
2735
<add namespace="System.Web.Mvc" />
2836
<add namespace="System.Web.Mvc.Ajax" />
2937
<add namespace="System.Web.Mvc.Html" />
3038
<add namespace="System.Web.Routing" />
3139
<add namespace="System.Web.WebPages" />
32-
<add namespace="Kendo.Mvc.UI" />
40+
<add namespace="Kendo.Mvc.UI" />
3341
</namespaces>
3442
</pages>
3543
<profile defaultProvider="DefaultProfileProvider">
@@ -61,15 +69,23 @@
6169
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
6270
<dependentAssembly>
6371
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
64-
<bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
72+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
73+
</dependentAssembly>
74+
<dependentAssembly>
75+
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
76+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
6577
</dependentAssembly>
6678
<dependentAssembly>
6779
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
68-
<bindingRedirect oldVersion="1.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
80+
<bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
6981
</dependentAssembly>
7082
<dependentAssembly>
71-
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
72-
<bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
83+
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
84+
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
85+
</dependentAssembly>
86+
<dependentAssembly>
87+
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
88+
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
7389
</dependentAssembly>
7490
</assemblyBinding>
7591
</runtime>

0 commit comments

Comments
 (0)