React to abstraction changes
This commit is contained in:
parent
606c97d9f8
commit
086f87a356
|
|
@ -5,9 +5,9 @@ using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using Microsoft.Extensions.CompilationAbstractions;
|
||||||
using Microsoft.Extensions.FileSystemGlobbing;
|
using Microsoft.Extensions.FileSystemGlobbing;
|
||||||
using Microsoft.Extensions.JsonParser.Sources;
|
using Microsoft.Extensions.JsonParser.Sources;
|
||||||
using Microsoft.Extensions.PlatformAbstractions;
|
|
||||||
|
|
||||||
namespace Microsoft.Dnx.Runtime
|
namespace Microsoft.Dnx.Runtime
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,7 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using Microsoft.Extensions.CompilationAbstractions;
|
||||||
using System.Runtime.Versioning;
|
|
||||||
using Microsoft.Extensions.PlatformAbstractions;
|
|
||||||
using NuGet;
|
using NuGet;
|
||||||
|
|
||||||
namespace Microsoft.Dnx.Runtime
|
namespace Microsoft.Dnx.Runtime
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using Microsoft.Extensions.CompilationAbstractions;
|
||||||
using Microsoft.Extensions.JsonParser.Sources;
|
using Microsoft.Extensions.JsonParser.Sources;
|
||||||
using Microsoft.Extensions.PlatformAbstractions;
|
|
||||||
using NuGet;
|
using NuGet;
|
||||||
|
|
||||||
namespace Microsoft.Dnx.Runtime
|
namespace Microsoft.Dnx.Runtime
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Microsoft.Dnx.Runtime;
|
using Microsoft.Dnx.Runtime;
|
||||||
|
using Microsoft.Extensions.CompilationAbstractions;
|
||||||
|
|
||||||
namespace Microsoft.Dnx.Watcher.Core
|
namespace Microsoft.Dnx.Watcher.Core
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Microsoft.Extensions.PlatformAbstractions;
|
using Microsoft.Extensions.CompilationAbstractions;
|
||||||
|
|
||||||
namespace Microsoft.Dnx.Watcher.Core
|
namespace Microsoft.Dnx.Watcher.Core
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*",
|
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*",
|
||||||
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-*",
|
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-*",
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
||||||
|
"Microsoft.Extensions.CompilationAbstractions": "1.0.0-*",
|
||||||
"Microsoft.Extensions.JsonParser.Sources": {
|
"Microsoft.Extensions.JsonParser.Sources": {
|
||||||
"type": "build",
|
"type": "build",
|
||||||
"version": "1.0.0-*"
|
"version": "1.0.0-*"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
using Microsoft.Extensions.CompilationAbstractions;
|
||||||
using Microsoft.Extensions.PlatformAbstractions;
|
using Microsoft.Extensions.PlatformAbstractions;
|
||||||
using Microsoft.Dnx.Runtime.Common.CommandLine;
|
using Microsoft.Dnx.Runtime.Common.CommandLine;
|
||||||
using Microsoft.Dnx.Watcher.Core;
|
using Microsoft.Dnx.Watcher.Core;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue