Skip to content

Commit

Permalink
Delete workaround (#99797)
Browse files Browse the repository at this point in the history
This workaround is no longer needed with current Microsoft.DiaSymReader
package
  • Loading branch information
jkotas authored Mar 15, 2024
1 parent 7c33626 commit af32c77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions src/coreclr/tools/aot/ILCompiler/ILCompiler.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
<Import Project="$(RepositoryEngineeringDir)coredistools.targets" Condition="'$(DotNetBuildSourceOnly)' != 'true' and '$(IncludeCoreDisTools)' == 'true'" />

<ItemGroup>
<!-- Workaround until the SDK does this, see https://github.com/dotnet/sdk/issues/24799 -->
<PackageReference Include="NETStandard.Library">
<Version>$(NetStandardLibraryVersion)</Version>
</PackageReference>

<Content Include="$(CoreDisToolsLibrary)" Condition="Exists('$(CoreDisToolsLibrary)') and '$(IncludeCoreDisTools)' == 'true'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down
4 changes: 0 additions & 4 deletions src/coreclr/tools/r2rdump/R2RDump.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
</PackageReference>
<ProjectReference Include="..\aot\ILCompiler.Diagnostics\ILCompiler.Diagnostics.csproj" />
<ProjectReference Include="..\aot\ILCompiler.Reflection.ReadyToRun\ILCompiler.Reflection.ReadyToRun.csproj" />
<!-- Workaround until the SDK does this, see https://github.com/dotnet/sdk/issues/24799 -->
<PackageReference Include="NETStandard.Library">
<Version>$(NetStandardLibraryVersion)</Version>
</PackageReference>
<Content Include="$(CoreDisToolsLibrary)" Condition="Exists('$(CoreDisToolsLibrary)')">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down

0 comments on commit af32c77

Please sign in to comment.