Skip to content

Commit 15edb46

Browse files
dotnet-maestro-botstephentoub
authored andcommitted
Update CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview1-26005-03, beta-26006-00, beta-26006-00, respectively (dotnet#25747)
1 parent 749194e commit 15edb46

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

dependencies.props

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<PropertyGroup>
1212
<CoreFxCurrentRef>a24613b58f0e4571ce9f5bde457f870ed04bcfbe</CoreFxCurrentRef>
1313
<CoreClrCurrentRef>e6f0f8de5f3a9a8ca40eaf8e0fa4cc02e00d2a3c</CoreClrCurrentRef>
14-
<CoreSetupCurrentRef>a24613b58f0e4571ce9f5bde457f870ed04bcfbe</CoreSetupCurrentRef>
14+
<CoreSetupCurrentRef>172eaaf685adf026a046f38a6446495d94dd9bc5</CoreSetupCurrentRef>
1515
<ExternalCurrentRef>96dc7805f5df4a70a55783964ce69dcd91bfca80</ExternalCurrentRef>
16-
<ProjectNTfsCurrentRef>76e82c5d8054bbb39ddb551407211df91fefdbd1</ProjectNTfsCurrentRef>
17-
<ProjectNTfsTestILCCurrentRef>76e82c5d8054bbb39ddb551407211df91fefdbd1</ProjectNTfsTestILCCurrentRef>
16+
<ProjectNTfsCurrentRef>172eaaf685adf026a046f38a6446495d94dd9bc5</ProjectNTfsCurrentRef>
17+
<ProjectNTfsTestILCCurrentRef>172eaaf685adf026a046f38a6446495d94dd9bc5</ProjectNTfsTestILCCurrentRef>
1818
<SniCurrentRef>8bd1ec5fac9f0eec34ff6b34b1d878b4359e02dd</SniCurrentRef>
1919
<StandardCurrentRef>6298244e25cf84d91e3cda9627315f2425274624</StandardCurrentRef>
2020
<BuildToolsCurrentRef>ee6b82e62028a90468bb3827a660ee946d990409</BuildToolsCurrentRef>
@@ -34,13 +34,13 @@
3434
<CoreFxExpectedPrerelease>preview1-26002-01</CoreFxExpectedPrerelease>
3535
<MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview1-26002-01</MicrosoftNETCorePlatformsPackageVersion>
3636
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview1-26005-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
37-
<ProjectNTfsExpectedPrerelease>beta-26005-00</ProjectNTfsExpectedPrerelease>
38-
<ProjectNTfsTestILCExpectedPrerelease>beta-26005-00</ProjectNTfsTestILCExpectedPrerelease>
39-
<ProjectNTfsTestILCPackageVersion>1.0.0-beta-26005-00</ProjectNTfsTestILCPackageVersion>
37+
<ProjectNTfsExpectedPrerelease>beta-26006-00</ProjectNTfsExpectedPrerelease>
38+
<ProjectNTfsTestILCExpectedPrerelease>beta-26006-00</ProjectNTfsTestILCExpectedPrerelease>
39+
<ProjectNTfsTestILCPackageVersion>1.0.0-beta-26006-00</ProjectNTfsTestILCPackageVersion>
4040
<MicrosoftNETCoreDotNetHostPackageVersion>2.0.1-servicing-25615-03</MicrosoftNETCoreDotNetHostPackageVersion>
4141
<MicrosoftNETCoreDotNetHostPolicyPackageVersion>2.0.1-servicing-25615-03</MicrosoftNETCoreDotNetHostPolicyPackageVersion>
42-
<MicrosoftNETCoreAppPackageVersion>2.1.0-preview1-26001-02</MicrosoftNETCoreAppPackageVersion>
43-
<MicrosoftDotNetPlatformAbstractionsPackageVersion>2.1.0-preview1-26001-02</MicrosoftDotNetPlatformAbstractionsPackageVersion>
42+
<MicrosoftNETCoreAppPackageVersion>2.1.0-preview1-26005-03</MicrosoftNETCoreAppPackageVersion>
43+
<MicrosoftDotNetPlatformAbstractionsPackageVersion>2.1.0-preview1-26005-03</MicrosoftDotNetPlatformAbstractionsPackageVersion>
4444

4545
<!-- CoreFX-built SNI identity package -->
4646
<RuntimeNativeSystemDataSqlClientSniPackageVersion>4.4.0</RuntimeNativeSystemDataSqlClientSniPackageVersion>

external/test-runtime/optional.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"net45": {
44
"dependencies": {
55
"Microsoft.DotNet.IBCMerge": "4.6.0-alpha-00001",
6-
"TestILC.amd64ret": "1.0.0-beta-26005-00",
7-
"TestILC.armret": "1.0.0-beta-26005-00",
8-
"TestILC.x86ret": "1.0.0-beta-26005-00"
6+
"TestILC.amd64ret": "1.0.0-beta-26006-00",
7+
"TestILC.armret": "1.0.0-beta-26006-00",
8+
"TestILC.x86ret": "1.0.0-beta-26006-00"
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)