File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2424 </ItemGroup >
2525
2626 <ItemGroup >
27- <PackageReference Include =" Microsoft.AspNetCore" Version =" 2.0.1 " />
28- <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.3 " />
29- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Core" Version =" 2.0.1 " />
30- <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.0.1 " />
31- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.0.0 " />
32- <PackageReference Include =" Microsoft.Extensions.Configuration.FileExtensions" Version =" 2.0.0 " />
33- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 2.0.0 " />
27+ <PackageReference Include =" Microsoft.AspNetCore" Version =" 2.0.4 " />
28+ <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.9 " />
29+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Core" Version =" 2.0.4 " />
30+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.0.4 " />
31+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.0.2 " />
32+ <PackageReference Include =" Microsoft.Extensions.Configuration.FileExtensions" Version =" 2.0.2 " />
33+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 2.0.2 " />
3434 <PackageReference Include =" NLog" Version =" 4.5.0" />
3535 <PackageReference Include =" NLog.Extensions.Logging" Version =" 1.0.0-rtm-rc4" />
3636 <PackageReference Include =" Serilog" Version =" 2.4.0" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
3-
43 <!--
54 Configure your application settings in appsettings.json. Learn more at http://go.microsoft.com/fwlink/?LinkId=786380
65 -->
7-
86 <system .webServer>
97 <handlers >
10- <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModule" resourceType =" Unspecified" />
8+ <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModule" resourceType =" Unspecified" />
119 </handlers >
12- <aspNetCore processPath =" %LAUNCHER_PATH%" arguments =" %LAUNCHER_ARGS%" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" forwardWindowsAuthToken =" false" />
10+ <aspNetCore processPath =" %LAUNCHER_PATH%" arguments =" %LAUNCHER_ARGS%" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" forwardWindowsAuthToken =" false" >
11+ <environmentVariables />
12+ </aspNetCore >
1313 </system .webServer>
14- </configuration >
14+ </configuration >
Original file line number Diff line number Diff line change 1- using System . Runtime . Serialization ;
1+ using System . Runtime . Serialization ;
22using System ;
33using System . Collections . Generic ;
44using System . Collections . Specialized ;
@@ -99,7 +99,7 @@ private void Load(HttpContext context)
9999 return ;
100100
101101 HttpRequest request = context . Request ;
102-
102+
103103 try
104104 {
105105 HttpMethod = request . RequestType ;
You can’t perform that action at this time.
0 commit comments