Created
October 1, 2017 19:57
-
-
Save nosami/67457807ef29fcce3e41e16ffea2c5a4 to your computer and use it in GitHub Desktop.
dotnet new build log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20:49 $ rm -fr bin/ obj/ | |
✔ ~/src/sample/sample | |
20:49 $ msbuild /t:Restore && msbuild /t:Build /p:EnableDefaultCompileItems=false /p:Configuration=Release | |
Microsoft (R) Build Engine version 15.4.0.0 (master/f296e67b Fri Sep 15 11:40:25 EDT 2017) for Mono | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Build started 01/10/2017 20:49:29. | |
Project "/Users/jason/src/sample/sample/sample.fsproj" on node 1 (Restore target(s)). | |
Restore: | |
Restoring packages for /Users/jason/src/sample/sample/sample.fsproj... | |
CACHE https://api.nuget.org/v3-flatcontainer/fsharp.core/index.json | |
Committing restore... | |
Generating MSBuild file /Users/jason/src/sample/sample/obj/sample.fsproj.nuget.g.props. | |
Generating MSBuild file /Users/jason/src/sample/sample/obj/sample.fsproj.nuget.g.targets. | |
Writing lock file to disk. Path: /Users/jason/src/sample/sample/obj/project.assets.json | |
Restore completed in 1.02 sec for /Users/jason/src/sample/sample/sample.fsproj. | |
NuGet Config files used: | |
/Users/jason/.config/NuGet/NuGet.Config | |
Feeds used: | |
https://api.nuget.org/v3/index.json | |
Done Building Project "/Users/jason/src/sample/sample/sample.fsproj" (Restore target(s)). | |
Build succeeded. | |
0 Warning(s) | |
0 Error(s) | |
Time Elapsed 00:00:03.03 | |
Microsoft (R) Build Engine version 15.4.0.0 (master/f296e67b Fri Sep 15 11:40:25 EDT 2017) for Mono | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Build started 01/10/2017 20:49:33. | |
Project "/Users/jason/src/sample/sample/sample.fsproj" on node 1 (Build target(s)). | |
PrepareForBuild: | |
Creating directory "bin/Release/netcoreapp2.0/". | |
Creating directory "obj/Release/netcoreapp2.0/". | |
_HandlePackageFileConflicts: | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.dll' and 'Reference:/Users/jason/.nuget/packages/system.collections/4.0.11/ref/netstandard1.3/System.Collections.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.10.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.Concurrent.dll' and 'Reference:/Users/jason/.nuget/packages/system.collections.concurrent/4.0.12/ref/netstandard1.3/System.Collections.Concurrent.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.Concurrent.dll' because AssemblyVersion '4.0.14.0' is greater than '4.0.10.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Console.dll' and 'Reference:/Users/jason/.nuget/packages/system.console/4.0.0/ref/netstandard1.3/System.Console.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Console.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Debug.dll' and 'Reference:/Users/jason/.nuget/packages/system.diagnostics.debug/4.0.11/ref/netstandard1.3/System.Diagnostics.Debug.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Debug.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.10.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Tools.dll' and 'Reference:/Users/jason/.nuget/packages/system.diagnostics.tools/4.0.1/ref/netstandard1.0/System.Diagnostics.Tools.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Tools.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Globalization.dll' and 'Reference:/Users/jason/.nuget/packages/system.globalization/4.0.11/ref/netstandard1.3/System.Globalization.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Globalization.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.10.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.dll' and 'Reference:/Users/jason/.nuget/packages/system.io/4.1.0/ref/netstandard1.5/System.IO.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.dll' and 'Reference:/Users/jason/.nuget/packages/system.linq/4.1.0/ref/netstandard1.6/System.Linq.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.Expressions.dll' and 'Reference:/Users/jason/.nuget/packages/system.linq.expressions/4.1.0/ref/netstandard1.6/System.Linq.Expressions.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.Expressions.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.Queryable.dll' and 'Reference:/Users/jason/.nuget/packages/system.linq.queryable/4.0.1/ref/netstandard1.0/System.Linq.Queryable.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.Queryable.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Primitives.dll' and 'Reference:/Users/jason/.nuget/packages/system.net.primitives/4.0.11/ref/netstandard1.3/System.Net.Primitives.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Primitives.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.10.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Requests.dll' and 'Reference:/Users/jason/.nuget/packages/system.net.requests/4.0.11/ref/netstandard1.3/System.Net.Requests.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Requests.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.10.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll' and 'Reference:/Users/jason/.nuget/packages/system.net.webheadercollection/4.0.1/ref/netstandard1.3/System.Net.WebHeaderCollection.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.dll' and 'Reference:/Users/jason/.nuget/packages/system.reflection/4.1.0/ref/netstandard1.5/System.Reflection.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Extensions.dll' and 'Reference:/Users/jason/.nuget/packages/system.reflection.extensions/4.0.1/ref/netstandard1.0/System.Reflection.Extensions.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Extensions.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Primitives.dll' and 'Reference:/Users/jason/.nuget/packages/system.reflection.primitives/4.0.1/ref/netstandard1.0/System.Reflection.Primitives.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Primitives.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Resources.ResourceManager.dll' and 'Reference:/Users/jason/.nuget/packages/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/System.Resources.ResourceManager.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Resources.ResourceManager.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.dll' and 'Reference:/Users/jason/.nuget/packages/system.runtime/4.1.0/ref/netstandard1.5/System.Runtime.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Extensions.dll' and 'Reference:/Users/jason/.nuget/packages/system.runtime.extensions/4.1.0/ref/netstandard1.5/System.Runtime.Extensions.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Extensions.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Handles.dll' and 'Reference:/Users/jason/.nuget/packages/system.runtime.handles/4.0.1/ref/netstandard1.3/System.Runtime.Handles.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Handles.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Numerics.dll' and 'Reference:/Users/jason/.nuget/packages/system.runtime.numerics/4.0.1/ref/netstandard1.1/System.Runtime.Numerics.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Numerics.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Text.Encoding.dll' and 'Reference:/Users/jason/.nuget/packages/system.text.encoding/4.0.11/ref/netstandard1.3/System.Text.Encoding.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Text.Encoding.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.10.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Text.RegularExpressions.dll' and 'Reference:/Users/jason/.nuget/packages/system.text.regularexpressions/4.1.0/ref/netstandard1.6/System.Text.RegularExpressions.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Text.RegularExpressions.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.dll' and 'Reference:/Users/jason/.nuget/packages/system.threading/4.0.11/ref/netstandard1.3/System.Threading.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.10.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.dll' and 'Reference:/Users/jason/.nuget/packages/system.threading.tasks/4.0.11/ref/netstandard1.3/System.Threading.Tasks.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.10.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll' and 'Reference:/Users/jason/.nuget/packages/system.threading.tasks.parallel/4.0.1/ref/netstandard1.1/System.Threading.Tasks.Parallel.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Thread.dll' and 'Reference:/Users/jason/.nuget/packages/system.threading.thread/4.0.0/ref/netstandard1.3/System.Threading.Thread.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Thread.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.ThreadPool.dll' and 'Reference:/Users/jason/.nuget/packages/system.threading.threadpool/4.0.10/ref/netstandard1.3/System.Threading.ThreadPool.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.ThreadPool.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.10.0'. | |
Encountered conflict between 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Timer.dll' and 'Reference:/Users/jason/.nuget/packages/system.threading.timer/4.0.1/ref/netstandard1.2/System.Threading.Timer.dll'. Choosing 'Reference:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Timer.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Runtime:/Users/jason/.nuget/packages/system.globalization.extensions/4.0.1/runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll' and 'Runtime:/Users/jason/.nuget/packages/system.globalization.extensions/4.0.1/runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll'. Could not determine winner due to equal file and assembly versions. | |
Encountered conflict between 'Runtime:/Users/jason/.nuget/packages/system.net.http/4.1.0/runtimes/unix/lib/netstandard1.6/System.Net.Http.dll' and 'Runtime:/Users/jason/.nuget/packages/system.net.http/4.1.0/runtimes/win/lib/netstandard1.3/System.Net.Http.dll'. Could not determine winner due to equal file and assembly versions. | |
Encountered conflict between 'Runtime:/Users/jason/.nuget/packages/system.net.requests/4.0.11/runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll' and 'Runtime:/Users/jason/.nuget/packages/system.net.requests/4.0.11/runtimes/win/lib/netstandard1.3/System.Net.Requests.dll'. Could not determine winner due to equal file and assembly versions. | |
Encountered conflict between 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.algorithms/4.2.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.algorithms/4.2.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll'. Could not determine winner due to equal file and assembly versions. | |
Encountered conflict between 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.cng/4.2.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.cng/4.2.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll'. Could not determine winner due to equal file and assembly versions. | |
Encountered conflict between 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.csp/4.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.csp/4.0.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll'. Could not determine winner due to equal file and assembly versions. | |
Encountered conflict between 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.encoding/4.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.encoding/4.0.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll'. Could not determine winner due to equal file and assembly versions. | |
Encountered conflict between 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.openssl/4.0.0/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.openssl/4.0.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll'. Could not determine winner due to equal file and assembly versions. | |
Encountered conflict between 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.x509certificates/4.1.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.x509certificates/4.1.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll'. Could not determine winner due to equal file and assembly versions. | |
Encountered conflict between 'Platform:System.Collections.Concurrent.dll' and 'Runtime:/Users/jason/.nuget/packages/system.collections.concurrent/4.0.12/lib/netstandard1.3/System.Collections.Concurrent.dll'. Choosing 'Platform:System.Collections.Concurrent.dll' because AssemblyVersion '4.0.14.0' is greater than '4.0.12.0'. | |
Encountered conflict between 'Platform:System.Diagnostics.DiagnosticSource.dll' and 'Runtime:/Users/jason/.nuget/packages/system.diagnostics.diagnosticsource/4.0.0/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll'. Choosing 'Platform:System.Diagnostics.DiagnosticSource.dll' because AssemblyVersion '4.0.2.1' is greater than '4.0.0.0'. | |
Encountered conflict between 'Platform:System.IO.FileSystem.Primitives.dll' and 'Runtime:/Users/jason/.nuget/packages/system.io.filesystem.primitives/4.0.1/lib/netstandard1.3/System.IO.FileSystem.Primitives.dll'. Choosing 'Platform:System.IO.FileSystem.Primitives.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.1.0'. | |
Encountered conflict between 'Platform:System.Linq.dll' and 'Runtime:/Users/jason/.nuget/packages/system.linq/4.1.0/lib/netstandard1.6/System.Linq.dll'. Choosing 'Platform:System.Linq.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. | |
Encountered conflict between 'Platform:System.Linq.Expressions.dll' and 'Runtime:/Users/jason/.nuget/packages/system.linq.expressions/4.1.0/lib/netstandard1.6/System.Linq.Expressions.dll'. Choosing 'Platform:System.Linq.Expressions.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. | |
Encountered conflict between 'Platform:System.Linq.Queryable.dll' and 'Runtime:/Users/jason/.nuget/packages/system.linq.queryable/4.0.1/lib/netstandard1.3/System.Linq.Queryable.dll'. Choosing 'Platform:System.Linq.Queryable.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.1.0'. | |
Encountered conflict between 'Platform:System.Net.WebHeaderCollection.dll' and 'Runtime:/Users/jason/.nuget/packages/system.net.webheadercollection/4.0.1/lib/netstandard1.3/System.Net.WebHeaderCollection.dll'. Choosing 'Platform:System.Net.WebHeaderCollection.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.1.0'. | |
Encountered conflict between 'Platform:System.ObjectModel.dll' and 'Runtime:/Users/jason/.nuget/packages/system.objectmodel/4.0.12/lib/netstandard1.3/System.ObjectModel.dll'. Choosing 'Platform:System.ObjectModel.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.12.0'. | |
Encountered conflict between 'Platform:System.Reflection.Emit.dll' and 'Runtime:/Users/jason/.nuget/packages/system.reflection.emit/4.0.1/lib/netstandard1.3/System.Reflection.Emit.dll'. Choosing 'Platform:System.Reflection.Emit.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.1.0'. | |
Encountered conflict between 'Platform:System.Reflection.Emit.ILGeneration.dll' and 'Runtime:/Users/jason/.nuget/packages/system.reflection.emit.ilgeneration/4.0.1/lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll'. Choosing 'Platform:System.Reflection.Emit.ILGeneration.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.1.0'. | |
Encountered conflict between 'Platform:System.Reflection.Emit.Lightweight.dll' and 'Runtime:/Users/jason/.nuget/packages/system.reflection.emit.lightweight/4.0.1/lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll'. Choosing 'Platform:System.Reflection.Emit.Lightweight.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.1.0'. | |
Encountered conflict between 'Platform:System.Reflection.TypeExtensions.dll' and 'Runtime:/Users/jason/.nuget/packages/system.reflection.typeextensions/4.1.0/lib/netstandard1.5/System.Reflection.TypeExtensions.dll'. Choosing 'Platform:System.Reflection.TypeExtensions.dll' because AssemblyVersion '4.1.2.0' is greater than '4.1.0.0'. | |
Encountered conflict between 'Platform:System.Runtime.Numerics.dll' and 'Runtime:/Users/jason/.nuget/packages/system.runtime.numerics/4.0.1/lib/netstandard1.3/System.Runtime.Numerics.dll'. Choosing 'Platform:System.Runtime.Numerics.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.1.0'. | |
Encountered conflict between 'Platform:System.Security.Cryptography.OpenSsl.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.openssl/4.0.0/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll'. Choosing 'Platform:System.Security.Cryptography.OpenSsl.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Platform:System.Security.Cryptography.Primitives.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.primitives/4.0.0/lib/netstandard1.3/System.Security.Cryptography.Primitives.dll'. Choosing 'Platform:System.Security.Cryptography.Primitives.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Platform:System.Text.RegularExpressions.dll' and 'Runtime:/Users/jason/.nuget/packages/system.text.regularexpressions/4.1.0/lib/netstandard1.6/System.Text.RegularExpressions.dll'. Choosing 'Platform:System.Text.RegularExpressions.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. | |
Encountered conflict between 'Platform:System.Threading.dll' and 'Runtime:/Users/jason/.nuget/packages/system.threading/4.0.11/lib/netstandard1.3/System.Threading.dll'. Choosing 'Platform:System.Threading.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.11.0'. | |
Encountered conflict between 'Platform:System.Threading.Tasks.Parallel.dll' and 'Runtime:/Users/jason/.nuget/packages/system.threading.tasks.parallel/4.0.1/lib/netstandard1.3/System.Threading.Tasks.Parallel.dll'. Choosing 'Platform:System.Threading.Tasks.Parallel.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.1.0'. | |
Encountered conflict between 'Platform:System.Threading.Thread.dll' and 'Runtime:/Users/jason/.nuget/packages/system.threading.thread/4.0.0/lib/netstandard1.3/System.Threading.Thread.dll'. Choosing 'Platform:System.Threading.Thread.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Platform:System.Threading.ThreadPool.dll' and 'Runtime:/Users/jason/.nuget/packages/system.threading.threadpool/4.0.10/lib/netstandard1.3/System.Threading.ThreadPool.dll'. Choosing 'Platform:System.Threading.ThreadPool.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.10.0'. | |
Encountered conflict between 'Platform:System.Globalization.Extensions.dll' and 'Runtime:/Users/jason/.nuget/packages/system.globalization.extensions/4.0.1/runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll'. Choosing 'Platform:System.Globalization.Extensions.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.1.0'. | |
Encountered conflict between 'Platform:System.Globalization.Extensions.dll' and 'Runtime:/Users/jason/.nuget/packages/system.globalization.extensions/4.0.1/runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll'. Choosing 'Platform:System.Globalization.Extensions.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.1.0'. | |
Encountered conflict between 'Platform:System.Net.Http.dll' and 'Runtime:/Users/jason/.nuget/packages/system.net.http/4.1.0/runtimes/unix/lib/netstandard1.6/System.Net.Http.dll'. Choosing 'Platform:System.Net.Http.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. | |
Encountered conflict between 'Platform:System.Net.Http.dll' and 'Runtime:/Users/jason/.nuget/packages/system.net.http/4.1.0/runtimes/win/lib/netstandard1.3/System.Net.Http.dll'. Choosing 'Platform:System.Net.Http.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. | |
Encountered conflict between 'Platform:System.Net.Requests.dll' and 'Runtime:/Users/jason/.nuget/packages/system.net.requests/4.0.11/runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll'. Choosing 'Platform:System.Net.Requests.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.11.0'. | |
Encountered conflict between 'Platform:System.Net.Requests.dll' and 'Runtime:/Users/jason/.nuget/packages/system.net.requests/4.0.11/runtimes/win/lib/netstandard1.3/System.Net.Requests.dll'. Choosing 'Platform:System.Net.Requests.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.11.0'. | |
Encountered conflict between 'Platform:System.Security.Cryptography.Algorithms.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.algorithms/4.2.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll'. Choosing 'Platform:System.Security.Cryptography.Algorithms.dll' because AssemblyVersion '4.3.0.0' is greater than '4.2.0.0'. | |
Encountered conflict between 'Platform:System.Security.Cryptography.Algorithms.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.algorithms/4.2.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll'. Choosing 'Platform:System.Security.Cryptography.Algorithms.dll' because AssemblyVersion '4.3.0.0' is greater than '4.2.0.0'. | |
Encountered conflict between 'Platform:System.Security.Cryptography.Cng.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.cng/4.2.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll'. Choosing 'Platform:System.Security.Cryptography.Cng.dll' because AssemblyVersion '4.3.0.0' is greater than '4.2.0.0'. | |
Encountered conflict between 'Platform:System.Security.Cryptography.Cng.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.cng/4.2.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll'. Choosing 'Platform:System.Security.Cryptography.Cng.dll' because AssemblyVersion '4.3.0.0' is greater than '4.2.0.0'. | |
Encountered conflict between 'Platform:System.Security.Cryptography.Csp.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.csp/4.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll'. Choosing 'Platform:System.Security.Cryptography.Csp.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Platform:System.Security.Cryptography.Csp.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.csp/4.0.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll'. Choosing 'Platform:System.Security.Cryptography.Csp.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Platform:System.Security.Cryptography.Encoding.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.encoding/4.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll'. Choosing 'Platform:System.Security.Cryptography.Encoding.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Platform:System.Security.Cryptography.Encoding.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.encoding/4.0.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll'. Choosing 'Platform:System.Security.Cryptography.Encoding.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Platform:System.Security.Cryptography.OpenSsl.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.openssl/4.0.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll'. Choosing 'Platform:System.Security.Cryptography.OpenSsl.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. | |
Encountered conflict between 'Platform:System.Security.Cryptography.X509Certificates.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.x509certificates/4.1.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll'. Choosing 'Platform:System.Security.Cryptography.X509Certificates.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. | |
Encountered conflict between 'Platform:System.Security.Cryptography.X509Certificates.dll' and 'Runtime:/Users/jason/.nuget/packages/system.security.cryptography.x509certificates/4.1.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll'. Choosing 'Platform:System.Security.Cryptography.X509Certificates.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. | |
GenerateTargetFrameworkMonikerAttribute: | |
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. | |
CoreCompile: | |
/Library/Frameworks/Mono.framework/Versions/5.4.0/lib/mono/fsharp/fsc.exe -o:obj/Release/netcoreapp2.0/sample.dll | |
--debug:portable | |
--noframework | |
--define:TRACE | |
--define:RELEASE | |
--define:NETCOREAPP2_0 | |
--optimize+ | |
-r:/Users/jason/.nuget/packages/fsharp.core/4.2.3/lib/netstandard1.6/FSharp.Core.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/Microsoft.CSharp.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/Microsoft.VisualBasic.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/mscorlib.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/netstandard.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.AppContext.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Buffers.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.Concurrent.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.Immutable.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.NonGeneric.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.Specialized.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.Annotations.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.Composition.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.Primitives.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Configuration.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Console.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Core.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Data.Common.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Data.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Contracts.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Debug.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Process.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Tools.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Tracing.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Drawing.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Drawing.Primitives.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Dynamic.Runtime.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Globalization.Calendars.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Globalization.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Globalization.Extensions.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.Compression.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.FileSystem.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.IsolatedStorage.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.Pipes.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.Expressions.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.Parallel.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.Queryable.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Http.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.HttpListener.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Mail.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.NameResolution.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.NetworkInformation.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Ping.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Primitives.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Requests.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Security.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.ServicePoint.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Sockets.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebClient.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebProxy.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebSockets.Client.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebSockets.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Numerics.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Numerics.Vectors.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ObjectModel.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Emit.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Extensions.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Metadata.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Primitives.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Resources.Reader.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Resources.ResourceManager.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Resources.Writer.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Extensions.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Handles.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.InteropServices.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Loader.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Numerics.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Serialization.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Claims.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Principal.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.SecureString.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ServiceModel.Web.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ServiceProcess.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Text.Encoding.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Text.RegularExpressions.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Overlapped.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Thread.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.ThreadPool.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Timer.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Transactions.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Transactions.Local.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ValueTuple.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Web.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Web.HttpUtility.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Windows.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.Linq.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.ReaderWriter.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.Serialization.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.XDocument.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.XmlDocument.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.XmlSerializer.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.XPath.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll | |
-r:/Users/jason/.nuget/packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/WindowsBase.dll | |
--target:exe | |
--warn:3 | |
--warnaserror:76 | |
--fullpaths | |
--flaterrors | |
--highentropyva- | |
--targetprofile:netcore | |
--simpleresolution | |
--nocopyfsharpcore | |
/var/folders/xq/6w_9rpz96rxdl1k47q5plk5c0000gn/T/.NETCoreApp,Version=v2.0.AssemblyAttributes.fs | |
Program.fs | |
CopyFilesToOutputDirectory: | |
Copying file from "obj/Release/netcoreapp2.0/sample.dll" to "bin/Release/netcoreapp2.0/sample.dll". | |
sample -> /Users/jason/src/sample/sample/bin/Release/netcoreapp2.0/sample.dll | |
Copying file from "obj/Release/netcoreapp2.0/sample.pdb" to "bin/Release/netcoreapp2.0/sample.pdb". | |
Done Building Project "/Users/jason/src/sample/sample/sample.fsproj" (Build target(s)). | |
Build succeeded. | |
0 Warning(s) | |
0 Error(s) | |
Time Elapsed 00:00:06.32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment