Skip to content

Commit 72ccf7f

Browse files
authored
Updating SDK and compiler versions to RC1 (#10724)
* Updating SDK and compiler versions to RC1 * Updating the SDK version
1 parent eb46b06 commit 72ccf7f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<MicrosoftExtensionsFileSystemGlobbingVersion>2.0.0</MicrosoftExtensionsFileSystemGlobbingVersion>
4141
<MicrosoftExtensionsLoggingConsoleVersion>2.1.1</MicrosoftExtensionsLoggingConsoleVersion>
4242
<MicrosoftNETCorePlatformsVersion>2.1.0</MicrosoftNETCorePlatformsVersion>
43-
<MicrosoftNetCompilersToolsetVersion>4.3.0-3.22415.1</MicrosoftNetCompilersToolsetVersion>
43+
<MicrosoftNetCompilersToolsetVersion>4.4.0-2.22423.18</MicrosoftNetCompilersToolsetVersion>
4444
<MicrosoftNetTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNetTestSdkVersion>
4545
<MicrosoftNETILLinkTasksVersion>6.0.100-1.22103.2</MicrosoftNETILLinkTasksVersion>
4646
<MicrosoftSignedWixVersion>1.0.0-v3.14.0.5722</MicrosoftSignedWixVersion>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "7.0.100-preview.7.22377.5"
3+
"dotnet": "7.0.100-rc.1.22431.11"
44
},
55
"msbuild-sdks": {
66
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22426.8",

src/Microsoft.Cci.Extensions/Writers/CSharp/CSDeclarationWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ private ref struct TypeNameRecursiveState
291291
}
292292

293293
private int WriteTypeNameRecursive(ITypeReference type, NameFormattingOptions namingOptions,
294-
string[] valueTupleNames, ref int valueTupleNameIndex, ref int nullableIndex, ref TypeNameRecursiveState state,
294+
string[] valueTupleNames, scoped ref int valueTupleNameIndex, scoped ref int nullableIndex, ref TypeNameRecursiveState state,
295295
int typeDepth = 0, int genericParameterIndex = 0, bool isValueTupleParameter = false)
296296
{
297297
object dynamicAttributeArgument = state.DynamicAttributeArgument;

src/Microsoft.DotNet.Helix/Sdk/tools/dotnet-cli/DotNetCli.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<IncludeDotNetCli Condition=" '$(IncludeDotNetCli)' != 'true' ">false</IncludeDotNetCli>
4-
<AspNetCoreRuntimeVersion>7.0.0-preview.7.22376.6</AspNetCoreRuntimeVersion>
4+
<AspNetCoreRuntimeVersion>7.0.0-rc.1.22423.7</AspNetCoreRuntimeVersion>
55
<DotNetCliPackageType Condition=" '$(DotNetCliPackageType)' == '' ">runtime</DotNetCliPackageType>
66
<DotNetCliVersion Condition=" '$(DotNetCliVersion)' == '' AND '$(DotNetCliPackageType)' == 'runtime' ">$(BundledNETCoreAppPackageVersion)</DotNetCliVersion>
77
<!-- TODO (https://github.com/dotnet/arcade/issues/7022): We are hardcoding this version to use the one tied to the SDK version from global.json -->

src/Microsoft.DotNet.Helix/Sdk/tools/xharness-runner/XHarnessRunner.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup Condition=" '$(IncludeXHarnessCli)' == 'true' ">
33
<IncludeDotNetCli>true</IncludeDotNetCli>
44
<XHarnessTargetFramework Condition=" '$(XHarnessTargetFramework)' == '' ">net7.0</XHarnessTargetFramework>
5-
<DotNetCliVersion Condition=" '$(XHarnessTargetFramework)' == 'net7.0' ">7.0.100-preview.7.22377.5</DotNetCliVersion>
5+
<DotNetCliVersion Condition=" '$(XHarnessTargetFramework)' == 'net7.0' ">7.0.100-rc.1.22431.11</DotNetCliVersion>
66
<DotNetCliVersion Condition=" '$(XHarnessTargetFramework)' == 'net6.0' ">6.0.202</DotNetCliVersion>
77
<DotNetCliPackageType>sdk</DotNetCliPackageType>
88
</PropertyGroup>

0 commit comments

Comments
 (0)