Skip to content

Commit edd6154

Browse files
authored
Remove outdated entries from Version.Details.xml/props (#11763)
1 parent 35808a4 commit edd6154

File tree

4 files changed

+0
-17
lines changed

4 files changed

+0
-17
lines changed

Directory.Build.targets

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323

2424
<Import Project="eng\targets\Common.targets" />
2525

26-
<!-- Workaround https://github.com/dotnet/cli/issues/10528 -->
27-
<PropertyGroup>
28-
<BundledNETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion)</BundledNETCorePlatformsPackageVersion>
29-
</PropertyGroup>
30-
3126
<!-- Global Analyzer Config -->
3227
<ItemGroup>
3328
<!-- Always include Common.globalconfig -->

eng/Version.Details.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="6.0.2-servicing.22064.6">
5-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
6-
<Sha>839cdfb0ecca5e0be3dbccd926e7651ef50fdf10</Sha>
7-
</Dependency>
84
<!-- Intermediate is necessary for source build. -->
95
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.25209.1">
106
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
@@ -111,11 +107,6 @@
111107
</Dependency>
112108
</ProductDependencies>
113109
<ToolsetDependencies>
114-
<!-- Listed as a dependency to workaround https://github.com/dotnet/cli/issues/10528 -->
115-
<Dependency Name="Microsoft.NETCore.Platforms" Version="6.0.1">
116-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
117-
<Sha>3a25a7f1cc446b60678ed25c9d829420d6321eba</Sha>
118-
</Dependency>
119110
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25208.6">
120111
<Uri>https://github.com/dotnet/arcade</Uri>
121112
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>

eng/Versions.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@
4848
-->
4949
<PropertyGroup Label="Automated">
5050
<MicrosoftCodeAnalysisAnalyzersPackageVersion>3.12.0-beta1.25209.6</MicrosoftCodeAnalysisAnalyzersPackageVersion>
51-
<MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>6.0.2-servicing.22064.6</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
52-
<MicrosoftNETCorePlatformsPackageVersion>6.0.1</MicrosoftNETCorePlatformsPackageVersion>
5351
<MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesPackageVersion>9.0.0-alpha.1.25209.1</MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesPackageVersion>
5452
<MicrosoftSourceBuildIntermediatearcadePackageVersion>9.0.0-beta.25208.6</MicrosoftSourceBuildIntermediatearcadePackageVersion>
5553
<MicrosoftNetCompilersToolsetPackageVersion>5.0.0-1.25209.6</MicrosoftNetCompilersToolsetPackageVersion>

global.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"runtimes": {
55
"dotnet": [
66
"2.1.30",
7-
"$(MicrosoftNETCoreBrowserDebugHostTransportPackageVersion)",
87
"3.1.30",
98
"8.0.7"
109
]

0 commit comments

Comments
 (0)