From a6f55cd65b27baf8ba0b44f43c2169f59e3d4e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Matou=C5=A1ek?= Date: Thu, 19 May 2016 12:47:48 -0700 Subject: [PATCH] Use DSRN 1.4.0-rc (#11424) --- build/Targets/VSL.Versions.targets | 2 +- build/ToolsetPackages/project.json | 2 +- src/Compilers/CSharp/csc/project.json | 2 +- src/Compilers/VisualBasic/vbc/project.json | 2 +- src/Test/PdbUtilities/project.json | 2 +- src/Test/Utilities/Desktop/project.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/Targets/VSL.Versions.targets b/build/Targets/VSL.Versions.targets index 4316c66c186..635cf05f512 100644 --- a/build/Targets/VSL.Versions.targets +++ b/build/Targets/VSL.Versions.targets @@ -7,7 +7,7 @@ 1.2.0 1.1.37 1.0.7 - 1.3.3 + 1.4.0-rc 1.0.0 0.10.6-rc2 1.9.2 diff --git a/build/ToolsetPackages/project.json b/build/ToolsetPackages/project.json index 907d1d390f3..e9c42e8ed45 100644 --- a/build/ToolsetPackages/project.json +++ b/build/ToolsetPackages/project.json @@ -3,7 +3,7 @@ "Microsoft.NETCore.Platforms": "1.0.0", "Microsoft.CodeAnalysis.Test.Resources.Proprietary": "1.2.0-beta1-20160105-04", "Microsoft.Build.Mono.Debug": "14.1.0", - "Microsoft.DiaSymReader.Native": "1.3.3", + "Microsoft.DiaSymReader.Native": "1.4.0-rc", "Microsoft.Net.Compilers": "1.2.0-rc", "Microsoft.Net.RoslynDiagnostics": "1.1.1-beta1-20150818-01", "FakeSign": "0.9.2", diff --git a/src/Compilers/CSharp/csc/project.json b/src/Compilers/CSharp/csc/project.json index 5047b4e7f2f..72f91d3ce9a 100644 --- a/src/Compilers/CSharp/csc/project.json +++ b/src/Compilers/CSharp/csc/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.DiaSymReader.Native": "1.3.3" + "Microsoft.DiaSymReader.Native": "1.4.0-rc" }, "frameworks": { "net45": { } diff --git a/src/Compilers/VisualBasic/vbc/project.json b/src/Compilers/VisualBasic/vbc/project.json index 5047b4e7f2f..72f91d3ce9a 100644 --- a/src/Compilers/VisualBasic/vbc/project.json +++ b/src/Compilers/VisualBasic/vbc/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.DiaSymReader.Native": "1.3.3" + "Microsoft.DiaSymReader.Native": "1.4.0-rc" }, "frameworks": { "net45": { } diff --git a/src/Test/PdbUtilities/project.json b/src/Test/PdbUtilities/project.json index 6ca5022ac1d..f143df988f0 100644 --- a/src/Test/PdbUtilities/project.json +++ b/src/Test/PdbUtilities/project.json @@ -1,7 +1,7 @@ { "supports": {}, "dependencies": { - "Microsoft.DiaSymReader.Native": "1.3.3" + "Microsoft.DiaSymReader.Native": "1.4.0-rc" }, "frameworks": { ".NETPortable,Version=v4.5,Profile=Profile7": {} diff --git a/src/Test/Utilities/Desktop/project.json b/src/Test/Utilities/Desktop/project.json index 35c7f247426..16ef1fa73c4 100644 --- a/src/Test/Utilities/Desktop/project.json +++ b/src/Test/Utilities/Desktop/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary": "1.2.0-beta1-20160105-04", - "Microsoft.DiaSymReader.Native": "1.3.3", + "Microsoft.DiaSymReader.Native": "1.4.0-rc", }, "frameworks": { "net45": { } -- GitLab