diff --git a/build/Targets/Dependencies.props b/build/Targets/Dependencies.props index b3fd4d60581e754dbd05b121a86a119135cbc76c..82abbd32de521bec504e27a96b1c7c5f7c18280c 100644 --- a/build/Targets/Dependencies.props +++ b/build/Targets/Dependencies.props @@ -8,7 +8,7 @@ 1.1.0-beta1-60625-03 - 1.4.0-rc2 + 1.4.0 1.2.0-beta1-60706-02 diff --git a/build/ToolsetPackages/project.json b/build/ToolsetPackages/project.json index 63e58a3be511948cb5b9dbd7fb4e1d8815a51749..787ca4acbec5e141ef95a78ef553905507299f86 100644 --- a/build/ToolsetPackages/project.json +++ b/build/ToolsetPackages/project.json @@ -3,7 +3,7 @@ "MicroBuild.Core": "0.2.0", "Microsoft.NETCore.Platforms": "1.0.1", "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 909f7e4a9d73eb936f89958395dfc0d706e0336d..008d1171ac8630cf3be1d3df58f81792bf51f06c 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": { "net46": { } diff --git a/src/Compilers/VisualBasic/vbc/project.json b/src/Compilers/VisualBasic/vbc/project.json index 909f7e4a9d73eb936f89958395dfc0d706e0336d..008d1171ac8630cf3be1d3df58f81792bf51f06c 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": { "net46": { } diff --git a/src/Test/PdbUtilities/project.json b/src/Test/PdbUtilities/project.json index 64b3507786b4a65ef72dd30399d54528aaa84ad1..23c82657e6913b3a5c2c27be117e9186abe40a4e 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 32f0480d9ad8f0f54e13fd286b815f8d1d85b20c..34761b0cc51e465e83b19d2bdb44d29f2df9784b 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": { "net46": { }