From d1a77fe17ba85cd45a105e2890c182695a5a213f Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Sat, 24 Sep 2022 01:11:18 +0000 Subject: [PATCH] Pin Microsoft.CodeAnalysis.Common to SBRP version --- src/SourceBuild/tarball/content/Directory.Build.props | 5 +++++ src/SourceBuild/tarball/content/repos/roslyn.proj | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/SourceBuild/tarball/content/Directory.Build.props b/src/SourceBuild/tarball/content/Directory.Build.props index 61cc6ff67..01fbc334e 100644 --- a/src/SourceBuild/tarball/content/Directory.Build.props +++ b/src/SourceBuild/tarball/content/Directory.Build.props @@ -211,6 +211,11 @@ 30000001-1 + + + 4.0.1 + + diff --git a/src/SourceBuild/tarball/content/repos/roslyn.proj b/src/SourceBuild/tarball/content/repos/roslyn.proj index 51efdd92e..878c9c70e 100644 --- a/src/SourceBuild/tarball/content/repos/roslyn.proj +++ b/src/SourceBuild/tarball/content/repos/roslyn.proj @@ -28,10 +28,10 @@ repository. This must be lower than MicrosoftNetCompilersToolsetVersion, but not higher than our minimum dogfoodable Visual Studio version, or else the generators we build would load on the command line but not load in IDEs. - In source-build these don't need to be pinned and can use the source-built versions since it doesn't - need to support VS. + + In source-build we use ref-only package from SBRP. --> - +