Skip to content

Commit 85452ee

Browse files
committed
Upgrade to v4.0.48
1 parent 9e950ec commit 85452ee

9 files changed

Lines changed: 101 additions & 102 deletions

File tree

src/BenchmarksAnalyzer.ServiceInterface/BenchmarksAnalyzer.ServiceInterface.csproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,32 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="Ionic.Zip, Version=1.9.6.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
34-
<HintPath>..\packages\DotNetZip.1.9.6\lib\net20\Ionic.Zip.dll</HintPath>
33+
<Reference Include="Ionic.Zip, Version=1.9.7.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
34+
<HintPath>..\packages\DotNetZip.1.9.7\lib\net20\Ionic.Zip.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
37-
<Reference Include="ServiceStack, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
38-
<HintPath>..\packages\ServiceStack.4.0.46\lib\net40\ServiceStack.dll</HintPath>
37+
<Reference Include="ServiceStack, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
38+
<HintPath>..\packages\ServiceStack.4.0.48\lib\net40\ServiceStack.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
41-
<Reference Include="ServiceStack.Client, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\ServiceStack.Client.4.0.46\lib\net40\ServiceStack.Client.dll</HintPath>
41+
<Reference Include="ServiceStack.Client, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\packages\ServiceStack.Client.4.0.48\lib\net40\ServiceStack.Client.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
45-
<Reference Include="ServiceStack.Common, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\packages\ServiceStack.Common.4.0.46\lib\net40\ServiceStack.Common.dll</HintPath>
45+
<Reference Include="ServiceStack.Common, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\packages\ServiceStack.Common.4.0.48\lib\net40\ServiceStack.Common.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
4949
<Reference Include="ServiceStack.Interfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=e06fbc6124f57c43, processorArchitecture=MSIL">
50-
<HintPath>..\packages\ServiceStack.Interfaces.4.0.46\lib\portable-wp80+sl5+net40+win8+monotouch+monoandroid+xamarin.ios10\ServiceStack.Interfaces.dll</HintPath>
50+
<HintPath>..\packages\ServiceStack.Interfaces.4.0.48\lib\portable-wp80+sl5+net40+win8+monotouch+monoandroid+xamarin.ios10\ServiceStack.Interfaces.dll</HintPath>
5151
<Private>True</Private>
5252
</Reference>
53-
<Reference Include="ServiceStack.OrmLite, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\packages\ServiceStack.OrmLite.4.0.46\lib\net45\ServiceStack.OrmLite.dll</HintPath>
53+
<Reference Include="ServiceStack.OrmLite, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
54+
<HintPath>..\packages\ServiceStack.OrmLite.4.0.48\lib\net45\ServiceStack.OrmLite.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
57-
<Reference Include="ServiceStack.Text, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
58-
<HintPath>..\packages\ServiceStack.Text.4.0.46\lib\net40\ServiceStack.Text.dll</HintPath>
57+
<Reference Include="ServiceStack.Text, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
58+
<HintPath>..\packages\ServiceStack.Text.4.0.48\lib\net40\ServiceStack.Text.dll</HintPath>
5959
<Private>True</Private>
6060
</Reference>
6161
<Reference Include="System" />
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DotNetZip" version="1.9.6" targetFramework="net45" />
4-
<package id="ServiceStack" version="4.0.46" targetFramework="net45" />
5-
<package id="ServiceStack.Client" version="4.0.46" targetFramework="net45" />
6-
<package id="ServiceStack.Common" version="4.0.46" targetFramework="net45" />
7-
<package id="ServiceStack.Interfaces" version="4.0.46" targetFramework="net45" />
8-
<package id="ServiceStack.OrmLite" version="4.0.46" targetFramework="net45" />
9-
<package id="ServiceStack.Text" version="4.0.46" targetFramework="net45" />
3+
<package id="DotNetZip" version="1.9.7" targetFramework="net45" />
4+
<package id="ServiceStack" version="4.0.48" targetFramework="net45" />
5+
<package id="ServiceStack.Client" version="4.0.48" targetFramework="net45" />
6+
<package id="ServiceStack.Common" version="4.0.48" targetFramework="net45" />
7+
<package id="ServiceStack.Interfaces" version="4.0.48" targetFramework="net45" />
8+
<package id="ServiceStack.OrmLite" version="4.0.48" targetFramework="net45" />
9+
<package id="ServiceStack.Text" version="4.0.48" targetFramework="net45" />
1010
</packages>

