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>2017-04-06 16:17:52 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-04-06 16:17:52 +0300
commit02b484b8b24bb4712057687794c83b912fd71c2e (patch)
treef0410703a479ed3e3a8de5652c0c4b2a1159b47d
parentf6fef8c438c76e08f85c8044449344854f2d60d6 (diff)
Update ProjectNTfs, ProjectNTfsTestILC, Standard to beta-25206-00, beta-25206-00, preview1-25206-01, respectively
-rw-r--r--dependencies.props14
-rw-r--r--external/netstandard/netstandard1.x/project.json.template2
-rw-r--r--external/netstandard/project.json.template2
-rw-r--r--external/runtime/NETNative/project.json.template2
-rw-r--r--external/test-runtime/optional.json2
5 files changed, 11 insertions, 11 deletions
diff --git a/dependencies.props b/dependencies.props
index 5ac72dc910..5298e7b946 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -12,10 +12,10 @@
<CoreFxCurrentRef>1871226e8e8a97d4be0f8ef9bcd4cf0dcb0dc740</CoreFxCurrentRef>
<CoreClrCurrentRef>c5d9786c02deba689dbb8134742b210db62381b8</CoreClrCurrentRef>
<ExternalCurrentRef>3b8a99621d89ad9877f053ba8af25e0f25dcd9d8</ExternalCurrentRef>
- <ProjectNTfsCurrentRef>1871226e8e8a97d4be0f8ef9bcd4cf0dcb0dc740</ProjectNTfsCurrentRef>
- <ProjectNTfsTestILCCurrentRef>1871226e8e8a97d4be0f8ef9bcd4cf0dcb0dc740</ProjectNTfsTestILCCurrentRef>
+ <ProjectNTfsCurrentRef>9a927087508a6abdfa41bfe040ad9fb4cc4ac792</ProjectNTfsCurrentRef>
+ <ProjectNTfsTestILCCurrentRef>9a927087508a6abdfa41bfe040ad9fb4cc4ac792</ProjectNTfsTestILCCurrentRef>
<SniCurrentRef>05650e53f2aa4497f74cd6e9b053d3f69f64b0bd</SniCurrentRef>
- <StandardCurrentRef>b579be557785d3328dc8d8f06cda5249d96eb7e4</StandardCurrentRef>
+ <StandardCurrentRef>9a927087508a6abdfa41bfe040ad9fb4cc4ac792</StandardCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
@@ -23,10 +23,10 @@
<CoreFxExpectedPrerelease>preview1-25205-01</CoreFxExpectedPrerelease>
<CoreClrExpectedPrerelease>preview1-25206-02</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>beta-25016-01</ExternalExpectedPrerelease>
- <ProjectNTfsExpectedPrerelease>beta-25205-00</ProjectNTfsExpectedPrerelease>
- <ProjectNTfsTestILCExpectedPrerelease>beta-25205-00</ProjectNTfsTestILCExpectedPrerelease>
- <ProjectNTfsTestILCPackageVersion>1.0.0-beta-25205-00</ProjectNTfsTestILCPackageVersion>
- <NETStandardPackageVersion>2.0.0-preview1-25205-01</NETStandardPackageVersion>
+ <ProjectNTfsExpectedPrerelease>beta-25206-00</ProjectNTfsExpectedPrerelease>
+ <ProjectNTfsTestILCExpectedPrerelease>beta-25206-00</ProjectNTfsTestILCExpectedPrerelease>
+ <ProjectNTfsTestILCPackageVersion>1.0.0-beta-25206-00</ProjectNTfsTestILCPackageVersion>
+ <NETStandardPackageVersion>2.0.0-preview1-25206-01</NETStandardPackageVersion>
<NETStandardPackageId>NETStandard.Library</NETStandardPackageId>
<!-- Use the SNI runtime package -->
<SniPackageVersion>4.4.0-beta-25007-02</SniPackageVersion>
diff --git a/external/netstandard/netstandard1.x/project.json.template b/external/netstandard/netstandard1.x/project.json.template
index b12d14dd14..85b36fd58c 100644
--- a/external/netstandard/netstandard1.x/project.json.template
+++ b/external/netstandard/netstandard1.x/project.json.template
@@ -2,7 +2,7 @@
"frameworks": {
"{TFM}": {
"dependencies": {
- "NETStandard.Library": "2.0.0-preview1-25205-01",
+ "NETStandard.Library": "2.0.0-preview1-25206-01",
"System.Diagnostics.Contracts": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Dynamic.Runtime": "4.3.0",
diff --git a/external/netstandard/project.json.template b/external/netstandard/project.json.template
index 0c93f43502..6effa53707 100644
--- a/external/netstandard/project.json.template
+++ b/external/netstandard/project.json.template
@@ -2,7 +2,7 @@
"frameworks": {
"{TFM}": {
"dependencies": {
- "NETStandard.Library": "2.0.0-preview1-25205-01"
+ "NETStandard.Library": "2.0.0-preview1-25206-01"
}
}
}
diff --git a/external/runtime/NETNative/project.json.template b/external/runtime/NETNative/project.json.template
index 7c0e72d946..0eebc7e5a8 100644
--- a/external/runtime/NETNative/project.json.template
+++ b/external/runtime/NETNative/project.json.template
@@ -2,7 +2,7 @@
"frameworks": {
"{TFM}": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-25205-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-25206-00"
}
}
},
diff --git a/external/test-runtime/optional.json b/external/test-runtime/optional.json
index 0b80022828..9352803e1d 100644
--- a/external/test-runtime/optional.json
+++ b/external/test-runtime/optional.json
@@ -4,7 +4,7 @@
"dependencies": {
"Microsoft.DotNet.IBCMerge": "4.6.0-alpha-00001",
"Microsoft.DotNet.UAP.TestTools": "1.0.2",
- "TestILCNugetPackageForCoreFX": "1.0.0-beta-25205-00"
+ "TestILCNugetPackageForCoreFX": "1.0.0-beta-25206-00"
}
}
}