From cf7d2b4c40328df15f4aef9eefc0796211f5e37e Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Tue, 27 Jun 2017 22:22:46 -0700 Subject: [PATCH] Pin Roslyn compiler version (#597) --- NuGet.config | 1 + build/common.props | 1 + build/compiler.props | 5 +++++ build/dependencies.props | 1 + build/samples.props | 4 ++++ samples/ChatSample/ChatSample.csproj | 2 +- samples/ClientSample/ClientSample.csproj | 2 +- samples/SocialWeather/SocialWeather.csproj | 2 +- samples/SocketsSample/SocketsSample.csproj | 2 +- samples/WebSocketSample/WebSocketSample.csproj | 2 +- 10 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 build/compiler.props create mode 100644 build/samples.props diff --git a/NuGet.config b/NuGet.config index 4e8a1f6de1..dc0031dc2e 100644 --- a/NuGet.config +++ b/NuGet.config @@ -3,6 +3,7 @@ + diff --git a/build/common.props b/build/common.props index 1e01eabf22..d8488613e8 100644 --- a/build/common.props +++ b/build/common.props @@ -1,5 +1,6 @@ + diff --git a/build/compiler.props b/build/compiler.props new file mode 100644 index 0000000000..4c80d1bd1d --- /dev/null +++ b/build/compiler.props @@ -0,0 +1,5 @@ + + + + + diff --git a/build/dependencies.props b/build/dependencies.props index 2f1d5fba05..f148a8a133 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -15,6 +15,7 @@ 15.3.0-* 2.3.0-beta2-* 3.1.1 + 2.6.0-rdonly-ref-61826-08 0.9.0-beta2