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:
authordotnet-bot <dotnet-bot@microsoft.com>2016-11-28 12:28:50 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-11-28 12:28:50 +0300
commite46e6574d63633f157250c061bdb07d84963b75e (patch)
treecb0188ca95a307d50ef776010a3e3b24ce7f2afe /src/System.Diagnostics.Contracts
parent2753c96906914a1c2d627ea8e49978fbf6a9c73b (diff)
Update CoreClr, ProjectNTfs to beta-24728-02, beta-24728-00, respectively
Diffstat (limited to 'src/System.Diagnostics.Contracts')
-rw-r--r--src/System.Diagnostics.Contracts/src/project.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Diagnostics.Contracts/src/project.json b/src/System.Diagnostics.Contracts/src/project.json
index 41f04c00f4..978b08023c 100644
--- a/src/System.Diagnostics.Contracts/src/project.json
+++ b/src/System.Diagnostics.Contracts/src/project.json
@@ -2,12 +2,12 @@
"frameworks": {
"netstandard1.0": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24727-03"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24728-02"
}
},
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24725-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24728-00"
}
}
}