Skip to content

Commit

Permalink
Change to System.Runtime.dll on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
slide committed Oct 24, 2017
1 parent a553494 commit 1bb7e69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/ClrAssembly/ClrAssembly.csproj
Expand Up @@ -74,7 +74,8 @@
</Target>
<Target Name="CSManyArea" Inputs="@(AreaCSFile)" Outputs="@(AreaCSFile->'$(OutputPath)\$(Prefix)%(Filename).dll')" DependsOnTargets="TypeSample" Condition="'$(Staging)' != 'true'">
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
<MethodArgsReferences Include="..\..\packages\**\*-x64\lib\netcoreapp2.0\System.Runtime.dll" />
<MethodArgsReferences Include="..\..\packages\**\*-x64\lib\netcoreapp2.0\System.Runtime.dll" Condition=" '$(OS)' != 'Windows_NT' " />
<MethodArgsReferences Include="System.Runtime.dll" Condition=" '$(OS)' == 'Windows_NT' " />
<MethodArgsReferences Include="..\..\packages\**\*-x64\native\System.Private.CoreLib.dll" />
<MethodArgsReferences Include="..\..\packages\**\*-x64\lib\netcoreapp2.0\mscorlib.dll" />
<MethodArgsReferences Include="..\..\packages\**\*-x64\lib\netcoreapp2.0\System.dll" />
Expand Down

0 comments on commit 1bb7e69

Please sign in to comment.