Skip to content

Commit

Permalink
Remove Microsoft.NetCore.Platforms projects
Browse files Browse the repository at this point in the history
Fixes #90000
Follow-up on dotnet/sdk#34279
  • Loading branch information
ViktorHofer committed Aug 4, 2023
1 parent e2b5936 commit 1cfa553
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 19,264 deletions.
14 changes: 0 additions & 14 deletions eng/AvoidRestoreCycleOnSelfReference.targets

This file was deleted.

6 changes: 1 addition & 5 deletions eng/liveBuilds.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project>

<!-- Accept override paths for live artifacts. -->
<PropertyGroup>
<CoreCLRArtifactsPath Condition="'$(CoreCLROverridePath)' != ''">$([MSBuild]::NormalizeDirectory('$(CoreCLROverridePath)'))</CoreCLRArtifactsPath>
Expand Down Expand Up @@ -261,9 +262,4 @@
ResolveLibrariesRefAssembliesFromLocalBuild;
ResolveLibrariesRuntimeFilesFromLocalBuild" />

<PropertyGroup>
<!-- Keep in sync with outputs defined in Microsoft.NETCore.Platforms.csproj. -->
<BundledRuntimeIdentifierGraphFile>$([MSBuild]::NormalizePath('$(ArtifactsBinDir)', 'Microsoft.NETCore.Platforms', 'runtime.json'))</BundledRuntimeIdentifierGraphFile>
<BundledRuntimeIdentifierGraphFile Condition="!Exists('$(BundledRuntimeIdentifierGraphFile)')">$([MSBuild]::NormalizePath('$(LibrariesProjectRoot)', 'Microsoft.NETCore.Platforms', 'src', 'runtime.json'))</BundledRuntimeIdentifierGraphFile>
</PropertyGroup>
</Project>

This file was deleted.

155 changes: 0 additions & 155 deletions src/libraries/Microsoft.NETCore.Platforms/readme.md

This file was deleted.

Loading

0 comments on commit 1cfa553

Please sign in to comment.