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.Diagnostics.Tools/src/project.json')
-rw-r--r--src/System.Diagnostics.Tools/src/project.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Diagnostics.Tools/src/project.json b/src/System.Diagnostics.Tools/src/project.json
index a7a394bbde..9a3b145141 100644
--- a/src/System.Diagnostics.Tools/src/project.json
+++ b/src/System.Diagnostics.Tools/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.1.0-beta-24431-03"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.1.0-beta-24502-03"
},
"imports": [
"dotnet5.4"
@@ -15,7 +15,7 @@
},
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24501-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24502-00"
}
}
}