Skip to content

Commit

Permalink
Merge pull request #40 from MattKotsenas/patch-1
Browse files Browse the repository at this point in the history
Update Sdk.props docs for assembly search paths
  • Loading branch information
baronfel committed Jun 14, 2024
2 parents cb33ec2 + 7a9c0c0 commit 7ae5c7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/DotNet.ReproducibleBuilds.Isolated/Sdk/Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
-->

<!--
Restrict the reference assembly search path.
Restrict the reference assembly search path to avoid machine-specific dependencies. See
https://github.com/dotnet/msbuild/blob/3deec2fe6b7cdc7c3f2458d23d5451893872c031/documentation/wiki/ResolveAssemblyReference.md?plain=1#L148
-->
<PropertyGroup>
<AssemblySearchPaths>
Expand Down Expand Up @@ -49,4 +50,4 @@
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
<DisableImplicitLibraryPacksFolder>true</DisableImplicitLibraryPacksFolder>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 7ae5c7d

Please sign in to comment.