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.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json')
-rw-r--r--src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json b/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json
index 523535e912..7c046a0a49 100644
--- a/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json
+++ b/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json
@@ -1,10 +1,10 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24424-01",
- "System.Runtime": "4.2.0-beta-devapi-24424-01",
- "System.Runtime.Extensions": "4.2.0-beta-devapi-24424-01",
- "System.Reflection": "4.1.1-beta-devapi-24424-01",
- "System.Threading.Thread": "4.0.1-beta-devapi-24424-01"
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24502-02",
+ "System.Runtime": "4.3.0-beta-devapi-24502-02",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24502-02",
+ "System.Reflection": "4.3.0-beta-devapi-24502-02",
+ "System.Threading.Thread": "4.3.0-beta-devapi-24502-02"
},
"frameworks": {
"netstandard1.3": {}