Skip to content

Commit fe23ee7

Browse files
authored
Reorganize Versions files to indicate compilers is not automated (#26329)
1 parent 6c37a76 commit fe23ee7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

eng/Version.Details.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,5 @@
320320
<Uri>https://github.com/dotnet/arcade</Uri>
321321
<Sha>b63ea25b8dc50bb3dfcef128d415254bd5ca4dc8</Sha>
322322
</Dependency>
323-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-3.20458.6" Pinned="true">
324-
<Uri>https://github.com/dotnet/roslyn</Uri>
325-
<Sha>b446afd34759150c2ea3b86ab794104e12e64db1</Sha>
326-
</Dependency>
327323
</ToolsetDependencies>
328324
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@
5959
6060
-->
6161
<PropertyGroup Label="Automated">
62-
<!-- Packages from dotnet/roslyn -->
63-
<MicrosoftNetCompilersToolsetPackageVersion>3.8.0-3.20458.6</MicrosoftNetCompilersToolsetPackageVersion>
6462
<!-- Packages from dotnet/runtime -->
6563
<MicrosoftExtensionsDependencyModelPackageVersion>5.0.0-rc.2.20474.8</MicrosoftExtensionsDependencyModelPackageVersion>
6664
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-rc.2.20474.8</MicrosoftNETCoreAppInternalPackageVersion>
@@ -157,6 +155,7 @@
157155
<MicrosoftNETCoreAppRuntimeVersion>$(MicrosoftNETCoreAppRuntimewinx64PackageVersion)</MicrosoftNETCoreAppRuntimeVersion>
158156
</PropertyGroup>
159157
<PropertyGroup Label="Manual">
158+
<MicrosoftNetCompilersToolsetPackageVersion>3.8.0-3.20458.6</MicrosoftNetCompilersToolsetPackageVersion>
160159
<!-- DiagnosticAdapter package pinned temporarily until migrated/deprecated -->
161160
<MicrosoftExtensionsDiagnosticAdapterPackageVersion>5.0.0-preview.4.20180.4</MicrosoftExtensionsDiagnosticAdapterPackageVersion>
162161
<!-- Build tool dependencies -->

0 commit comments

Comments
 (0)