FIXME SR is private
This commit is contained in:
parent
8929cc9bfa
commit
123283f277
576 changed files with 75350 additions and 13070 deletions
|
|
@ -1,10 +1,5 @@
|
|||
using System;
|
||||
using System.IO;
|
||||
using Microsoft.AspNet.Builder;
|
||||
using Microsoft.AspNet.Hosting;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
|
||||
namespace Yavsc
|
||||
{
|
||||
|
|
@ -14,7 +9,7 @@ namespace Yavsc
|
|||
public partial class Startup
|
||||
{
|
||||
|
||||
public void CheckApp(IHostingEnvironment env,
|
||||
public void CheckApp(Microsoft.AspNetCore.Hosting.IHostingEnvironment env,
|
||||
ILoggerFactory loggerFactory)
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue