-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move portable RID graph into runtime and clean-up
1. Move portable RID graph into runtime 2. Allow updates to both the non-portable and portable RID graphs under source build. 3. Clean-up project and remove hacks
- Loading branch information
1 parent
bc97b0a
commit 2f5eb8f
Showing
19 changed files
with
572 additions
and
13,689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
111 changes: 0 additions & 111 deletions
111
src/libraries/Microsoft.NETCore.Platforms/src/AssemblyResolver.cs
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
src/libraries/Microsoft.NETCore.Platforms/src/BuildTask.Desktop.cs
This file was deleted.
Oops, something went wrong.
151 changes: 0 additions & 151 deletions
151
src/libraries/Microsoft.NETCore.Platforms/src/BuildTask.cs
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
src/libraries/Microsoft.NETCore.Platforms/src/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<IsSourceProject>false</IsSourceProject> | ||
</PropertyGroup> | ||
|
||
<Import Project="..\..\Directory.Build.props" /> | ||
|
||
</Project> |
46 changes: 0 additions & 46 deletions
46
src/libraries/Microsoft.NETCore.Platforms/src/Extensions.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.