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:
Diffstat (limited to 'src/System.Threading.Tasks.Parallel/ref/project.lock.json')
-rw-r--r--src/System.Threading.Tasks.Parallel/ref/project.lock.json60
1 files changed, 57 insertions, 3 deletions
diff --git a/src/System.Threading.Tasks.Parallel/ref/project.lock.json b/src/System.Threading.Tasks.Parallel/ref/project.lock.json
index 04ca4ea7ac..c5c4f7957a 100644
--- a/src/System.Threading.Tasks.Parallel/ref/project.lock.json
+++ b/src/System.Threading.Tasks.Parallel/ref/project.lock.json
@@ -1,8 +1,62 @@
{
"locked": true,
- "version": 1,
+ "version": 2,
"targets": {
- ".NETPlatform,Version=v5.0": {
+ ".NETPlatform,Version=v5.2": {
+ "System.Collections.Concurrent/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Collections.Concurrent.dll": {}
+ }
+ },
+ "System.Runtime/4.0.0": {
+ "type": "package",
+ "compile": {
+ "ref/dotnet/System.Runtime.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.2/win7-x86": {
+ "System.Collections.Concurrent/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Collections.Concurrent.dll": {}
+ }
+ },
+ "System.Runtime/4.0.0": {
+ "type": "package",
+ "compile": {
+ "ref/dotnet/System.Runtime.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.2/win7-x64": {
"System.Collections.Concurrent/4.0.0": {
"type": "package",
"dependencies": {
@@ -180,6 +234,6 @@
"System.Collections.Concurrent >= 4.0.0",
"System.Threading.Tasks >= 4.0.0"
],
- ".NETPlatform,Version=v5.0": []
+ ".NETPlatform,Version=v5.2": []
}
} \ No newline at end of file