src/BenchmarksAnalyzer.ServiceModel/BenchmarksAnalyzer.ServiceModel.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
</PropertyGroup>
3232
<ItemGroup>
3333
<Reference Include="ServiceStack.Interfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=e06fbc6124f57c43, processorArchitecture=MSIL">
34-
<HintPath>..\packages\ServiceStack.Interfaces.4.0.46\lib\portable-wp80+sl5+net40+win8+monotouch+monoandroid+xamarin.ios10\ServiceStack.Interfaces.dll</HintPath>
34+
<HintPath>..\packages\ServiceStack.Interfaces.4.0.48\lib\portable-wp80+sl5+net40+win8+monotouch+monoandroid+xamarin.ios10\ServiceStack.Interfaces.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
37-
<Reference Include="ServiceStack.Text, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
38-
<HintPath>..\packages\ServiceStack.Text.4.0.46\lib\net40\ServiceStack.Text.dll</HintPath>
37+
<Reference Include="ServiceStack.Text, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
38+
<HintPath>..\packages\ServiceStack.Text.4.0.48\lib\net40\ServiceStack.Text.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
4141
<Reference Include="System" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ServiceStack.Interfaces" version="4.0.46" targetFramework="net45" />
4-
<package id="ServiceStack.Text" version="4.0.46" targetFramework="net45" />
3+
<package id="ServiceStack.Interfaces" version="4.0.48" targetFramework="net45" />
4+
<package id="ServiceStack.Text" version="4.0.48" targetFramework="net45" />
55
</packages>

