From 40c5659ce2c2d07ca8b8785e01c196108ce40bbb Mon Sep 17 00:00:00 2001 From: Adam Yoblick Date: Fri, 21 Dec 2018 16:24:58 -0600 Subject: [PATCH] Enable dependency flow in to coresdk --- eng/Version.Details.xml | 18 ++++++++++++++++++ eng/Versions.props | 12 ++---------- global.json | 2 +- 3 files changed, 21 insertions(+), 11 deletions(-) create mode 100644 eng/Version.Details.xml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml new file mode 100644 index 000000000..39968080b --- /dev/null +++ b/eng/Version.Details.xml @@ -0,0 +1,18 @@ + + + + + + https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Trusted + + + + + + + diff --git a/eng/Versions.props b/eng/Versions.props index 8ec26d651..361796828 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,12 +3,10 @@ 3.0.100-preview-009734 - 3.0.0-preview.18572.1 - 3.0.0-preview-18579-0056 @@ -18,12 +16,10 @@ $(MicrosoftAspNetCoreAppPackageVersion) $(MicrosoftAspNetCoreAppPackageVersion) - 3.0.0-preview-27205-02 $(MicrosoftNETCoreAppPackageVersion) - 1.0.2-beta4-20181001-2078020 $(MicrosoftDotNetCommonItemTemplatesPackageVersion) @@ -31,18 +27,16 @@ 0.2.0 1.5.1 - 2.0.1-servicing-26011-01 - $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppPackageVersion) - 3.0.0-alpha-27128-4 + 3.0.0-alpha-27128-4 + $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopPackageVersion) $(MicrosoftWindowsDesktopPackageVersion) - 2.1.0-prerelease-02430-04 @@ -50,7 +44,6 @@ 2.0.0 15.8.0 - $(RestoreSources); @@ -60,5 +53,4 @@ https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json; - diff --git a/global.json b/global.json index ba936cbca..e424ba335 100644 --- a/global.json +++ b/global.json @@ -5,4 +5,4 @@ "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18577.9" } -} \ No newline at end of file +}