This repository was archived by the owner on Dec 14, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +25
-4
lines changed
Microsoft.Framework.Caching.Abstractions
Microsoft.Framework.Caching.Memory Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 99 "frameworks" : {
1010 "net45" : { },
1111 "dnx451" : { },
12- "dotnet " : {
12+ "dnxcore50 " : {
1313 "dependencies" : {
1414 "System.Collections" : " 4.0.11-beta-*" ,
1515 "System.Threading" : " 4.0.11-beta-*" ,
1616 "System.Threading.Tasks" : " 4.0.11-beta-*"
1717 }
18+ },
19+ "dotnet" : {
20+ "dependencies" : {
21+ "System.Collections" : " 4.0.10" ,
22+ "System.Diagnostics.Debug" : " 4.0.10" ,
23+ "System.Resources.ResourceManager" : " 4.0.0" ,
24+ "System.Runtime" : " 4.0.20" ,
25+ "System.Threading.Tasks" : " 4.0.10"
26+ }
1827 }
1928 },
2029 "version" : " 1.0.0-*" ,
Original file line number Diff line number Diff line change 33
44using System ;
55using System . Collections . Generic ;
6- #if DOTNET
6+ #if DOTNET || DNXCORE50
77using System . Threading ;
88#else
99using System . Runtime . Remoting ;
@@ -14,7 +14,7 @@ namespace Microsoft.Framework.Caching.Memory
1414{
1515 internal static class EntryLinkHelpers
1616 {
17- #if DOTNET
17+ #if DOTNET || DNXCORE50
1818 private static readonly AsyncLocal < EntryLink > _contextLink = new AsyncLocal < EntryLink > ( ) ;
1919
2020 public static EntryLink ContextLink
Original file line number Diff line number Diff line change 1616 "frameworks" : {
1717 "net45" : { },
1818 "dnx451" : { },
19- "dotnet " : {
19+ "dnxcore50 " : {
2020 "dependencies" : {
2121 "System.Linq" : " 4.0.1-beta-*" ,
2222 "System.Threading" : " 4.0.11-beta-*"
2323 }
24+ },
25+ "dotnet" : {
26+ "dependencies" : {
27+ "System.Collections" : " 4.0.10" ,
28+ "System.Diagnostics.Debug" : " 4.0.10" ,
29+ "System.Linq" : " 4.0.0" ,
30+ "System.Resources.ResourceManager" : " 4.0.0" ,
31+ "System.Runtime" : " 4.0.20" ,
32+ "System.Runtime.Extensions" : " 4.0.10" ,
33+ "System.Threading" : " 4.0.10" ,
34+ "System.Threading.Tasks" : " 4.0.10"
35+ }
2436 }
2537 }
2638}
You can’t perform that action at this time.
0 commit comments