Skip to content

Commit c6f5397

Browse files
authored
Remove SourceLink SDK references (#7037)
* Remove SourceLink SDK references * Remove more usage of SourceLink packages as well as other unused dependencies
1 parent f22b60a commit c6f5397

File tree

4 files changed

+1
-46
lines changed

4 files changed

+1
-46
lines changed

eng/Tools.props

Lines changed: 0 additions & 9 deletions
This file was deleted.

eng/Version.Details.xml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -27,42 +27,10 @@
2727
<Uri>https://github.com/dotnet/arcade</Uri>
2828
<Sha>2fb543a45580400a559b5ae41c96a815ea14dac5</Sha>
2929
</Dependency>
30-
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.20074.1">
31-
<Uri>https://github.com/dotnet/arcade-services</Uri>
32-
<Sha>cd705029f2675970b42f9273ae359d0926c5e815</Sha>
33-
</Dependency>
34-
<Dependency Name="Microsoft.DotNet.Maestro.Tasks" Version="1.1.0-beta.20074.1">
35-
<Uri>https://github.com/dotnet/arcade-services</Uri>
36-
<Sha>cd705029f2675970b42f9273ae359d0926c5e815</Sha>
37-
</Dependency>
38-
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="1.0.0-prerelease.21254.2">
39-
<Uri>https://github.com/dotnet/xharness</Uri>
40-
<Sha>89cb4b1d368e0f15b4df8e02a176dd1f1c33958b</Sha>
41-
</Dependency>
4230
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24102.4">
4331
<Uri>https://github.com/dotnet/arcade</Uri>
4432
<Sha>2fb543a45580400a559b5ae41c96a815ea14dac5</Sha>
4533
</Dependency>
46-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-3.20460.2">
47-
<Uri>https://github.com/dotnet/roslyn</Uri>
48-
<Sha>d57cda76c2b76cff75487a085d289cfadd99150b</Sha>
49-
</Dependency>
50-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-20464-02">
51-
<Uri>https://github.com/dotnet/sourcelink</Uri>
52-
<Sha>8a3edd1902dbfe3adba65f22e3bb7aa2cc73e97f</Sha>
53-
</Dependency>
54-
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="1.1.0-beta-20464-02">
55-
<Uri>https://github.com/dotnet/sourcelink</Uri>
56-
<Sha>8a3edd1902dbfe3adba65f22e3bb7aa2cc73e97f</Sha>
57-
</Dependency>
58-
<Dependency Name="Microsoft.DiaSymReader.Pdb2Pdb" Version="1.1.0-beta2-19575-01">
59-
<Uri>https://github.com/dotnet/symreader-converter</Uri>
60-
<Sha>c5ba7c88f92e2dde156c324a8c8edc04d9fa4fe0</Sha>
61-
</Dependency>
62-
<Dependency Name="Microsoft.DiaSymReader.Converter" Version="1.1.0-beta2-19575-01">
63-
<Uri>https://github.com/dotnet/symreader-converter</Uri>
64-
<Sha>c5ba7c88f92e2dde156c324a8c8edc04d9fa4fe0</Sha>
65-
</Dependency>
6634
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24102.4">
6735
<Uri>https://github.com/dotnet/arcade</Uri>
6836
<Sha>2fb543a45580400a559b5ae41c96a815ea14dac5</Sha>

eng/Versions.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@
7070
<CoverletMsbuildVersion>3.1.2</CoverletMsbuildVersion>
7171
<MicrosoftCodeAnalysisCSharpInternalAnalyzerVersion>3.3.1</MicrosoftCodeAnalysisCSharpInternalAnalyzerVersion>
7272
<MicrosoftCSharpVersion>4.5.0</MicrosoftCSharpVersion>
73-
<MicrosoftSourceLinkVersion>1.1.0-beta-20206-02</MicrosoftSourceLinkVersion>
74-
<MicrosoftSymbolUploaderBuildTaskVersion>1.1.225302</MicrosoftSymbolUploaderBuildTaskVersion>
7573
<ReportGeneratorVersion>4.3.6</ReportGeneratorVersion>
7674
<SystemCompositionVersion>1.2.0</SystemCompositionVersion>
7775
<!-- Test-only Dependencies -->

global.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24102.4",
1717
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24102.4",
1818
"Microsoft.Build.NoTargets": "3.7.0",
19-
"Microsoft.Build.Traversal": "3.2.0",
20-
"Microsoft.SourceLink.GitHub": "1.1.0-beta-20206-02",
21-
"Microsoft.SourceLink.Common": "1.1.0-beta-20206-02"
19+
"Microsoft.Build.Traversal": "3.2.0"
2220
}
2321
}

0 commit comments

Comments
 (0)