diff --git a/build/Targets/Packages.props b/build/Targets/Packages.props index 638af15a836ae95a3d962f6d7e5f996a4f710df9..3350acfec27bf415634bf417ba3b4b2fae440214 100644 --- a/build/Targets/Packages.props +++ b/build/Targets/Packages.props @@ -47,7 +47,7 @@ 8.0.0.0-alpha 2.0.1 2.0.0-rc2-61102-09 - 1.2.0-beta2 + 2.0.0-beta1-61628-06 1.1.0 2.3.0-dev-56735-00 5.0.0 diff --git a/build/Targets/Settings.props b/build/Targets/Settings.props index f0933dfe67e3a32d9b7f161bbbd1457d0ce43d53..84a23b39d3a49afa1f378048ea744dda989f9ab9 100644 --- a/build/Targets/Settings.props +++ b/build/Targets/Settings.props @@ -14,7 +14,7 @@ $(RepoRoot)build\ToolsetPackages\ RoslynTools.Microsoft.VSIXExpInstaller 0.2.1-beta - 2.0.0-beta1-61628-06 + $(MicrosoftNetRoslynDiagnosticsVersion) $(NuGetPackageRoot)\Microsoft.Net.RoslynDiagnostics\$(RoslynDiagnosticsNugetPackageVersion)\build\Microsoft.Net.RoslynDiagnostics.props $(NuGetPackageRoot)\Roslyn.Build.Util\0.9.4-portable\lib\dotnet\Roslyn.MSBuild.Util.dll win7-x64 diff --git a/src/Compilers/Core/Portable/PublicAPI.Unshipped.txt b/src/Compilers/Core/Portable/PublicAPI.Unshipped.txt index 66f8f5b0dd93c34663a8e7604cbd53a767035f18..e4e61df95b69f26f54d9e93ff4cc2dcc0921ec54 100644 --- a/src/Compilers/Core/Portable/PublicAPI.Unshipped.txt +++ b/src/Compilers/Core/Portable/PublicAPI.Unshipped.txt @@ -452,7 +452,7 @@ Microsoft.CodeAnalysis.Semantics.INullCoalescingExpression.PrimaryOperand.get -> Microsoft.CodeAnalysis.Semantics.INullCoalescingExpression.SecondaryOperand.get -> Microsoft.CodeAnalysis.IOperation Microsoft.CodeAnalysis.Semantics.IObjectCreationExpression Microsoft.CodeAnalysis.Semantics.IObjectCreationExpression.Constructor.get -> Microsoft.CodeAnalysis.IMethodSymbol -Microsoft.CodeAnalysis.Semantics.IObjectCreationExpression.MemberInitializers.get -> System.Collections.Immutable.ImmutableArray +Microsoft.CodeAnalysis.Semantics.IObjectCreationExpression.Initializers.get -> System.Collections.Immutable.ImmutableArray Microsoft.CodeAnalysis.Semantics.IOmittedArgumentExpression Microsoft.CodeAnalysis.Semantics.IParameterInitializer Microsoft.CodeAnalysis.Semantics.IParameterInitializer.Parameter.get -> Microsoft.CodeAnalysis.IParameterSymbol