Skip to content

Commit a14e2a8

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20230127.1 (dotnet/linker#3195)
[main] Update dependencies from dotnet/arcade Commit migrated from dotnet/linker@c4b2869
1 parent 282f2b7 commit a14e2a8

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

src/tools/illink/eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23067.5">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23077.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
8+
<Sha>691fd54681d10eef3c2681fceb8b09b9f9ba9bb0</Sha>
99
<SourceBuild RepoName="arcade" ManagedOnly="true" />
1010
</Dependency>
11-
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="8.0.0-beta.23067.5">
11+
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="8.0.0-beta.23077.1">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
13+
<Sha>691fd54681d10eef3c2681fceb8b09b9f9ba9bb0</Sha>
1414
</Dependency>
1515
<Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rtm.22507.1">
1616
<Uri>https://github.com/dotnet/runtime</Uri>

src/tools/illink/eng/Versions.props

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414
<MicrosoftNETSdkILPackageVersion>7.0.0-rtm.22507.1</MicrosoftNETSdkILPackageVersion>
1515
<!-- see https://github.com/dotnet/runtime/issues/1338 -->
1616
<MicrosoftNETCoreILAsmVersion>$(MicrosoftNETSdkILPackageVersion)</MicrosoftNETCoreILAsmVersion>
17-
1817
<!-- These should match the SDK versions at https://github.com/dotnet/sdk/blob/master/eng/Versions.props -->
1918
<SystemReflectionMetadataVersion>5.0.0</SystemReflectionMetadataVersion>
2019
<MicrosoftBuildFrameworkVersion>17.3.2</MicrosoftBuildFrameworkVersion>
2120
<MicrosoftBuildUtilitiesCoreVersion>17.3.2</MicrosoftBuildUtilitiesCoreVersion>
22-
23-
<MicrosoftDotNetApiCompatVersion>8.0.0-beta.23067.5</MicrosoftDotNetApiCompatVersion>
21+
<MicrosoftDotNetApiCompatVersion>8.0.0-beta.23077.1</MicrosoftDotNetApiCompatVersion>
2422
<MicrosoftDotNetCodeAnalysisVersion>6.0.0-beta.21271.1</MicrosoftDotNetCodeAnalysisVersion>
2523
<MicrosoftCodeAnalysisCSharpCodeStyleVersion>3.10.0-2.final</MicrosoftCodeAnalysisCSharpCodeStyleVersion>
2624
<MicrosoftCodeAnalysisVersion>4.5.0-1.22517.9</MicrosoftCodeAnalysisVersion>

src/tools/illink/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dotnet": "8.0.100-alpha.1.23061.8"
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23067.5",
11+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23077.1",
1212
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
1313
"Microsoft.NET.Sdk.IL": "7.0.0-rtm.22507.1"
1414
}

0 commit comments

Comments
 (0)