diff --git a/eng/Versions.props b/eng/Versions.props index 255c600a28a12..5f7d822f0085e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -212,7 +212,7 @@ is expected by the NET SDK used in the Workspace.MSBuild UnitTests. In order to test against the same verion of NuGet as our configured SDK, we must set the version to be the same. --> - 6.3.0-preview.2.73 + 6.3.0-rc.104 $(NuGetCommonVersion) $(NuGetCommonVersion) $(NuGetCommonVersion) diff --git a/eng/targets/Imports.targets b/eng/targets/Imports.targets index 1f4ad40af1007..6d5cdf2df9bfd 100644 --- a/eng/targets/Imports.targets +++ b/eng/targets/Imports.targets @@ -358,6 +358,14 @@ AlwaysCreate="true" Condition="'@(ReferencesCopiedInThisBuild)' != ''"/> + + + + + + + diff --git a/global.json b/global.json index 826708b83db65..002746761c56c 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "7.0.100-preview.5.22307.18", + "version": "7.0.100-preview.6.22352.1", "allowPrerelease": true, "rollForward": "latestPatch" }, "tools": { - "dotnet": "7.0.100-preview.5.22307.18", + "dotnet": "7.0.100-preview.6.22352.1", "runtimes": { "dotnet": [ "3.1.0" diff --git a/src/Compilers/VisualBasic/Test/Semantic/Semantics/CompoundAssignment.vb b/src/Compilers/VisualBasic/Test/Semantic/Semantics/CompoundAssignment.vb index 5305cdaac38a4..3f17d65fda026 100644 --- a/src/Compilers/VisualBasic/Test/Semantic/Semantics/CompoundAssignment.vb +++ b/src/Compilers/VisualBasic/Test/Semantic/Semantics/CompoundAssignment.vb @@ -1094,7 +1094,7 @@ End Class ]]>) End Sub - + Public Sub Bug1021941_01() Dim compilationDef = @@ -1197,7 +1197,7 @@ Position set for item 'Bar' ]]>) End Sub - + Public Sub Bug1021941_02() Dim compilationDef = @@ -1300,7 +1300,7 @@ Position set for item 'Bar' ]]>) End Sub - + Public Sub Bug1021941_03() Dim compilationDef = @@ -1410,7 +1410,7 @@ Position set for item 'Bar' ]]>) End Sub - + Public Sub Bug1021941_04() Dim compilationDef = @@ -1535,7 +1535,7 @@ Position set for item 'Bar' ]]>) End Sub - + Public Sub Bug1021941_05() Dim compilationDef = @@ -1652,7 +1652,7 @@ Position set for item 'Bar' ]]>) End Sub - + Public Sub Bug1021941_06() Dim compilationDef = @@ -1759,7 +1759,7 @@ Position set for item 'Bar' ]]>) End Sub - + Public Sub Bug1021941_07() Dim compilationDef = @@ -1862,7 +1862,7 @@ Position set for item 'Bar' ]]>) End Sub - + Public Sub Bug1021941_08() Dim compilationDef = @@ -1965,7 +1965,7 @@ Position set for item 'Bar' ]]>) End Sub - + Public Sub Bug1021941_09() Dim compilationDef = @@ -2075,7 +2075,7 @@ Position set for item 'Bar' ]]>) End Sub - + Public Sub Bug1021941_10() Dim compilationDef = @@ -2200,7 +2200,7 @@ Position set for item 'Bar' ]]>) End Sub - + Public Sub Bug1021941_11() Dim compilationDef = @@ -2317,7 +2317,7 @@ Position set for item 'Bar' ]]>) End Sub - + Public Sub Bug1021941_12() Dim compilationDef =