Skip to content

Commit 78f1749

Browse files
Update FSharp.Test.Utilities.fsproj (#15197)
Fixes ``` Testhost process for source(s) 'C:\Users\vlza\code\fsharp3\artifacts\bin\FSharp.Test.Utilities\Debug\net7.0\FSharp.Test.Utilities.dll' exited with error: Error: An assembly specified in the application dependencies manifest (FSharp.Test.Utilities.deps.json) was not found: package: 'FluentAssertions', version: '5.10.3' path: 'lib/netcoreapp2.1/FluentAssertions.dll' . Please check the diagnostic logs for more information. ``` When running with `dotnet test` on whole solution. Co-authored-by: Kevin Ransom (msft) <[email protected]>
1 parent c9c870d commit 78f1749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/FSharp.Test.Utilities/FSharp.Test.Utilities.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<Optimize>false</Optimize>
1212
<Tailcalls>false</Tailcalls>
1313
<OtherFlags>$(OtherFlags) --warnon:1182</OtherFlags>
14+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1415
</PropertyGroup>
1516

1617
<ItemGroup>

0 commit comments

Comments
 (0)