Skip to content

Commit 0d199f3

Browse files
committed
chore: update Kendo.Mvc version to 2018.2.620
1 parent f8aba6e commit 0d199f3

25 files changed

+13
-60263
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

scheduler/scheduler-signalr-local-hub-locking-events/SignalRLocalHub/SignalRLocalHub.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<IISExpressAnonymousAuthentication />
2121
<IISExpressWindowsAuthentication />
2222
<IISExpressUseClassicPipelineMode />
23+
<Use64BitIISExpress />
24+
<UseGlobalApplicationHostFile />
2325
</PropertyGroup>
2426
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2527
<DebugSymbols>true</DebugSymbols>
@@ -39,10 +41,9 @@
3941
<WarningLevel>4</WarningLevel>
4042
</PropertyGroup>
4143
<ItemGroup>
42-
<Reference Include="Kendo.Mvc, Version=2014.3.1316.440, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
44+
<Reference Include="Kendo.Mvc, Version=2018.2.620.440, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
4345
<SpecificVersion>False</SpecificVersion>
44-
<HintPath>..\lib\KENDOUIMVC\2014.3.1316.440\Kendo.Mvc.dll</HintPath>
45-
<Private>True</Private>
46+
<HintPath>..\lib\KENDOUIMVC\2018.2.620\Kendo.Mvc.dll</HintPath>
4647
</Reference>
4748
<Reference Include="Microsoft.AspNet.SignalR.Core">
4849
<HintPath>..\packages\Microsoft.AspNet.SignalR.Core.2.0.2\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>

scheduler/scheduler-signalr-local-hub-locking-events/SignalRLocalHub/Views/Shared/_Layout.cshtml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
<!--This CSS entry was added by the Telerik VS Extensions for compatibility reasons-->
88
<link href="@Url.Content("~/Content/kendo.compatibility.css")" rel="stylesheet" type="text/css" />
9-
<link href="http://cdn.kendostatic.com/2014.3.1316/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
10-
<link href="http://cdn.kendostatic.com/2014.3.1316/styles/kendo.mobile.all.min.css" rel="stylesheet" type="text/css" />
11-
<link href="http://cdn.kendostatic.com/2014.3.1316/styles/kendo.dataviz.min.css" rel="stylesheet" type="text/css" />
12-
<link href="http://cdn.kendostatic.com/2014.3.1316/styles/kendo.bootstrap.min.css" rel="stylesheet" type="text/css" />
13-
<link href="http://cdn.kendostatic.com/2014.3.1316/styles/kendo.dataviz.bootstrap.min.css" rel="stylesheet" type="text/css" />
14-
<script src="http://cdn.kendostatic.com/2014.3.1316/js/jquery.min.js"></script>
15-
<script src="http://cdn.kendostatic.com/2014.3.1316/js/jszip.min.js"></script>
16-
<script src="http://cdn.kendostatic.com/2014.3.1316/js/kendo.all.min.js"></script>
17-
<script src="http://cdn.kendostatic.com/2014.3.1316/js/kendo.aspnetmvc.min.js"></script>
9+
<link href="http://cdn.kendostatic.com/2018.2.620/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
10+
<link href="http://cdn.kendostatic.com/2018.2.620/styles/kendo.mobile.all.min.css" rel="stylesheet" type="text/css" />
11+
<link href="http://cdn.kendostatic.com/2018.2.620/styles/kendo.dataviz.min.css" rel="stylesheet" type="text/css" />
12+
<link href="http://cdn.kendostatic.com/2018.2.620/styles/kendo.bootstrap.min.css" rel="stylesheet" type="text/css" />
13+
<link href="http://cdn.kendostatic.com/2018.2.620/styles/kendo.dataviz.bootstrap.min.css" rel="stylesheet" type="text/css" />
14+
<script src="http://cdn.kendostatic.com/2018.2.620/js/jquery.min.js"></script>
15+
<script src="http://cdn.kendostatic.com/2018.2.620/js/jszip.min.js"></script>
16+
<script src="http://cdn.kendostatic.com/2018.2.620/js/kendo.all.min.js"></script>
17+
<script src="http://cdn.kendostatic.com/2018.2.620/js/kendo.aspnetmvc.min.js"></script>
1818
<script src="@Url.Content("~/Scripts/kendo.modernizr.custom.js")"></script>
1919
</head>
2020
<body>
-1.66 MB
Binary file not shown.

0 commit comments

Comments
 (0)