Skip to content

Commit

Permalink
Delete System.Runtime.Experimental leftovers (dotnet#66819)
Browse files Browse the repository at this point in the history
* Delete System.Runtime.Experimental leftovers

e34e8dd merged the API surface of System.Runtime.Experimental inbox and deleted the project and the package. Hence we should delete leftovers that reference it.

* Update System.Runtime.csproj
  • Loading branch information
ViktorHofer authored and radekdoulik committed Mar 30, 2022
1 parent 339ef98 commit 31e866c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions src/libraries/System.Runtime/src/System.Runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@
<ProjectReference Include="$(CoreLibProject)" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Uri\src\System.Private.Uri.csproj" />
</ItemGroup>
<ItemGroup>
<!-- Set the ReferenceAssembly metadata to the inbox version of System.Runtime and not to System.Runtime.Experimental. -->
<ProjectReference Include="..\ref\System.Runtime.csproj" ReferenceOutputAssembly="false" OutputItemType="ResolvedMatchingContractOverride" />
</ItemGroup>
</Project>

This file was deleted.

0 comments on commit 31e866c

Please sign in to comment.