diff --git a/build/Targets/VSL.Versions.targets b/build/Targets/VSL.Versions.targets index e40a32242a3db..3f162da156b07 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.4.0-rc2 + 1.4.0 1.0.0 0.10.6-rc2 1.9.2 diff --git a/build/ToolsetPackages/project.json b/build/ToolsetPackages/project.json index 92d27426c00dd..9685c3ea3a2ed 100644 --- a/build/ToolsetPackages/project.json +++ b/build/ToolsetPackages/project.json @@ -2,7 +2,7 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.0.0", "Microsoft.CodeAnalysis.Test.Resources.Proprietary": "1.2.0-beta1-20160105-04", - "Microsoft.DiaSymReader.Native": "1.4.0-rc2", + "Microsoft.DiaSymReader.Native": "1.4.0", "Microsoft.Net.Compilers": "1.2.1", "Microsoft.Net.RoslynDiagnostics": "1.2.0-beta2", "FakeSign": "0.9.2", diff --git a/src/Compilers/CSharp/csc/project.json b/src/Compilers/CSharp/csc/project.json index 0ff5074565d35..42a3d481543f0 100644 --- a/src/Compilers/CSharp/csc/project.json +++ b/src/Compilers/CSharp/csc/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.DiaSymReader.Native": "1.4.0-rc2" + "Microsoft.DiaSymReader.Native": "1.4.0" }, "frameworks": { "net45": { } diff --git a/src/Compilers/VisualBasic/vbc/project.json b/src/Compilers/VisualBasic/vbc/project.json index 0ff5074565d35..42a3d481543f0 100644 --- a/src/Compilers/VisualBasic/vbc/project.json +++ b/src/Compilers/VisualBasic/vbc/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.DiaSymReader.Native": "1.4.0-rc2" + "Microsoft.DiaSymReader.Native": "1.4.0" }, "frameworks": { "net45": { } diff --git a/src/Test/PdbUtilities/project.json b/src/Test/PdbUtilities/project.json index 64b3507786b4a..23c82657e6913 100644 --- a/src/Test/PdbUtilities/project.json +++ b/src/Test/PdbUtilities/project.json @@ -1,7 +1,7 @@ { "supports": {}, "dependencies": { - "Microsoft.DiaSymReader.Native": "1.4.0-rc2" + "Microsoft.DiaSymReader.Native": "1.4.0" }, "frameworks": { ".NETPortable,Version=v4.5,Profile=Profile7": {} diff --git a/src/Test/Utilities/Desktop/project.json b/src/Test/Utilities/Desktop/project.json index 7ac8d3c5e5da8..d4a07bc7d064d 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.4.0-rc2" + "Microsoft.DiaSymReader.Native": "1.4.0" }, "frameworks": { "net45": { }