File tree 6 files changed +59
-11
lines changed
Microsoft.AspNet.Abstractions
Microsoft.AspNet.FeatureModel
Microsoft.AspNet.HttpFeature
Microsoft.AspNet.PipelineCore 6 files changed +59
-11
lines changed Original file line number Diff line number Diff line change 2
2
"version" : " 0.1-alpha-*" ,
3
3
"dependencies" : {},
4
4
"configurations" : {
5
- "net45" : { },
6
- "k10" : { }
5
+ "net45" : {},
6
+ "k10" : {
7
+ "dependencies" : {
8
+ "System.ComponentModel" : " 4.0.0.0" ,
9
+ "System.Diagnostics.Tools" : " 4.0.0.0" ,
10
+ "System.IO" : " 4.0.0.0" ,
11
+ "System.Linq" : " 4.0.0.0" ,
12
+ "System.Runtime" : " 4.0.20.0" ,
13
+ "System.Runtime.Extensions" : " 4.0.10.0" ,
14
+ "System.Runtime.InteropServices" : " 4.0.10.0" ,
15
+ "System.Threading.Tasks" : " 4.0.0.0"
16
+ }
17
+ }
7
18
}
8
19
}
Original file line number Diff line number Diff line change 2
2
using System . Collections . Generic ;
3
3
using System . Linq ;
4
4
using System . Reflection ;
5
+ #if NET45
5
6
using System . Reflection . Emit ;
7
+ #endif
6
8
using System . Runtime . CompilerServices ;
7
9
8
10
namespace Microsoft . AspNet . FeatureModel . Implementation
Original file line number Diff line number Diff line change 2
2
"version" : " 0.1-alpha-*" ,
3
3
"dependencies" : {},
4
4
"configurations" : {
5
- "net45" : { },
6
- "k10" : { }
5
+ "net45" : {},
6
+ "k10" : {
7
+ "dependencies" : {
8
+ "System.Collections" : " 4.0.0.0" ,
9
+ "System.Linq" : " 4.0.0.0" ,
10
+ "System.Reflection" : " 4.0.10.0" ,
11
+ "System.Reflection.Compatibility" : " 4.0.0.0" ,
12
+ "System.Runtime" : " 4.0.20.0" ,
13
+ "System.Runtime.InteropServices" : " 4.0.10.0" ,
14
+ "System.Threading" : " 4.0.0.0"
15
+ }
16
+ }
7
17
}
8
18
}
Original file line number Diff line number Diff line change
1
+ #if NET45
1
2
using System . Net ;
3
+ #endif
2
4
3
5
namespace Microsoft . AspNet . HttpFeature
4
6
{
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 0.1-alpha-*" ,
3
3
"configurations" : {
4
- "net45" : { },
5
- "k10" : { }
4
+ "net45" : {},
5
+ "k10" : {
6
+ "dependencies" : {
7
+ "System.IO" : " 4.0.0.0" ,
8
+ "System.Runtime" : " 4.0.20.0" ,
9
+ "System.Runtime.InteropServices" : " 4.0.10.0" ,
10
+ "System.Security.Principal" : " 4.0.0.0" ,
11
+ "System.Threading.Tasks" : " 4.0.0.0"
12
+ }
13
+ }
6
14
}
7
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 0.1-alpha-*" ,
3
3
"dependencies" : {
4
- "Microsoft.AspNet.FeatureModel" : " " ,
5
- "Microsoft.AspNet.Abstractions" : " " ,
6
- "Microsoft.AspNet.HttpFeature" : " "
4
+ "Microsoft.AspNet.FeatureModel" : " " ,
5
+ "Microsoft.AspNet.Abstractions" : " " ,
6
+ "Microsoft.AspNet.HttpFeature" : " "
7
7
},
8
8
"configurations" : {
9
- "net45" : { },
10
- "k10" : { }
9
+ "net45" : {},
10
+ "k10" : {
11
+ "dependencies" : {
12
+ "System.Collections" : " 4.0.0.0" ,
13
+ "System.ComponentModel" : " 4.0.0.0" ,
14
+ "System.Diagnostics.Debug" : " 4.0.10.0" ,
15
+ "System.Diagnostics.Tools" : " 4.0.0.0" ,
16
+ "System.Globalization" : " 4.0.10.0" ,
17
+ "System.IO" : " 4.0.0.0" ,
18
+ "System.Linq" : " 4.0.0.0" ,
19
+ "System.Runtime" : " 4.0.20.0" ,
20
+ "System.Runtime.Extensions" : " 4.0.10.0" ,
21
+ "System.Runtime.InteropServices" : " 4.0.10.0" ,
22
+ "System.Text.Encoding" : " 4.0.10.0" ,
23
+ "System.Threading.Tasks" : " 4.0.0.0"
24
+ }
25
+ }
11
26
}
12
27
}
You can’t perform that action at this time.
0 commit comments