Skip to content

Commit

Permalink
Update src/mono/mono.proj
Browse files Browse the repository at this point in the history
Co-Authored-By: Alexander Köplinger <[email protected]>
  • Loading branch information
EgorBo and akoeplinger authored Feb 4, 2020
1 parent 3df9964 commit 0583a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/mono.proj
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<Target Name="RestoreLocalDotnet" DependsOnTargets="ValidateLocalDotnet">
<Copy SourceFiles="$(CoreCLRArtifactsPath)\System.Private.CoreLib.dll"
DestinationFiles="$(LocalDotnetRuntimeDir)\System.Private.CoreLib.dll" />
<Copy SourceFiles="$(CoreCLRArtifactsPath)\$(_CoreClrFileName"
<Copy SourceFiles="$(CoreCLRArtifactsPath)\$(_CoreClrFileName)"
DestinationFiles="$(LocalDotnetRuntimeDir)\$(_CoreClrFileName)" />
</Target>

Expand Down

0 comments on commit 0583a93

Please sign in to comment.