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:
-rw-r--r--dependencies.props8
-rw-r--r--external/netstandard/netstandard1.x/project.json.template2
-rw-r--r--external/netstandard/project.json.template2
3 files changed, 6 insertions, 6 deletions
diff --git a/dependencies.props b/dependencies.props
index d40f6b0fff..5c449e485f 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -21,8 +21,8 @@
<CoreClrCurrentRef>d7b3774e789985c90bbdba7cbfd8de421e2ec4fc</CoreClrCurrentRef>
<ExternalCurrentRef>6ebb1923d44306ebc37fe819f95f54e547a38c46</ExternalCurrentRef>
<ProjectNTfsCurrentRef>d7b3774e789985c90bbdba7cbfd8de421e2ec4fc</ProjectNTfsCurrentRef>
- <SniCurrentRef>d7b3774e789985c90bbdba7cbfd8de421e2ec4fc</SniCurrentRef>
- <StandardCurrentRef>d7b3774e789985c90bbdba7cbfd8de421e2ec4fc</StandardCurrentRef>
+ <SniCurrentRef>05650e53f2aa4497f74cd6e9b053d3f69f64b0bd</SniCurrentRef>
+ <StandardCurrentRef>05650e53f2aa4497f74cd6e9b053d3f69f64b0bd</StandardCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
@@ -31,10 +31,10 @@
<CoreClrExpectedPrerelease>beta-25007-01</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>beta-25005-00</ExternalExpectedPrerelease>
<ProjectNTfsExpectedPrerelease>beta-25007-00</ProjectNTfsExpectedPrerelease>
- <NETStandardPackageVersion>2.0.0-beta-25006-01</NETStandardPackageVersion>
+ <NETStandardPackageVersion>2.0.0-beta-25008-01</NETStandardPackageVersion>
<NETStandardPackageId>NETStandard.Library</NETStandardPackageId>
<!-- Use the SNI runtime package -->
- <SniPackageVersion>4.4.0-beta-25007-01</SniPackageVersion>
+ <SniPackageVersion>4.4.0-beta-25007-02</SniPackageVersion>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->
diff --git a/external/netstandard/netstandard1.x/project.json.template b/external/netstandard/netstandard1.x/project.json.template
index 08b678e4b4..c714c43fc3 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-beta-25006-01",
+ "NETStandard.Library": "2.0.0-beta-25008-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 281c6c6e7f..80f87c8e53 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-beta-25006-01"
+ "NETStandard.Library": "2.0.0-beta-25008-01"
}
}
}