Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem8361 committed May 20, 2016
1 parent c97f913 commit 51341ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@
<ItemGroup Condition="'$(TargetGroup)' == ''">
<Compile Include="System\Diagnostics\StackTraceSymbols.CoreCLR.cs" />
<ProjectReference Include="..\..\System.Collections\src\System.Collections.csproj" />
<ProjectReference Include="..\..\System.Diagnostics.Debug\src\System.Diagnostics.Debug.csproj">
<OSGroup>Windows_NT</OSGroup>
</ProjectReference>
<ProjectReference Include="..\..\System.IO\src\System.IO.csproj" />
<ProjectReference Include="..\..\System.IO.FileSystem\src\System.IO.FileSystem.csproj" />
<ProjectReference Include="..\..\System.IO.FileSystem.Primitives\src\System.IO.FileSystem.Primitives.csproj" />
<ProjectReference Include="..\..\System.Runtime\src\System.Runtime.csproj" />
<ProjectReference Include="..\..\System.Runtime.Extensions\src\System.Runtime.Extensions.csproj">
<Aliases>SRE</Aliases>
<OSGroup>Windows_NT</OSGroup>
</ProjectReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetGroup)'!='netcore50aot'">
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions src/System.Diagnostics.StackTrace/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.0-rc3-24117-00",
"System.IO.FileSystem": "4.0.1-rc3-24117-00",
"System.Reflection.Metadata": "1.3.0-rc3-24117-00",
"System.Collections.Immutable": "1.2.0-rc3-24117-00",
},
Expand Down

0 comments on commit 51341ef

Please sign in to comment.