Skip to content

Commit

Permalink
Downgrading the runtime version to allow current test patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
markcowl committed Jun 14, 2016
1 parent e88446e commit f70c179
Show file tree
Hide file tree
Showing 18 changed files with 137 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
},

"frameworks": {
"net45": {
"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.1.0,4.0.0)"
}
},
"netstandard1.5": {
"imports": ["dnxcore50"],
Expand All @@ -41,11 +43,15 @@
"System.Collections": "4.0.11-rc2-24027",
"System.Linq": "4.1.0-rc2-24027",
"System.Runtime": "4.1.0-rc2-24027",
"System.Net.Http": "4.0.1-rc2-24027"
"System.Net.Http": "4.0.1-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
},
"netstandard1.1": {
"imports": ["dnxcore50"],
"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)",
"Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)"
},

"frameworks": {
"net45": {
"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.1.0,4.0.0)",
"Microsoft.Rest.ClientRuntime": "[2.1.0,3.0.0)"
}
},
"netstandard1.5": {
"imports": ["dnxcore50"],
Expand All @@ -35,14 +37,18 @@
"System.Diagnostics.Tools": "4.0.1-rc2-24027",
"System.Net.Http": "4.0.1-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027"
"System.Threading.Tasks": "4.0.11-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)",
"Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)"
}
},
"netstandard1.1": {
"imports": ["dnxcore50"],
"buildOptions": { "define": [ "PORTABLE" ] },
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)",
"Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
},

"frameworks": {
Expand All @@ -30,15 +28,19 @@
"System.Linq.Expressions": "",
"System.Runtime": "",
"System.Runtime.Serialization": "",
"System.Threading.Tasks": ""
"System.Threading.Tasks": "",
"Microsoft.Rest.ClientRuntime": "[2.1.0,3.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[3.1.0,4.0.0)"
}
},
"netstandard1.1": {
"buildOptions": { "define": [ "PORTABLE" ] },
"imports": ["dnxcore50", "portable-net45+win8"],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027"
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
},
"netstandard1.5": {
Expand Down Expand Up @@ -75,7 +77,9 @@
"System.Threading.Tasks": "4.0.11-rc2-24027",
"System.Xml.ReaderWriter": "4.0.11-rc2-24027",
"System.Xml.XDocument": "4.0.11-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027"
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@
"keyFile": "../../../../tools/MSSharedLibKey.snk"
},
"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
},

"frameworks": {
"net45": {
"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.1.0,4.0.0)"
}
},
"netstandard1.5": {
"imports": ["dnxcore50"],
Expand All @@ -32,13 +34,15 @@
"System.Diagnostics.Tools": "4.0.1-rc2-24027",
"System.Net.Http": "4.0.1-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027"
"System.Threading.Tasks": "4.0.11-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
},
"netstandard1.1": {
"imports": ["dnxcore50"],
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027"
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
},

"frameworks": {
"net45": {
"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.1.0,4.0.0)"
}
},
"netstandard1.5": {
"imports": ["dnxcore50"],
Expand All @@ -33,13 +35,15 @@
"System.Diagnostics.Tools": "4.0.1-rc2-24027",
"System.Net.Http": "4.0.1-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027"
"System.Threading.Tasks": "4.0.11-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
},
"netstandard1.1": {
"imports": ["dnxcore50"],
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027"
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
},

"frameworks": {
"net45": {
"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.1.0,4.0.0)"
}
},
"netstandard1.5": {
"imports": ["dnxcore50"],
Expand All @@ -34,14 +36,16 @@
"System.Diagnostics.Tools": "4.0.1-rc2-24027",
"System.Net.Http": "4.0.1-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027"
"System.Threading.Tasks": "4.0.11-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
},
"netstandard1.1": {
"imports": [ "dnxcore50" ],
"buildOptions": { "define": [ "PORTABLE" ] },
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027"
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
},

"frameworks": {
Expand All @@ -32,13 +31,17 @@
"System.Net.Http.WebRequest": "",
"System.Runtime.Serialization": "",
"System.Xml": ""
}
},
"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.1.0,4.0.0)"
}
},
"netstandard1.1": {
"buildOptions": { "define": [ "PORTABLE" ] },
"imports": ["dnxcore50", "portable-net45+win8"],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
"NETStandard.Library": "1.5.0-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
},
"netstandard1.5": {
Expand Down Expand Up @@ -74,7 +77,8 @@
"System.Threading": "4.0.11-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027",
"System.Xml.ReaderWriter": "4.0.11-rc2-24027",
"System.Xml.XDocument": "4.0.11-rc2-24027"
"System.Xml.XDocument": "4.0.11-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" },
},

"frameworks": {
"net45": {
"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.1.0,4.0.0)"
}
},
"netstandard1.5": {
"imports": ["dnxcore50"],
Expand All @@ -40,13 +43,15 @@
"System.Linq": "4.1.0-rc2-24027",
"System.Runtime": "4.1.0-rc2-24027",
"System.Net.Http": "4.0.1-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027"
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
},
"netstandard1.1": {
"imports": ["dnxcore50"],
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027"
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
},

"frameworks": {
"net45": {
"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.1.0,4.0.0)"
}
},
"netstandard1.5": {
"imports": ["dnxcore50"],
Expand All @@ -33,13 +35,15 @@
"System.Diagnostics.Tools": "4.0.1-rc2-24027",
"System.Net.Http": "4.0.1-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027"
"System.Threading.Tasks": "4.0.11-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
},
"netstandard1.1": {
"imports": ["dnxcore50"],
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027"
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
},

"frameworks": {
"net45": {
"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.1.0,4.0.0)"
}
},
"netstandard1.5": {
"imports": ["dnxcore50"],
Expand All @@ -40,11 +42,15 @@
"System.Collections": "4.0.11-rc2-24027",
"System.Linq": "4.1.0-rc2-24027",
"System.Runtime": "4.1.0-rc2-24027",
"System.Net.Http": "4.0.1-rc2-24027"
"System.Net.Http": "4.0.1-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
},
"netstandard1.1": {
"imports": ["dnxcore50"]
"imports": ["dnxcore50"],
"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
},

"frameworks": {
"net45": {
"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[3.1.0,4.0.0)"
}
},
"netstandard1.5": {
"imports": ["dnxcore50"],
Expand All @@ -33,13 +35,15 @@
"System.Diagnostics.Tools": "4.0.1-rc2-24027",
"System.Net.Http": "4.0.1-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027"
"System.Threading.Tasks": "4.0.11-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
},
"netstandard1.1": {
"imports": ["dnxcore50"],
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027"
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
}
}
}
Expand Down
Loading

0 comments on commit f70c179

Please sign in to comment.