Skip to content

Commit a21a401

Browse files
authored
Use Microsoft.SourceLink.Tools package (#181)
1 parent f8e53a1 commit a21a401

File tree

3 files changed

+2
-227
lines changed

3 files changed

+2
-227
lines changed

eng/Versions.props

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<MicrosoftDiaSymReaderNativeVersion>1.7.0</MicrosoftDiaSymReaderNativeVersion>
1414
<MicrosoftDiaSymReaderPortablePdbVersion>1.5.0</MicrosoftDiaSymReaderPortablePdbVersion>
1515
<MicrosoftMetadataVisualizerVersion>1.0.0-beta3.20308.3</MicrosoftMetadataVisualizerVersion>
16+
<MicrosoftSourceLinkToolsVersion>1.1.0-beta-20527-03</MicrosoftSourceLinkToolsVersion>
1617
<!-- CoreFX -->
1718
<SystemCollectionsImmutableVersion>5.0.0-preview.8.20407.11</SystemCollectionsImmutableVersion>
1819
<SystemReflectionMetadataVersion>5.0.0-preview.8.20407.11</SystemReflectionMetadataVersion>

src/Microsoft.DiaSymReader.Converter/Microsoft.DiaSymReader.Converter.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<PackageReference Include="Microsoft.CodeAnalysis.Debugging" Version="$(MicrosoftCodeAnalysisDebuggingVersion)" PrivateAssets="all" />
2222
<PackageReference Include="Microsoft.DiaSymReader" Version="$(MicrosoftDiaSymReaderVersion)" />
2323
<PackageReference Include="Microsoft.DiaSymReader.Native" Version="$(MicrosoftDiaSymReaderNativeVersion)" />
24+
<PackageReference Include="Microsoft.SourceLink.Tools" Version="$(MicrosoftSourceLinkToolsVersion)" PrivateAssets="all" />
2425
<PackageReference Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" />
2526
<PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" />
2627
<PackageReference Include="System.Text.Json" Version="$(SystemTextJsonVersion)" />

src/Microsoft.DiaSymReader.Converter/SourceLinkMap.cs

-227
This file was deleted.

0 commit comments

Comments
 (0)