Skip to content

Commit

Permalink
Removed meta netstandard 1.6 in order to enumere all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Matos Silva committed Mar 6, 2017
1 parent ce561b7 commit 6679c75
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
4 changes: 0 additions & 4 deletions src/FlatMapper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand All @@ -18,6 +17,3 @@
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("0ab68e69-7e06-40e1-9679-4757d62170ac")]
8 changes: 6 additions & 2 deletions src/FlatMapper/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@
"frameworks": {
"netstandard1.1": {
"dependencies": {
"NETStandard.Library": "1.6.0"
"System.Linq": "4.3.0",
"System.Linq.Expressions": "4.3.0",
"System.Reflection.Emit.Lightweight": "4.3.0",
"System.Runtime.Extensions": "4.3.0"
}
},
"net45": {
}
},
"dependencies": {
"System.Reflection.Emit.Lightweight": "4.3.0"
}
}
7 changes: 3 additions & 4 deletions tests/FlatMapper.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,18 @@
"frameworks": {
"net452": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1"
"Microsoft.NETCore.Platforms": "1.1.0"
}
},
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
"version": "1.1.0"
}
},
"imports": [
"dnxcore50",
"portable-net45+win8"
"dnxcore50"
]
}
}
Expand Down

0 comments on commit 6679c75

Please sign in to comment.