Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2015-10-22 04:59:09 +0300
committerEric St. John <ericstj@microsoft.com>2015-10-22 04:59:09 +0300
commit3622cccc1b22fa1947a72d5126b59864e9d2fd0d (patch)
treeb85c8321d906de00c57a476905d043729aeba9bc /src/System.Runtime.WindowsRuntime/ref
parent2d6de874008b0ba74c877c5895847421f3adf1af (diff)
Update lock files that were missed in previous restore.
A change was made to DNX to no longer restore project.jsons that are in nested folders. This caused my batch update to miss a number of tests and reference assembly projects. This fixes the stale lock files, but restore is still broken. [tfs-changeset: 1540448]
Diffstat (limited to 'src/System.Runtime.WindowsRuntime/ref')
-rw-r--r--src/System.Runtime.WindowsRuntime/ref/4.0.0/project.lock.json102
1 files changed, 99 insertions, 3 deletions
diff --git a/src/System.Runtime.WindowsRuntime/ref/4.0.0/project.lock.json b/src/System.Runtime.WindowsRuntime/ref/4.0.0/project.lock.json
index 34ce1acf22..1c6e59a5a4 100644
--- a/src/System.Runtime.WindowsRuntime/ref/4.0.0/project.lock.json
+++ b/src/System.Runtime.WindowsRuntime/ref/4.0.0/project.lock.json
@@ -1,8 +1,104 @@
{
"locked": true,
- "version": 1,
+ "version": 2,
"targets": {
- ".NETPlatform,Version=v5.0": {
+ ".NETPlatform,Version=v5.1": {
+ "System.IO/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0",
+ "System.Text.Encoding": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.IO.dll": {}
+ }
+ },
+ "System.Runtime/4.0.0": {
+ "type": "package",
+ "compile": {
+ "ref/dotnet/System.Runtime.dll": {}
+ }
+ },
+ "System.Runtime.WindowsRuntime/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.IO": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Runtime.WindowsRuntime.dll": {}
+ }
+ },
+ "System.Text.Encoding/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Text.Encoding.dll": {}
+ }
+ },
+ "System.Threading.Tasks/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Threading.Tasks.dll": {}
+ }
+ }
+ },
+ ".NETPlatform,Version=v5.1/win7-x86": {
+ "System.IO/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0",
+ "System.Text.Encoding": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.IO.dll": {}
+ }
+ },
+ "System.Runtime/4.0.0": {
+ "type": "package",
+ "compile": {
+ "ref/dotnet/System.Runtime.dll": {}
+ }
+ },
+ "System.Runtime.WindowsRuntime/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.IO": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Runtime.WindowsRuntime.dll": {}
+ }
+ },
+ "System.Text.Encoding/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Text.Encoding.dll": {}
+ }
+ },
+ "System.Threading.Tasks/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Threading.Tasks.dll": {}
+ }
+ }
+ },
+ ".NETPlatform,Version=v5.1/win7-x64": {
"System.IO/4.0.0": {
"type": "package",
"dependencies": {
@@ -287,6 +383,6 @@
"": [
"System.Runtime.WindowsRuntime >= 4.0.0"
],
- ".NETPlatform,Version=v5.0": []
+ ".NETPlatform,Version=v5.1": []
}
} \ No newline at end of file