Skip to content

Commit

Permalink
Remove Microsoft.DotNet.ProjectModel dependency
Browse files Browse the repository at this point in the history
Removed unneeded dependency on Microsoft.DotNet.ProjectModel.
  • Loading branch information
lstratman committed Jul 5, 2016
1 parent 8bcc239 commit dd3b2dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/double/Edge.js/dotnetcore/coreclrembedding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
using System.Threading.Tasks;
using System.IO;
using System.Diagnostics;
using Microsoft.DotNet.ProjectModel;
using Microsoft.DotNet.ProjectModel.Compilation;
using Microsoft.DotNet.ProjectModel.Graph;
using Microsoft.Extensions.DependencyModel;
using NuGet.Frameworks;
using DotNetRuntimeEnvironment = Microsoft.DotNet.InternalAbstractions.RuntimeEnvironment;
using Semver;

Expand Down Expand Up @@ -145,7 +141,6 @@ private class EdgeAssemblyLoadContext : AssemblyLoadContext
private readonly Dictionary<string, string> _libraries = new Dictionary<string, string>();
private readonly Dictionary<string, string> _nativeLibraries = new Dictionary<string, string>();
private readonly string _packagesPath;
private static NuGetFramework _targetFramework = new NuGetFramework(".NETStandard,Version=v1.6");

public EdgeAssemblyLoadContext(string bootstrapAssemblies)
{
Expand Down
5 changes: 0 additions & 5 deletions src/double/Edge.js/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
},

"netstandard1.6": {
"imports": [
"portable-dnxcore50+net45+win8+wp8+wpa81"
],

"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Console": "4.0.0",
Expand All @@ -31,7 +27,6 @@
"System.Xml.ReaderWriter": "4.0.11",
"System.Private.Uri": "4.0.1",
"System.Collections.Specialized": "4.0.1",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121",
"Microsoft.Extensions.DependencyModel": "1.0.0",
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
"System.AppContext": "4.1.0"
Expand Down

0 comments on commit dd3b2dc

Please sign in to comment.