src/BenchmarksAnalyzer/BenchmarksAnalyzer.csproj

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -58,77 +58,77 @@
5858
<SpecificVersion>False</SpecificVersion>
5959
<HintPath>..\packages\Glimpse.1.8.6\lib\net45\Glimpse.Core.dll</HintPath>
6060
</Reference>
61-
<Reference Include="Ionic.Zip, Version=1.9.6.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
62-
<HintPath>..\packages\DotNetZip.1.9.6\lib\net20\Ionic.Zip.dll</HintPath>
61+
<Reference Include="Ionic.Zip, Version=1.9.7.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
62+
<HintPath>..\packages\DotNetZip.1.9.7\lib\net20\Ionic.Zip.dll</HintPath>
6363
<Private>True</Private>
6464
</Reference>
65-
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
66-
<SpecificVersion>False</SpecificVersion>
67-
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
65+
<Reference Include="log4net, Version=1.2.14.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
66+
<HintPath>..\packages\log4net.2.0.4\lib\net45-full\log4net.dll</HintPath>
67+
<Private>True</Private>
6868
</Reference>
6969
<Reference Include="Microsoft.CSharp" />
7070
<Reference Include="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
71-
<HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.4.0.46\lib\net45\Mono.Data.Sqlite.dll</HintPath>
71+
<HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.4.0.48\lib\net45\Mono.Data.Sqlite.dll</HintPath>
7272
<Private>True</Private>
7373
</Reference>
7474
<Reference Include="Npgsql, Version=3.0.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
7575
<HintPath>..\packages\Npgsql.3.0.3\lib\net45\Npgsql.dll</HintPath>
7676
<Private>True</Private>
7777
</Reference>
78-
<Reference Include="ServiceStack, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
79-
<HintPath>..\packages\ServiceStack.4.0.46\lib\net40\ServiceStack.dll</HintPath>
78+
<Reference Include="ServiceStack, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
79+
<HintPath>..\packages\ServiceStack.4.0.48\lib\net40\ServiceStack.dll</HintPath>
8080
<Private>True</Private>
8181
</Reference>
82-
<Reference Include="ServiceStack.Api.Swagger, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
83-
<HintPath>..\packages\ServiceStack.Api.Swagger.4.0.46\lib\net40\ServiceStack.Api.Swagger.dll</HintPath>
82+
<Reference Include="ServiceStack.Api.Swagger, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
83+
<HintPath>..\packages\ServiceStack.Api.Swagger.4.0.48\lib\net40\ServiceStack.Api.Swagger.dll</HintPath>
8484
<Private>True</Private>
8585
</Reference>
86-
<Reference Include="ServiceStack.Authentication.OAuth2, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
87-
<HintPath>..\packages\ServiceStack.Authentication.OAuth2.4.0.46\lib\net40\ServiceStack.Authentication.OAuth2.dll</HintPath>
86+
<Reference Include="ServiceStack.Authentication.OAuth2, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
87+
<HintPath>..\packages\ServiceStack.Authentication.OAuth2.4.0.48\lib\net40\ServiceStack.Authentication.OAuth2.dll</HintPath>
8888
<Private>True</Private>
8989
</Reference>
90-
<Reference Include="ServiceStack.Authentication.OpenId, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
91-
<HintPath>..\packages\ServiceStack.Authentication.OpenId.4.0.46\lib\net40\ServiceStack.Authentication.OpenId.dll</HintPath>
90+
<Reference Include="ServiceStack.Authentication.OpenId, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
91+
<HintPath>..\packages\ServiceStack.Authentication.OpenId.4.0.48\lib\net40\ServiceStack.Authentication.OpenId.dll</HintPath>
9292
<Private>True</Private>
9393
</Reference>
94-
<Reference Include="ServiceStack.Client, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
95-
<HintPath>..\packages\ServiceStack.Client.4.0.46\lib\net40\ServiceStack.Client.dll</HintPath>
94+
<Reference Include="ServiceStack.Client, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
95+
<HintPath>..\packages\ServiceStack.Client.4.0.48\lib\net40\ServiceStack.Client.dll</HintPath>
9696
<Private>True</Private>
9797
</Reference>
98-
<Reference Include="ServiceStack.Common, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
99-
<HintPath>..\packages\ServiceStack.Common.4.0.46\lib\net40\ServiceStack.Common.dll</HintPath>
98+
<Reference Include="ServiceStack.Common, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
99+
<HintPath>..\packages\ServiceStack.Common.4.0.48\lib\net40\ServiceStack.Common.dll</HintPath>
100100
<Private>True</Private>
101101
</Reference>
102102
<Reference Include="ServiceStack.Interfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=e06fbc6124f57c43, processorArchitecture=MSIL">
103-
<HintPath>..\packages\ServiceStack.Interfaces.4.0.46\lib\portable-wp80+sl5+net40+win8+monotouch+monoandroid+xamarin.ios10\ServiceStack.Interfaces.dll</HintPath>
103+
<HintPath>..\packages\ServiceStack.Interfaces.4.0.48\lib\portable-wp80+sl5+net40+win8+monotouch+monoandroid+xamarin.ios10\ServiceStack.Interfaces.dll</HintPath>
104104
<Private>True</Private>
105105
</Reference>
106-
<Reference Include="ServiceStack.OrmLite, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
107-
<HintPath>..\packages\ServiceStack.OrmLite.4.0.46\lib\net45\ServiceStack.OrmLite.dll</HintPath>
106+
<Reference Include="ServiceStack.OrmLite, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
107+
<HintPath>..\packages\ServiceStack.OrmLite.4.0.48\lib\net45\ServiceStack.OrmLite.dll</HintPath>
108108
<Private>True</Private>
109109
</Reference>
110-
<Reference Include="ServiceStack.OrmLite.PostgreSQL, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
111-
<HintPath>..\packages\ServiceStack.OrmLite.PostgreSQL.4.0.46\lib\net40\ServiceStack.OrmLite.PostgreSQL.dll</HintPath>
110+
<Reference Include="ServiceStack.OrmLite.PostgreSQL, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
111+
<HintPath>..\packages\ServiceStack.OrmLite.PostgreSQL.4.0.48\lib\net40\ServiceStack.OrmLite.PostgreSQL.dll</HintPath>
112112
<Private>True</Private>
113113
</Reference>
114-
<Reference Include="ServiceStack.OrmLite.Sqlite, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
115-
<HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.4.0.46\lib\net45\ServiceStack.OrmLite.Sqlite.dll</HintPath>
114+
<Reference Include="ServiceStack.OrmLite.Sqlite, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
115+
<HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.4.0.48\lib\net45\ServiceStack.OrmLite.Sqlite.dll</HintPath>
116116
<Private>True</Private>
117117
</Reference>
118-
<Reference Include="ServiceStack.Razor, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
119-
<HintPath>..\packages\ServiceStack.Razor.4.0.46\lib\net45\ServiceStack.Razor.dll</HintPath>
118+
<Reference Include="ServiceStack.Razor, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
119+
<HintPath>..\packages\ServiceStack.Razor.4.0.48\lib\net45\ServiceStack.Razor.dll</HintPath>
120120
<Private>True</Private>
121121
</Reference>
122-
<Reference Include="ServiceStack.Redis, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
123-
<HintPath>..\packages\ServiceStack.Redis.4.0.46\lib\net40\ServiceStack.Redis.dll</HintPath>
122+
<Reference Include="ServiceStack.Redis, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
123+
<HintPath>..\packages\ServiceStack.Redis.4.0.48\lib\net40\ServiceStack.Redis.dll</HintPath>
124124
<Private>True</Private>
125125
</Reference>
126-
<Reference Include="ServiceStack.Server, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
127-
<HintPath>..\packages\ServiceStack.Server.4.0.46\lib\net45\ServiceStack.Server.dll</HintPath>
126+
<Reference Include="ServiceStack.Server, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
127+
<HintPath>..\packages\ServiceStack.Server.4.0.48\lib\net45\ServiceStack.Server.dll</HintPath>
128128
<Private>True</Private>
129129
</Reference>
130-
<Reference Include="ServiceStack.Text, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
131-
<HintPath>..\packages\ServiceStack.Text.4.0.46\lib\net40\ServiceStack.Text.dll</HintPath>
130+
<Reference Include="ServiceStack.Text, Version=4.0.48.0, Culture=neutral, processorArchitecture=MSIL">
131+
<HintPath>..\packages\ServiceStack.Text.4.0.48\lib\net40\ServiceStack.Text.dll</HintPath>
132132
<Private>True</Private>
133133
</Reference>
134134
<Reference Include="System.Net.Http" />
@@ -150,7 +150,7 @@
150150
<Reference Include="System.Data.DataSetExtensions" />
151151
<Reference Include="System.Web.Extensions" />
152152
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=e06fbc6124f57c43, processorArchitecture=MSIL">
153-
<HintPath>..\packages\ServiceStack.Razor.4.0.46\lib\net45\System.Web.Razor.dll</HintPath>
153+
<HintPath>..\packages\ServiceStack.Razor.4.0.48\lib\net45\System.Web.Razor.dll</HintPath>
154154
<Private>True</Private>
155155
</Reference>
156156
<Reference Include="System.Xml.Linq" />

src/BenchmarksAnalyzer/Web.config

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<section name="reporting" type="DotNetOpenAuth.Configuration.ReportingElement, DotNetOpenAuth" requirePermission="false" allowLocation="true" />
1616
</sectionGroup>
1717
<section name="glimpse" type="Glimpse.Core.Configuration.Section, Glimpse.Core" />
18-
<sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor">
19-
<section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor" requirePermission="false" />
20-
<section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor" requirePermission="false" />
21-
</sectionGroup>
22-
</configSections>
18+
19+
<sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor">
20+
<section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor" requirePermission="false" />
21+
<section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor" requirePermission="false" />
22+
</sectionGroup></configSections>
2323
<appSettings>
2424
<add key="DebugMode" value="True" />
2525

@@ -40,9 +40,8 @@
4040
<!-- Create LinkedIn App at: https://www.linkedin.com/secure/developer?newapp= -->
4141
<add key="oauth.LinkedIn.ConsumerKey" value="775ehqcqehcd8c" />
4242
<add key="oauth.LinkedIn.ConsumerSecret" value="CS2rbWinTVSBcYOz" />
43-
<add key="oauth.LinkedIn.Scopes" value="r_emailaddress,r_basicprofile" />
44-
<add key="webPages:Enabled" value="false" />
45-
</appSettings>
43+
44+
<add key="webPages:Enabled" value="false" /></appSettings>
4645
<system.webServer>
4746
<handlers>
4847
<add path="*" name="ServiceStack.Factory" type="ServiceStack.HttpHandlerFactory, ServiceStack" verb="*" preCondition="integratedMode" resourceType="Unspecified" allowPathInfo="true" />
@@ -55,10 +54,10 @@
5554
</system.webServer>
5655
<system.web>
5756
<compilation targetFramework="4.5" debug="true">
58-
<buildProviders>
59-
<add extension=".cshtml" type="ServiceStack.Razor.CSharpRazorBuildProvider, ServiceStack.Razor" />
60-
</buildProviders>
61-
</compilation>
57+
58+
<buildProviders>
59+
<add extension=".cshtml" type="ServiceStack.Razor.CSharpRazorBuildProvider, ServiceStack.Razor" />
60+
</buildProviders></compilation>
6261
<httpRuntime targetFramework="4.5" />
6362
<httpHandlers>
6463
<!-- IIS6 mapping required for Mono -->
@@ -74,21 +73,21 @@
7473
<system.web.webPages.razor>
7574
<pages pageBaseType="ServiceStack.Razor.ViewPage">
7675
<namespaces>
77-
<add namespace="System" />
78-
<add namespace="ServiceStack" />
79-
<add namespace="ServiceStack.Html" />
80-
<add namespace="ServiceStack.Razor" />
81-
<add namespace="ServiceStack.Text" />
82-
<add namespace="ServiceStack.OrmLite" />
83-
<add namespace="BenchmarksAnalyzer" />
76+
77+
78+
79+
80+
81+
82+
8483
<add namespace="BenchmarksAnalyzer.ServiceModel" />
8584
<add namespace="BenchmarksAnalyzer.ServiceModel.Types" />
8685
<add namespace="BenchmarksAnalyzer.ServiceInterface" />
87-
</namespaces>
86+
<add namespace="System" /><add namespace="ServiceStack" /><add namespace="ServiceStack.Html" /><add namespace="ServiceStack.Razor" /><add namespace="ServiceStack.Text" /><add namespace="ServiceStack.OrmLite" /><add namespace="BenchmarksAnalyzer" /></namespaces>
8887
</pages>
8988

90-
<host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc" />
91-
</system.web.webPages.razor>
89+
90+
<host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc" /></system.web.webPages.razor>
9291

9392
<!-- log4net is a 3rd party (free) logger library that dotnetopenid will use if present but does not require. -->
9493
<log4net>
@@ -150,7 +149,7 @@
150149
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
151150
<dependentAssembly>
152151
<assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
153-
<bindingRedirect oldVersion="0.0.0.0-1.2.13.0" newVersion="1.2.13.0" />
152+
<bindingRedirect oldVersion="0.0.0.0-1.2.14.0" newVersion="1.2.14.0" />
154153
</dependentAssembly>
155154
<dependentAssembly>
156155
<assemblyIdentity name="Npgsql" publicKeyToken="5d8b90d52f46fda7" culture="neutral" />

0 commit comments

Comments
 (0)