Skip to content

Commit

Permalink
Remove portable targets (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Dec 8, 2014
1 parent 355d15b commit 5a35a5d
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 44 deletions.
8 changes: 0 additions & 8 deletions makefile.shade
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ k-standard-goals
{
using (var package = Package.Open(packagePath, FileMode.Open, FileAccess.ReadWrite))
{
CreatePartFromFile(
package,
@"src\EntityFramework.Commands\build\portable-net451+win81+wpa81\EntityFramework.Commands.targets",
@"build\portable-net451+win81+wpa81\EntityFramework.Commands.targets");
CreatePartFromFile(
package,
@"src\EntityFramework.Commands\lib\portable-net451+win81+wpa81\_._",
@"lib\portable-net451+win81+wpa81\_._");
CreatePartFromFile(
package,
@"src\EntityFramework.Commands\tools\EntityFramework.psd1",
Expand Down

This file was deleted.

Empty file.
5 changes: 0 additions & 5 deletions src/EntityFramework.Commands/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
"Microsoft.AspNet.Hosting": "1.0.0-*",
"Microsoft.Framework.CommandLineUtils": { "version": "1.0.0-*", "type": "build" }
}
},
".NETPortable,Version=v4.6,Profile=Profile151": {
"bin": {
"assembly": "lib\\portable-net451+win81+wpa81\\_._"
}
}
},
"commands": {
Expand Down
8 changes: 0 additions & 8 deletions src/EntityFramework.Core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@
"System.ObjectModel": "4.0.10-beta-*",
"System.Reflection.Extensions": "4.0.0-beta-*"
}
},
".NETPortable,Version=v4.6,Profile=Profile151": {
"frameworkAssemblies": {
"System.Diagnostics.Contracts": "",
"System.Linq.Queryable": "",
"System.ObjectModel": "",
"System.Reflection.Extensions": ""
}
}
}
}
3 changes: 1 addition & 2 deletions src/EntityFramework.InMemory/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"frameworks": {
"net45": { },
"aspnet50": { },
"aspnetcore50": { },
".NETPortable,Version=v4.6,Profile=Profile151": { }
"aspnetcore50": { }
}
}
6 changes: 0 additions & 6 deletions src/EntityFramework.Migrations/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
"dependencies": {
"Microsoft.CSharp": "4.0.0-beta-*"
}
},
".NETPortable,Version=v4.6,Profile=Profile151": {
"frameworkAssemblies": {
"Microsoft.CSharp": "",
"System.Dynamic.Runtime": ""
}
}
}
}
7 changes: 1 addition & 6 deletions src/EntityFramework.Relational/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
"frameworks": {
"net451": { },
"aspnet50": { },
"aspnetcore50": { },
".NETPortable,Version=v4.6,Profile=Profile151": {
"frameworkAssemblies": {
"System.Text.RegularExpressions": ""
}
}
"aspnetcore50": { }
}
}

0 comments on commit 5a35a5d

Please sign in to comment.