microsoft / service-fabric-services-and-actors-dotnet

Reliable Services and Reliable Actors are Service Fabric application frameworks for building highly-scalable distributed cloud applications.
Other
269 stars 115 forks source link

Update Service Fabric Manifest #92

Closed jefersonmanjos closed 6 years ago

jefersonmanjos commented 6 years ago

Hi, when I add a new actor in my project, the ServiceManifest can't auto update during the build. This is a issue? Can I force updade SeriveManifest ?

amanbha commented 6 years ago

Could you check in build output if FabActUtil.exe is run as part of the build? Also could you check if UpdateServiceFabricManifestEnabled property is set to true in Actor .csproj?

jefersonmanjos commented 6 years ago

Yes UpdateServiceFabricManifestEnabled is true and when a build the application the ApplicationManifest remove my manual custom config. But, I cant found FabActUtilin output.

jefersonmanjos commented 6 years ago

@amanbha yeah the FabActUtil.exe is not run is this project. But I created new project only for test and FabActUtil.exe is running in this new project.

So how can I force FabActUtil run in my other project? The UpdateServiceFabricManifestEnabled is true, I have the same configuration in both.

amanbha commented 6 years ago

Would it be possible to share the project where it repros?

jefersonmanjos commented 6 years ago

Sorry @amanbha we can't. It's a private project. May I can share some logs or other sutffs?

amanbha commented 6 years ago

sure @jefersonmanjos , I understand, in that case let me try with asking more clarifying questions: In your repro you had one Actor project in the solution and then you added another actor project or did you add another actor in the same project?

jefersonmanjos commented 6 years ago

I started with one Actor project, then I added more 3 actor project. Each project has more 3 or 5 actors class.

amanbha commented 6 years ago

@jefersonmanjos Did FabActUtil ran for first project (were manifests for it updated correctly)? On your rebuild your never see it running? We can have a skype call if that works you can send me invite at amanbha@microsoft.com

jefersonmanjos commented 6 years ago

@amanbha Yes for the first time, when I rebuild the FabActUtil running. But after few days the manifests stoped update. I start with MSBuuilder 1.6.4 and now I have 1.6.5. But even with the previous version not work.

jefersonmanjos commented 6 years ago

@amanbha I did this: Remove all actors project and create news. For 2/3 project this solved the problem. But for one I got this erro:

Severity    Code    Description Project File    Line    Suppression State
Error   MSB3073 The command "dotnet "obj\\FabActUtilTemp\FabActUtil.dll" /spp:"PackageRoot" /t:manifest /sp:"Exchanges.Actors" /in:"bin\Debug\netcoreapp2.0\win7-x64\\Exchanges.Actors.dll" /arp:"C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\\" " exited with code -1.  Exchanges.Actors    C:\Users\jefer\.nuget\packages\microsoft.servicefabric.actors\3.0.472\build\netcoreapp2.0\Microsoft.ServiceFabric.Actors.targets    22  

Do you have any idea?

amanbha commented 6 years ago

@jefersonmanjos Was there a callstack with the failure in the build logs?

jefersonmanjos commented 6 years ago

@anmolah I'm not pretty sure what's the callstack. But here the normal build log.

Restoring NuGet packages... To prevent NuGet from restoring packages during build, open the Visual Studio Options dialog, click on the NuGet Package Manager node and uncheck 'Allow NuGet to download missing packages during build.' Restoring packages for C:\Code\TARS\Actors.Abstractions\Actors.Abstractions.csproj... Restoring packages for C:\Code\TARS\Actors.Services\Actors.Services.csproj... Restoring packages for C:\Code\TARS\Agents.Actors\Agents.Actors.csproj... Committing restore... Committing restore... Assets file has not changed. Skipping assets file writing. Path: C:\Code\TARS\Actors.Services\obj\project.assets.json Assets file has not changed. Skipping assets file writing. Path: C:\Code\TARS\Actors.Abstractions\obj\project.assets.json Restore completed in 179.82 ms for C:\Code\TARS\Actors.Services\Actors.Services.csproj. Restore completed in 181.37 ms for C:\Code\TARS\Actors.Abstractions\Actors.Abstractions.csproj. Restoring packages for C:\Code\TARS\AzureMachineLearning.Services\Azure.ML.Services.csproj... Restoring packages for C:\Code\TARS\AzureEventHub.Services\AzureEventHub.Services.csproj... Restoring packages for C:\Code\TARS\Agents.Actors.Interfaces\Agents.Actors.Abstractions.csproj... Committing restore... Writing lock file to disk. Path: C:\Code\TARS\AzureMachineLearning.Services\obj\project.assets.json Restore completed in 18.71 ms for C:\Code\TARS\AzureMachineLearning.Services\Azure.ML.Services.csproj. Restoring packages for C:\Code\TARS\Bots.Actors.Interfaces\Bots.Actors.Abstractions.csproj... Committing restore... Committing restore... Assets file has not changed. Skipping assets file writing. Path: C:\Code\TARS\Bots.Actors.Interfaces\obj\project.assets.json Writing lock file to disk. Path: C:\Code\TARS\AzureEventHub.Services\obj\project.assets.json Restore completed in 71.66 ms for C:\Code\TARS\Bots.Actors.Interfaces\Bots.Actors.Abstractions.csproj. Restore completed in 207.67 ms for C:\Code\TARS\AzureEventHub.Services\AzureEventHub.Services.csproj. Restoring packages for C:\Code\TARS\Domain.Abstractions\Domain.Abstractions.csproj... Committing restore... Assets file has not changed. Skipping assets file writing. Path: C:\Code\TARS\Domain.Abstractions\obj\project.assets.json Restore completed in 5.83 ms for C:\Code\TARS\Domain.Abstractions\Domain.Abstractions.csproj. Restoring packages for C:\Code\TARS\Domain.Test\Domain.Test.csproj... Committing restore... Assets file has not changed. Skipping assets file writing. Path: C:\Code\TARS\Agents.Actors.Interfaces\obj\project.assets.json Restore completed in 348.84 ms for C:\Code\TARS\Agents.Actors.Interfaces\Agents.Actors.Abstractions.csproj. Restoring packages for C:\Code\TARS\Domain\Domain.csproj... Committing restore... Committing restore... Writing lock file to disk. Path: C:\Code\TARS\Domain\obj\project.assets.json Writing lock file to disk. Path: C:\Code\TARS\Agents.Actors\obj\project.assets.json Restore completed in 13.23 ms for C:\Code\TARS\Domain\Domain.csproj. Restoring packages for C:\Code\TARS\Exchanges.Actors.Interfaces\Exchanges.Actors.Abstractions.csproj... Restore completed in 566.97 ms for C:\Code\TARS\Agents.Actors\Agents.Actors.csproj. Committing restore... Restoring packages for C:\Code\TARS\Exchanges.Actors\Exchanges.Actors.csproj... Assets file has not changed. Skipping assets file writing. Path: C:\Code\TARS\Exchanges.Actors.Interfaces\obj\project.assets.json Restore completed in 41.99 ms for C:\Code\TARS\Exchanges.Actors.Interfaces\Exchanges.Actors.Abstractions.csproj. Restoring packages for C:\Code\TARS\Exchanges.Services.Interfaces\Exchanges.Services.Abstractions.csproj... Committing restore... Assets file has not changed. Skipping assets file writing. Path: C:\Code\TARS\Exchanges.Services.Interfaces\obj\project.assets.json Committing restore... Restore completed in 13.25 ms for C:\Code\TARS\Exchanges.Services.Interfaces\Exchanges.Services.Abstractions.csproj. Restoring packages for C:\Code\TARS\Exchanges.Services\Exchanges.Services.csproj... Writing lock file to disk. Path: C:\Code\TARS\Domain.Test\obj\project.assets.json Committing restore... Writing lock file to disk. Path: C:\Code\TARS\Exchanges.Services\obj\project.assets.json Restore completed in 221.62 ms for C:\Code\TARS\Domain.Test\Domain.Test.csproj. Restoring packages for C:\Code\TARS\Infra.Abstractions\Infra.Abstractions.csproj... Restore completed in 20.95 ms for C:\Code\TARS\Exchanges.Services\Exchanges.Services.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: C:\Code\TARS\Infra.Abstractions\obj\project.assets.json Restoring packages for C:\Code\TARS\Infra.Test\Infra.Test.csproj... Restore completed in 10.84 ms for C:\Code\TARS\Infra.Abstractions\Infra.Abstractions.csproj. Restoring packages for C:\Code\TARS\Infra\Infra.csproj... Committing restore... Writing lock file to disk. Path: C:\Code\TARS\Infra\obj\project.assets.json Restore completed in 20.19 ms for C:\Code\TARS\Infra\Infra.csproj. Restoring packages for C:\Code\TARS\Playground\Playground.csproj... Committing restore... Writing lock file to disk. Path: C:\Code\TARS\Playground\obj\project.assets.json Committing restore... Restore completed in 33.24 ms for C:\Code\TARS\Playground\Playground.csproj. Restoring packages for C:\Code\TARS\Services.Abstractions.Core\Services.Abstractions.csproj... Writing lock file to disk. Path: C:\Code\TARS\Exchanges.Actors\obj\project.assets.json Committing restore... Assets file has not changed. Skipping assets file writing. Path: C:\Code\TARS\Services.Abstractions.Core\obj\project.assets.json Restore completed in 6.61 ms for C:\Code\TARS\Services.Abstractions.Core\Services.Abstractions.csproj. Committing restore... Restoring packages for C:\Code\TARS\Services.Test\Services.Test.csproj... Committing restore... Writing lock file to disk. Path: C:\Code\TARS\Infra.Test\obj\project.assets.json Assets file has not changed. Skipping assets file writing. Path: C:\Code\TARS\Services.Test\obj\project.assets.json Restore completed in 193.74 ms for C:\Code\TARS\Exchanges.Actors\Exchanges.Actors.csproj. Restoring packages for C:\Code\TARS\Services\Services.csproj... Restore completed in 9.35 ms for C:\Code\TARS\Services.Test\Services.Test.csproj. Restore completed in 121.49 ms for C:\Code\TARS\Infra.Test\Infra.Test.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: C:\Code\TARS\Services\obj\project.assets.json Restore completed in 16.71 ms for C:\Code\TARS\Services\Services.csproj. Restoring packages for C:\Code\TARS\Util.Test\Util.Test.csproj... Restoring packages for C:\Code\TARS\Util\Util.csproj... Committing restore... Assets file has not changed. Skipping assets file writing. Path: C:\Code\TARS\Util\obj\project.assets.json Restore completed in 26.99 ms for C:\Code\TARS\Util\Util.csproj. Restoring packages for C:\Code\TARS\Domain.Test\Domain.Test.csproj... Restoring packages for C:\Code\TARS\Tars.API\Tars.API.csproj... Committing restore... Assets file has not changed. Skipping assets file writing. Path: C:\Code\TARS\Util.Test\obj\project.assets.json Restore completed in 160.81 ms for C:\Code\TARS\Util.Test\Util.Test.csproj. Restoring packages for C:\Code\TARS\Tars.API\Tars.API.csproj... Committing restore... Writing tool lock file to disk. Path: C:\Users\jefer.nuget\packages.tools\dotnet-xunit\2.3.1\netcoreapp2.0\project.assets.json Committing restore... Writing tool lock file to disk. Path: C:\Users\jefer.nuget\packages.tools\microsoft.visualstudio.web.codegeneration.tools\2.0.2\netcoreapp2.0\project.assets.json Restore completed in 841.99 ms for C:\Code\TARS\Domain.Test\Domain.Test.csproj. Restore completed in 708.33 ms for C:\Code\TARS\Tars.API\Tars.API.csproj. Restoring packages for C:\Code\TARS\Bots.Actors\Bots.Actors.csproj... Committing restore... Writing lock file to disk. Path: C:\Code\TARS\Bots.Actors\obj\project.assets.json Restore completed in 152.72 ms for C:\Code\TARS\Bots.Actors\Bots.Actors.csproj. Committing restore... Writing lock file to disk. Path: C:\Code\TARS\Tars.API\obj\project.assets.json Restore completed in 1.56 sec for C:\Code\TARS\Tars.API\Tars.API.csproj. NuGet package restore finished. 1>------ Rebuild All started: Project: Domain.Abstractions, Configuration: Debug Any CPU ------ 2>------ Rebuild All started: Project: Util, Configuration: Debug Any CPU ------ 3>------ Rebuild All started: Project: Services.Abstractions, Configuration: Debug Any CPU ------ 3>Build started 3/20/2018 7:32:28 PM. 3>Target CoreClean: 3> Deleting file "C:\Code\TARS\Services.Abstractions.Core\bin\Debug\netcoreapp2.0\Services.Abstractions.deps.json". 3> Deleting file "C:\Code\TARS\Services.Abstractions.Core\bin\Debug\netcoreapp2.0\Services.Abstractions.dll". 3> Deleting file "C:\Code\TARS\Services.Abstractions.Core\bin\Debug\netcoreapp2.0\Services.Abstractions.pdb". 3> Deleting file "C:\Code\TARS\Services.Abstractions.Core\obj\Debug\netcoreapp2.0\Services.Abstractions.csproj.CoreCompileInputs.cache". 3> Deleting file "C:\Code\TARS\Services.Abstractions.Core\obj\Debug\netcoreapp2.0\Services.Abstractions.AssemblyInfoInputs.cache". 3> Deleting file "C:\Code\TARS\Services.Abstractions.Core\obj\Debug\netcoreapp2.0\Services.Abstractions.AssemblyInfo.cs". 3> Deleting file "C:\Code\TARS\Services.Abstractions.Core\obj\Debug\netcoreapp2.0\Services.Abstractions.dll". 3> Deleting file "C:\Code\TARS\Services.Abstractions.Core\obj\Debug\netcoreapp2.0\Services.Abstractions.pdb". 2>Build started 3/20/2018 7:32:28 PM. 2>Target CoreClean: 2> Deleting file "C:\Code\TARS\Util\bin\Debug\netcoreapp2.0\Util.deps.json". 2> Deleting file "C:\Code\TARS\Util\bin\Debug\netcoreapp2.0\Util.dll". 2> Deleting file "C:\Code\TARS\Util\bin\Debug\netcoreapp2.0\Util.pdb". 2> Deleting file "C:\Code\TARS\Util\obj\Debug\netcoreapp2.0\Util.csproj.CoreCompileInputs.cache". 2> Deleting file "C:\Code\TARS\Util\obj\Debug\netcoreapp2.0\Util.AssemblyInfoInputs.cache". 2> Deleting file "C:\Code\TARS\Util\obj\Debug\netcoreapp2.0\Util.AssemblyInfo.cs". 2> Deleting file "C:\Code\TARS\Util\obj\Debug\netcoreapp2.0\Util.dll". 2> Deleting file "C:\Code\TARS\Util\obj\Debug\netcoreapp2.0\Util.pdb". 1>Build started 3/20/2018 7:32:28 PM. 1>Target CoreClean: 1> Deleting file "C:\Code\TARS\Domain.Abstractions\bin\Debug\netcoreapp2.0\Domain.Abstractions.deps.json". 1> Deleting file "C:\Code\TARS\Domain.Abstractions\bin\Debug\netcoreapp2.0\Domain.Abstractions.dll". 1> Deleting file "C:\Code\TARS\Domain.Abstractions\bin\Debug\netcoreapp2.0\Domain.Abstractions.pdb". 1> Deleting file "C:\Code\TARS\Domain.Abstractions\obj\Debug\netcoreapp2.0\Domain.Abstractions.csprojResolveAssemblyReference.cache". 1> Deleting file "C:\Code\TARS\Domain.Abstractions\obj\Debug\netcoreapp2.0\Domain.Abstractions.csproj.CoreCompileInputs.cache". 1> Deleting file "C:\Code\TARS\Domain.Abstractions\obj\Debug\netcoreapp2.0\Domain.Abstractions.AssemblyInfoInputs.cache". 1> Deleting file "C:\Code\TARS\Domain.Abstractions\obj\Debug\netcoreapp2.0\Domain.Abstractions.AssemblyInfo.cs". 1> Deleting file "C:\Code\TARS\Domain.Abstractions\obj\Debug\netcoreapp2.0\Domain.Abstractions.dll". 1> Deleting file "C:\Code\TARS\Domain.Abstractions\obj\Debug\netcoreapp2.0\Domain.Abstractions.pdb". 3>Target GenerateTargetFrameworkMonikerAttribute: 3> Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 3>Target CoreCompile: 3> Using shared compilation with compiler from directory: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Roslyn 2>Target GenerateTargetFrameworkMonikerAttribute: 2> Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 2>Target CoreCompile: 2> Using shared compilation with compiler from directory: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Roslyn 2>Target CopyFilesToOutputDirectory: 2> Copying file from "obj\Debug\netcoreapp2.0\Util.dll" to "bin\Debug\netcoreapp2.0\Util.dll". 2> Util -> C:\Code\TARS\Util\bin\Debug\netcoreapp2.0\Util.dll 2> Copying file from "obj\Debug\netcoreapp2.0\Util.pdb" to "bin\Debug\netcoreapp2.0\Util.pdb". 2> 2>Build succeeded. 2> 0 Warning(s) 2> 0 Error(s) 2> 2>Time Elapsed 00:00:00.36 3>Target CopyFilesToOutputDirectory: 3> Copying file from "obj\Debug\netcoreapp2.0\Services.Abstractions.dll" to "bin\Debug\netcoreapp2.0\Services.Abstractions.dll". 3> Services.Abstractions -> C:\Code\TARS\Services.Abstractions.Core\bin\Debug\netcoreapp2.0\Services.Abstractions.dll 3> Copying file from "obj\Debug\netcoreapp2.0\Services.Abstractions.pdb" to "bin\Debug\netcoreapp2.0\Services.Abstractions.pdb". 3> 3>Build succeeded. 3> 0 Warning(s) 3> 0 Error(s) 3> 3>Time Elapsed 00:00:00.47 1>Target GenerateTargetFrameworkMonikerAttribute: 1> Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 1>Target CoreCompile: 1> Using shared compilation with compiler from directory: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Roslyn 1>Target CopyFilesToOutputDirectory: 1> Copying file from "obj\Debug\netcoreapp2.0\Domain.Abstractions.dll" to "bin\Debug\netcoreapp2.0\Domain.Abstractions.dll". 1> Domain.Abstractions -> C:\Code\TARS\Domain.Abstractions\bin\Debug\netcoreapp2.0\Domain.Abstractions.dll 1> Copying file from "obj\Debug\netcoreapp2.0\Domain.Abstractions.pdb" to "bin\Debug\netcoreapp2.0\Domain.Abstractions.pdb". 1> 1>Build succeeded. 1> 0 Warning(s) 1> 0 Error(s) 1> 1>Time Elapsed 00:00:00.57 4>------ Rebuild All started: Project: Exchanges.Services.Abstractions, Configuration: Debug Any CPU ------ 4>Build started 3/20/2018 7:32:29 PM. 4>Target CoreClean: 4> Deleting file "C:\Code\TARS\Exchanges.Services.Interfaces\bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.deps.json". 4> Deleting file "C:\Code\TARS\Exchanges.Services.Interfaces\bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.dll". 4> Deleting file "C:\Code\TARS\Exchanges.Services.Interfaces\bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.pdb". 4> Deleting file "C:\Code\TARS\Exchanges.Services.Interfaces\bin\Debug\netcoreapp2.0\Domain.Abstractions.dll". 4> Deleting file "C:\Code\TARS\Exchanges.Services.Interfaces\bin\Debug\netcoreapp2.0\Domain.Abstractions.pdb". 4> Deleting file "C:\Code\TARS\Exchanges.Services.Interfaces\obj\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.csprojResolveAssemblyReference.cache". 4> Deleting file "C:\Code\TARS\Exchanges.Services.Interfaces\obj\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.csproj.CoreCompileInputs.cache". 4> Deleting file "C:\Code\TARS\Exchanges.Services.Interfaces\obj\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.AssemblyInfoInputs.cache". 4> Deleting file "C:\Code\TARS\Exchanges.Services.Interfaces\obj\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.AssemblyInfo.cs". 4> Deleting file "C:\Code\TARS\Exchanges.Services.Interfaces\obj\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.csproj.CopyComplete". 4> Deleting file "C:\Code\TARS\Exchanges.Services.Interfaces\obj\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.dll". 4> Deleting file "C:\Code\TARS\Exchanges.Services.Interfaces\obj\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.pdb". 4>Target _GetProjectReferenceTargetFrameworkProperties: 4>Target ResolveProjectReferences: 4>Target GenerateTargetFrameworkMonikerAttribute: 4> Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 4>Target CoreCompile: 4> Using shared compilation with compiler from directory: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Roslyn 4>Target _CopyFilesMarkedCopyLocal: 4> Copying file from "C:\Code\TARS\Domain.Abstractions\bin\Debug\netcoreapp2.0\Domain.Abstractions.dll" to "bin\Debug\netcoreapp2.0\Domain.Abstractions.dll". 4> Copying file from "C:\Code\TARS\Domain.Abstractions\bin\Debug\netcoreapp2.0\Domain.Abstractions.pdb" to "bin\Debug\netcoreapp2.0\Domain.Abstractions.pdb". 4> Creating "C:\Code\TARS\Exchanges.Services.Interfaces\obj\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.csproj.CopyComplete" because "AlwaysCreate" was specified. 4>Target GetCopyToOutputDirectoryItems: 4>Target CopyFilesToOutputDirectory: 4> Copying file from "obj\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.dll" to "bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.dll". 4> Exchanges.Services.Abstractions -> C:\Code\TARS\Exchanges.Services.Interfaces\bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.dll 4> Copying file from "obj\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.pdb" to "bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.pdb". 4> 4>Build succeeded. 4> 0 Warning(s) 4> 0 Error(s) 4> 4>Time Elapsed 00:00:00.32 5>------ Rebuild All started: Project: Exchanges.Actors.Abstractions, Configuration: Debug Any CPU ------ 5>Build started 3/20/2018 7:32:29 PM. 5>Target CoreClean: 5> Deleting file "C:\Code\TARS\Exchanges.Actors.Interfaces\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.deps.json". 5> Deleting file "C:\Code\TARS\Exchanges.Actors.Interfaces\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.dll". 5> Deleting file "C:\Code\TARS\Exchanges.Actors.Interfaces\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.pdb". 5> Deleting file "C:\Code\TARS\Exchanges.Actors.Interfaces\bin\Debug\netcoreapp2.0\win7-x64\Domain.Abstractions.dll". 5> Deleting file "C:\Code\TARS\Exchanges.Actors.Interfaces\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Services.Abstractions.dll". 5> Deleting file "C:\Code\TARS\Exchanges.Actors.Interfaces\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Services.Abstractions.pdb". 5> Deleting file "C:\Code\TARS\Exchanges.Actors.Interfaces\bin\Debug\netcoreapp2.0\win7-x64\Domain.Abstractions.pdb". 5> Deleting file "C:\Code\TARS\Exchanges.Actors.Interfaces\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.csprojResolveAssemblyReference.cache". 5> Deleting file "C:\Code\TARS\Exchanges.Actors.Interfaces\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.csproj.CoreCompileInputs.cache". 5> Deleting file "C:\Code\TARS\Exchanges.Actors.Interfaces\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.AssemblyInfoInputs.cache". 5> Deleting file "C:\Code\TARS\Exchanges.Actors.Interfaces\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.AssemblyInfo.cs". 5> Deleting file "C:\Code\TARS\Exchanges.Actors.Interfaces\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.csproj.CopyComplete". 5> Deleting file "C:\Code\TARS\Exchanges.Actors.Interfaces\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.dll". 5> Deleting file "C:\Code\TARS\Exchanges.Actors.Interfaces\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.pdb". 5>Target _GetProjectReferenceTargetFrameworkProperties: 5>Target ResolveProjectReferences: 5>Target _HandlePackageFileConflicts: 5> Encountered conflict between 'Platform:Microsoft.DiaSymReader.Native.amd64.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\Microsoft.DiaSymReader.Native.amd64.dll'. Choosing 'Platform:Microsoft.DiaSymReader.Native.amd64.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Private.CoreLib.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\System.Private.CoreLib.dll'. Choosing 'Platform:System.Private.CoreLib.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-console-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-console-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-console-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-datetime-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-datetime-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-datetime-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-debug-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-debug-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-debug-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-errorhandling-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-errorhandling-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-errorhandling-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-file-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-file-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-file-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-file-l1-2-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-file-l1-2-0.dll'. Choosing 'Platform:api-ms-win-core-file-l1-2-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-file-l2-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-file-l2-1-0.dll'. Choosing 'Platform:api-ms-win-core-file-l2-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-handle-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-handle-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-handle-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-heap-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-heap-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-heap-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-interlocked-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-interlocked-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-interlocked-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-libraryloader-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-libraryloader-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-libraryloader-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-localization-l1-2-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-localization-l1-2-0.dll'. Choosing 'Platform:api-ms-win-core-localization-l1-2-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-memory-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-memory-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-memory-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-namedpipe-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-namedpipe-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-namedpipe-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-processenvironment-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-processenvironment-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-processenvironment-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-processthreads-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-processthreads-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-processthreads-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-processthreads-l1-1-1.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-processthreads-l1-1-1.dll'. Choosing 'Platform:api-ms-win-core-processthreads-l1-1-1.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-profile-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-profile-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-profile-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-rtlsupport-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-rtlsupport-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-rtlsupport-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-string-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-string-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-string-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-synch-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-synch-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-synch-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-synch-l1-2-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-synch-l1-2-0.dll'. Choosing 'Platform:api-ms-win-core-synch-l1-2-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-sysinfo-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-sysinfo-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-sysinfo-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-timezone-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-timezone-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-timezone-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-core-util-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-core-util-l1-1-0.dll'. Choosing 'Platform:api-ms-win-core-util-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-crt-conio-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-crt-conio-l1-1-0.dll'. Choosing 'Platform:api-ms-win-crt-conio-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-crt-convert-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-crt-convert-l1-1-0.dll'. Choosing 'Platform:api-ms-win-crt-convert-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-crt-environment-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-crt-environment-l1-1-0.dll'. Choosing 'Platform:api-ms-win-crt-environment-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-crt-filesystem-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-crt-filesystem-l1-1-0.dll'. Choosing 'Platform:api-ms-win-crt-filesystem-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-crt-heap-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-crt-heap-l1-1-0.dll'. Choosing 'Platform:api-ms-win-crt-heap-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-crt-locale-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-crt-locale-l1-1-0.dll'. Choosing 'Platform:api-ms-win-crt-locale-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-crt-math-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-crt-math-l1-1-0.dll'. Choosing 'Platform:api-ms-win-crt-math-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-crt-multibyte-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-crt-multibyte-l1-1-0.dll'. Choosing 'Platform:api-ms-win-crt-multibyte-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-crt-private-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-crt-private-l1-1-0.dll'. Choosing 'Platform:api-ms-win-crt-private-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-crt-process-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-crt-process-l1-1-0.dll'. Choosing 'Platform:api-ms-win-crt-process-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-crt-runtime-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-crt-runtime-l1-1-0.dll'. Choosing 'Platform:api-ms-win-crt-runtime-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-crt-stdio-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-crt-stdio-l1-1-0.dll'. Choosing 'Platform:api-ms-win-crt-stdio-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-crt-string-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-crt-string-l1-1-0.dll'. Choosing 'Platform:api-ms-win-crt-string-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-crt-time-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-crt-time-l1-1-0.dll'. Choosing 'Platform:api-ms-win-crt-time-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:api-ms-win-crt-utility-l1-1-0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\api-ms-win-crt-utility-l1-1-0.dll'. Choosing 'Platform:api-ms-win-crt-utility-l1-1-0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:clrcompression.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\clrcompression.dll'. Choosing 'Platform:clrcompression.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:clretwrc.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\clretwrc.dll'. Choosing 'Platform:clretwrc.dll' because file version '4.6.25519.3' is greater than '4.6.25519.2'. 5> Encountered conflict between 'Platform:clrjit.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\clrjit.dll'. Choosing 'Platform:clrjit.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:coreclr.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\coreclr.dll'. Choosing 'Platform:coreclr.dll' because file version '4.6.25519.3' is greater than '4.6.25519.2'. 5> Encountered conflict between 'Platform:dbgshim.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\dbgshim.dll'. Choosing 'Platform:dbgshim.dll' because file version '4.6.25519.3' is greater than '4.6.25519.2'. 5> Encountered conflict between 'Platform:mscordaccore.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\mscordaccore.dll'. Choosing 'Platform:mscordaccore.dll' because file version '4.6.25519.3' is greater than '4.6.25519.2'. 5> Encountered conflict between 'Platform:mscordaccore_amd64_amd64_4.6.00001.0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\mscordaccore_amd64_amd64_4.6.00001.0.dll'. Choosing 'Platform:mscordaccore_amd64_amd64_4.6.00001.0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:mscordbi.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\mscordbi.dll'. Choosing 'Platform:mscordbi.dll' because file version '4.6.25519.3' is greater than '4.6.25519.2'. 5> Encountered conflict between 'Platform:mscorrc.debug.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\mscorrc.debug.dll'. Choosing 'Platform:mscorrc.debug.dll' because file version '4.6.25519.3' is greater than '4.6.25519.2'. 5> Encountered conflict between 'Platform:mscorrc.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\mscorrc.dll'. Choosing 'Platform:mscorrc.dll' because file version '4.6.25519.3' is greater than '4.6.25519.2'. 5> Encountered conflict between 'Platform:sos.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\sos.dll'. Choosing 'Platform:sos.dll' because file version '4.6.25519.3' is greater than '4.6.25519.2'. 5> Encountered conflict between 'Platform:sos_amd64_amd64_4.6.00001.0.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\sos_amd64_amd64_4.6.00001.0.dll'. Choosing 'Platform:sos_amd64_amd64_4.6.00001.0.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:ucrtbase.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\native\ucrtbase.dll'. Choosing 'Platform:ucrtbase.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:Microsoft.CSharp.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\Microsoft.CSharp.dll'. Choosing 'Platform:Microsoft.CSharp.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:Microsoft.VisualBasic.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\Microsoft.VisualBasic.dll'. Choosing 'Platform:Microsoft.VisualBasic.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:Microsoft.Win32.Primitives.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\Microsoft.Win32.Primitives.dll'. Choosing 'Platform:Microsoft.Win32.Primitives.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:Microsoft.Win32.Registry.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\Microsoft.Win32.Registry.dll'. Choosing 'Platform:Microsoft.Win32.Registry.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:SOS.NETCore.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\SOS.NETCore.dll'. Choosing 'Platform:SOS.NETCore.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.AppContext.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.AppContext.dll'. Choosing 'Platform:System.AppContext.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Buffers.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Buffers.dll'. Choosing 'Platform:System.Buffers.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Collections.Concurrent.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Collections.Concurrent.dll'. Choosing 'Platform:System.Collections.Concurrent.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Collections.Immutable.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Collections.Immutable.dll'. Choosing 'Platform:System.Collections.Immutable.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Collections.NonGeneric.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Collections.NonGeneric.dll'. Choosing 'Platform:System.Collections.NonGeneric.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Collections.Specialized.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Collections.Specialized.dll'. Choosing 'Platform:System.Collections.Specialized.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Collections.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Collections.dll'. Choosing 'Platform:System.Collections.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.ComponentModel.Annotations.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ComponentModel.Annotations.dll'. Choosing 'Platform:System.ComponentModel.Annotations.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.ComponentModel.Composition.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ComponentModel.Composition.dll'. Choosing 'Platform:System.ComponentModel.Composition.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.ComponentModel.DataAnnotations.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ComponentModel.DataAnnotations.dll'. Choosing 'Platform:System.ComponentModel.DataAnnotations.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.ComponentModel.EventBasedAsync.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ComponentModel.EventBasedAsync.dll'. Choosing 'Platform:System.ComponentModel.EventBasedAsync.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.ComponentModel.Primitives.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ComponentModel.Primitives.dll'. Choosing 'Platform:System.ComponentModel.Primitives.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.ComponentModel.TypeConverter.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ComponentModel.TypeConverter.dll'. Choosing 'Platform:System.ComponentModel.TypeConverter.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.ComponentModel.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ComponentModel.dll'. Choosing 'Platform:System.ComponentModel.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Configuration.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Configuration.dll'. Choosing 'Platform:System.Configuration.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Console.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Console.dll'. Choosing 'Platform:System.Console.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Core.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Core.dll'. Choosing 'Platform:System.Core.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Data.Common.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Data.Common.dll'. Choosing 'Platform:System.Data.Common.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Data.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Data.dll'. Choosing 'Platform:System.Data.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Diagnostics.Contracts.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.Contracts.dll'. Choosing 'Platform:System.Diagnostics.Contracts.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Diagnostics.Debug.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.Debug.dll'. Choosing 'Platform:System.Diagnostics.Debug.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Diagnostics.DiagnosticSource.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.DiagnosticSource.dll'. Choosing 'Platform:System.Diagnostics.DiagnosticSource.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Diagnostics.FileVersionInfo.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.FileVersionInfo.dll'. Choosing 'Platform:System.Diagnostics.FileVersionInfo.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Diagnostics.Process.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.Process.dll'. Choosing 'Platform:System.Diagnostics.Process.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Diagnostics.StackTrace.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.StackTrace.dll'. Choosing 'Platform:System.Diagnostics.StackTrace.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Diagnostics.TextWriterTraceListener.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.TextWriterTraceListener.dll'. Choosing 'Platform:System.Diagnostics.TextWriterTraceListener.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Diagnostics.Tools.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.Tools.dll'. Choosing 'Platform:System.Diagnostics.Tools.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Diagnostics.TraceSource.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.TraceSource.dll'. Choosing 'Platform:System.Diagnostics.TraceSource.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Diagnostics.Tracing.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.Tracing.dll'. Choosing 'Platform:System.Diagnostics.Tracing.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Drawing.Primitives.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Drawing.Primitives.dll'. Choosing 'Platform:System.Drawing.Primitives.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Drawing.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Drawing.dll'. Choosing 'Platform:System.Drawing.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Dynamic.Runtime.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Dynamic.Runtime.dll'. Choosing 'Platform:System.Dynamic.Runtime.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Globalization.Calendars.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Globalization.Calendars.dll'. Choosing 'Platform:System.Globalization.Calendars.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Globalization.Extensions.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Globalization.Extensions.dll'. Choosing 'Platform:System.Globalization.Extensions.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Globalization.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Globalization.dll'. Choosing 'Platform:System.Globalization.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.IO.Compression.FileSystem.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.Compression.FileSystem.dll'. Choosing 'Platform:System.IO.Compression.FileSystem.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.IO.Compression.ZipFile.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.Compression.ZipFile.dll'. Choosing 'Platform:System.IO.Compression.ZipFile.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.IO.Compression.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.Compression.dll'. Choosing 'Platform:System.IO.Compression.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.IO.FileSystem.AccessControl.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.FileSystem.AccessControl.dll'. Choosing 'Platform:System.IO.FileSystem.AccessControl.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.IO.FileSystem.DriveInfo.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.FileSystem.DriveInfo.dll'. Choosing 'Platform:System.IO.FileSystem.DriveInfo.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.IO.FileSystem.Primitives.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.FileSystem.Primitives.dll'. Choosing 'Platform:System.IO.FileSystem.Primitives.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.IO.FileSystem.Watcher.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.FileSystem.Watcher.dll'. Choosing 'Platform:System.IO.FileSystem.Watcher.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.IO.FileSystem.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.FileSystem.dll'. Choosing 'Platform:System.IO.FileSystem.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.IO.IsolatedStorage.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.IsolatedStorage.dll'. Choosing 'Platform:System.IO.IsolatedStorage.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.IO.MemoryMappedFiles.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.MemoryMappedFiles.dll'. Choosing 'Platform:System.IO.MemoryMappedFiles.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.IO.Pipes.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.Pipes.dll'. Choosing 'Platform:System.IO.Pipes.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.IO.UnmanagedMemoryStream.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.UnmanagedMemoryStream.dll'. Choosing 'Platform:System.IO.UnmanagedMemoryStream.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.IO.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.dll'. Choosing 'Platform:System.IO.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Linq.Expressions.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Linq.Expressions.dll'. Choosing 'Platform:System.Linq.Expressions.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Linq.Parallel.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Linq.Parallel.dll'. Choosing 'Platform:System.Linq.Parallel.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Linq.Queryable.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Linq.Queryable.dll'. Choosing 'Platform:System.Linq.Queryable.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Linq.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Linq.dll'. Choosing 'Platform:System.Linq.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.Http.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.Http.dll'. Choosing 'Platform:System.Net.Http.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.HttpListener.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.HttpListener.dll'. Choosing 'Platform:System.Net.HttpListener.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.Mail.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.Mail.dll'. Choosing 'Platform:System.Net.Mail.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.NameResolution.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.NameResolution.dll'. Choosing 'Platform:System.Net.NameResolution.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.NetworkInformation.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.NetworkInformation.dll'. Choosing 'Platform:System.Net.NetworkInformation.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.Ping.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.Ping.dll'. Choosing 'Platform:System.Net.Ping.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.Primitives.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.Primitives.dll'. Choosing 'Platform:System.Net.Primitives.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.Requests.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.Requests.dll'. Choosing 'Platform:System.Net.Requests.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.Security.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.Security.dll'. Choosing 'Platform:System.Net.Security.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.ServicePoint.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.ServicePoint.dll'. Choosing 'Platform:System.Net.ServicePoint.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.Sockets.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.Sockets.dll'. Choosing 'Platform:System.Net.Sockets.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.WebClient.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.WebClient.dll'. Choosing 'Platform:System.Net.WebClient.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.WebHeaderCollection.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.WebHeaderCollection.dll'. Choosing 'Platform:System.Net.WebHeaderCollection.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.WebProxy.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.WebProxy.dll'. Choosing 'Platform:System.Net.WebProxy.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.WebSockets.Client.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.WebSockets.Client.dll'. Choosing 'Platform:System.Net.WebSockets.Client.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.WebSockets.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.WebSockets.dll'. Choosing 'Platform:System.Net.WebSockets.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Net.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Net.dll'. Choosing 'Platform:System.Net.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Numerics.Vectors.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Numerics.Vectors.dll'. Choosing 'Platform:System.Numerics.Vectors.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Numerics.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Numerics.dll'. Choosing 'Platform:System.Numerics.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.ObjectModel.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ObjectModel.dll'. Choosing 'Platform:System.ObjectModel.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Private.DataContractSerialization.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Private.DataContractSerialization.dll'. Choosing 'Platform:System.Private.DataContractSerialization.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Private.Uri.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Private.Uri.dll'. Choosing 'Platform:System.Private.Uri.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Private.Xml.Linq.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Private.Xml.Linq.dll'. Choosing 'Platform:System.Private.Xml.Linq.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Private.Xml.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Private.Xml.dll'. Choosing 'Platform:System.Private.Xml.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Reflection.DispatchProxy.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.DispatchProxy.dll'. Choosing 'Platform:System.Reflection.DispatchProxy.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Reflection.Emit.ILGeneration.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Emit.ILGeneration.dll'. Choosing 'Platform:System.Reflection.Emit.ILGeneration.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Reflection.Emit.Lightweight.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Emit.Lightweight.dll'. Choosing 'Platform:System.Reflection.Emit.Lightweight.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Reflection.Emit.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Emit.dll'. Choosing 'Platform:System.Reflection.Emit.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Reflection.Extensions.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Extensions.dll'. Choosing 'Platform:System.Reflection.Extensions.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Reflection.Metadata.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Metadata.dll'. Choosing 'Platform:System.Reflection.Metadata.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Reflection.Primitives.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Primitives.dll'. Choosing 'Platform:System.Reflection.Primitives.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Reflection.TypeExtensions.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.TypeExtensions.dll'. Choosing 'Platform:System.Reflection.TypeExtensions.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Reflection.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.dll'. Choosing 'Platform:System.Reflection.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Resources.Reader.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Resources.Reader.dll'. Choosing 'Platform:System.Resources.Reader.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Resources.ResourceManager.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Resources.ResourceManager.dll'. Choosing 'Platform:System.Resources.ResourceManager.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Resources.Writer.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Resources.Writer.dll'. Choosing 'Platform:System.Resources.Writer.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Runtime.CompilerServices.VisualC.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.CompilerServices.VisualC.dll'. Choosing 'Platform:System.Runtime.CompilerServices.VisualC.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Runtime.Extensions.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.Extensions.dll'. Choosing 'Platform:System.Runtime.Extensions.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Runtime.Handles.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.Handles.dll'. Choosing 'Platform:System.Runtime.Handles.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Runtime.InteropServices.RuntimeInformation.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.InteropServices.RuntimeInformation.dll'. Choosing 'Platform:System.Runtime.InteropServices.RuntimeInformation.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Runtime.InteropServices.WindowsRuntime.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.InteropServices.WindowsRuntime.dll'. Choosing 'Platform:System.Runtime.InteropServices.WindowsRuntime.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Runtime.InteropServices.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.InteropServices.dll'. Choosing 'Platform:System.Runtime.InteropServices.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Runtime.Loader.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.Loader.dll'. Choosing 'Platform:System.Runtime.Loader.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Runtime.Numerics.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.Numerics.dll'. Choosing 'Platform:System.Runtime.Numerics.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Runtime.Serialization.Formatters.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.Serialization.Formatters.dll'. Choosing 'Platform:System.Runtime.Serialization.Formatters.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Runtime.Serialization.Json.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.Serialization.Json.dll'. Choosing 'Platform:System.Runtime.Serialization.Json.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Runtime.Serialization.Primitives.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.Serialization.Primitives.dll'. Choosing 'Platform:System.Runtime.Serialization.Primitives.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Runtime.Serialization.Xml.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.Serialization.Xml.dll'. Choosing 'Platform:System.Runtime.Serialization.Xml.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Runtime.Serialization.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.Serialization.dll'. Choosing 'Platform:System.Runtime.Serialization.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Runtime.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.dll'. Choosing 'Platform:System.Runtime.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Security.AccessControl.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Security.AccessControl.dll'. Choosing 'Platform:System.Security.AccessControl.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Security.Claims.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Security.Claims.dll'. Choosing 'Platform:System.Security.Claims.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Security.Cryptography.Algorithms.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Security.Cryptography.Algorithms.dll'. Choosing 'Platform:System.Security.Cryptography.Algorithms.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Security.Cryptography.Cng.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Security.Cryptography.Cng.dll'. Choosing 'Platform:System.Security.Cryptography.Cng.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Security.Cryptography.Csp.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Security.Cryptography.Csp.dll'. Choosing 'Platform:System.Security.Cryptography.Csp.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Security.Cryptography.Encoding.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Security.Cryptography.Encoding.dll'. Choosing 'Platform:System.Security.Cryptography.Encoding.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Security.Cryptography.OpenSsl.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Security.Cryptography.OpenSsl.dll'. Choosing 'Platform:System.Security.Cryptography.OpenSsl.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Security.Cryptography.Primitives.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Security.Cryptography.Primitives.dll'. Choosing 'Platform:System.Security.Cryptography.Primitives.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Security.Cryptography.X509Certificates.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Security.Cryptography.X509Certificates.dll'. Choosing 'Platform:System.Security.Cryptography.X509Certificates.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Security.Principal.Windows.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Security.Principal.Windows.dll'. Choosing 'Platform:System.Security.Principal.Windows.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Security.Principal.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Security.Principal.dll'. Choosing 'Platform:System.Security.Principal.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Security.SecureString.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Security.SecureString.dll'. Choosing 'Platform:System.Security.SecureString.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Security.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Security.dll'. Choosing 'Platform:System.Security.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.ServiceModel.Web.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ServiceModel.Web.dll'. Choosing 'Platform:System.ServiceModel.Web.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.ServiceProcess.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ServiceProcess.dll'. Choosing 'Platform:System.ServiceProcess.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Text.Encoding.Extensions.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Text.Encoding.Extensions.dll'. Choosing 'Platform:System.Text.Encoding.Extensions.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Text.Encoding.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Text.Encoding.dll'. Choosing 'Platform:System.Text.Encoding.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Text.RegularExpressions.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Text.RegularExpressions.dll'. Choosing 'Platform:System.Text.RegularExpressions.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Threading.Overlapped.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.Overlapped.dll'. Choosing 'Platform:System.Threading.Overlapped.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Threading.Tasks.Dataflow.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.Tasks.Dataflow.dll'. Choosing 'Platform:System.Threading.Tasks.Dataflow.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Threading.Tasks.Extensions.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.Tasks.Extensions.dll'. Choosing 'Platform:System.Threading.Tasks.Extensions.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Threading.Tasks.Parallel.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.Tasks.Parallel.dll'. Choosing 'Platform:System.Threading.Tasks.Parallel.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Threading.Tasks.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.Tasks.dll'. Choosing 'Platform:System.Threading.Tasks.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Threading.Thread.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.Thread.dll'. Choosing 'Platform:System.Threading.Thread.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Threading.ThreadPool.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.ThreadPool.dll'. Choosing 'Platform:System.Threading.ThreadPool.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Threading.Timer.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.Timer.dll'. Choosing 'Platform:System.Threading.Timer.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Threading.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.dll'. Choosing 'Platform:System.Threading.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Transactions.Local.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Transactions.Local.dll'. Choosing 'Platform:System.Transactions.Local.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Transactions.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Transactions.dll'. Choosing 'Platform:System.Transactions.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.ValueTuple.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ValueTuple.dll'. Choosing 'Platform:System.ValueTuple.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Web.HttpUtility.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Web.HttpUtility.dll'. Choosing 'Platform:System.Web.HttpUtility.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Web.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Web.dll'. Choosing 'Platform:System.Web.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Windows.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Windows.dll'. Choosing 'Platform:System.Windows.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Xml.Linq.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Xml.Linq.dll'. Choosing 'Platform:System.Xml.Linq.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Xml.ReaderWriter.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Xml.ReaderWriter.dll'. Choosing 'Platform:System.Xml.ReaderWriter.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Xml.Serialization.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Xml.Serialization.dll'. Choosing 'Platform:System.Xml.Serialization.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Xml.XDocument.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Xml.XDocument.dll'. Choosing 'Platform:System.Xml.XDocument.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Xml.XPath.XDocument.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Xml.XPath.XDocument.dll'. Choosing 'Platform:System.Xml.XPath.XDocument.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Xml.XPath.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Xml.XPath.dll'. Choosing 'Platform:System.Xml.XPath.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Xml.XmlDocument.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Xml.XmlDocument.dll'. Choosing 'Platform:System.Xml.XmlDocument.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Xml.XmlSerializer.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Xml.XmlSerializer.dll'. Choosing 'Platform:System.Xml.XmlSerializer.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.Xml.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Xml.dll'. Choosing 'Platform:System.Xml.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:System.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.dll'. Choosing 'Platform:System.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:WindowsBase.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\WindowsBase.dll'. Choosing 'Platform:WindowsBase.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:mscorlib.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\mscorlib.dll'. Choosing 'Platform:mscorlib.dll' because it comes from a package that is preferred. 5> Encountered conflict between 'Platform:netstandard.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\netstandard.dll'. Choosing 'Platform:netstandard.dll' because it comes from a package that is preferred. 5>Target GenerateTargetFrameworkMonikerAttribute: 5> Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 5>Target CoreCompile: 5> Using shared compilation with compiler from directory: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Roslyn 5>Target _CopyFilesMarkedCopyLocal: 5> Copying file from "C:\Code\TARS\Domain.Abstractions\bin\Debug\netcoreapp2.0\Domain.Abstractions.dll" to "bin\Debug\netcoreapp2.0\win7-x64\Domain.Abstractions.dll". 5> Copying file from "C:\Code\TARS\Exchanges.Services.Interfaces\bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.dll" to "bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Services.Abstractions.dll". 5> Copying file from "C:\Code\TARS\Exchanges.Services.Interfaces\bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.pdb" to "bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Services.Abstractions.pdb". 5> Copying file from "C:\Code\TARS\Domain.Abstractions\bin\Debug\netcoreapp2.0\Domain.Abstractions.pdb" to "bin\Debug\netcoreapp2.0\win7-x64\Domain.Abstractions.pdb". 5> Creating "C:\Code\TARS\Exchanges.Actors.Interfaces\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.csproj.CopyComplete" because "AlwaysCreate" was specified. 5>Target GetCopyToOutputDirectoryItems: 6>------ Rebuild All started: Project: Exchanges.Services, Configuration: Debug Any CPU ------ 5>Target CopyFilesToOutputDirectory: 5> Copying file from "obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.dll" to "bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.dll". 5> Exchanges.Actors.Abstractions -> C:\Code\TARS\Exchanges.Actors.Interfaces\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.dll 5> Copying file from "obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.pdb" to "bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.pdb". 5> 5>Build succeeded. 5> 0 Warning(s) 5> 0 Error(s) 5> 5>Time Elapsed 00:00:00.89 6>Build started 3/20/2018 7:32:30 PM. 6>Target CoreClean: 6> Deleting file "C:\Code\TARS\Exchanges.Services\bin\Debug\netcoreapp2.0\Exchanges.Services.deps.json". 6> Deleting file "C:\Code\TARS\Exchanges.Services\bin\Debug\netcoreapp2.0\Exchanges.Services.dll". 6> Deleting file "C:\Code\TARS\Exchanges.Services\bin\Debug\netcoreapp2.0\Exchanges.Services.pdb". 6> Deleting file "C:\Code\TARS\Exchanges.Services\bin\Debug\netcoreapp2.0\Domain.Abstractions.dll". 6> Deleting file "C:\Code\TARS\Exchanges.Services\bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.dll". 6> Deleting file "C:\Code\TARS\Exchanges.Services\bin\Debug\netcoreapp2.0\Services.Abstractions.dll". 6> Deleting file "C:\Code\TARS\Exchanges.Services\bin\Debug\netcoreapp2.0\Util.dll". 6> Deleting file "C:\Code\TARS\Exchanges.Services\bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.pdb". 6> Deleting file "C:\Code\TARS\Exchanges.Services\bin\Debug\netcoreapp2.0\Services.Abstractions.pdb". 6> Deleting file "C:\Code\TARS\Exchanges.Services\bin\Debug\netcoreapp2.0\Util.pdb". 6> Deleting file "C:\Code\TARS\Exchanges.Services\bin\Debug\netcoreapp2.0\Domain.Abstractions.pdb". 6> Deleting file "C:\Code\TARS\Exchanges.Services\obj\Debug\netcoreapp2.0\Exchanges.Services.csprojResolveAssemblyReference.cache". 6> Deleting file "C:\Code\TARS\Exchanges.Services\obj\Debug\netcoreapp2.0\Exchanges.Services.csproj.CoreCompileInputs.cache". 6> Deleting file "C:\Code\TARS\Exchanges.Services\obj\Debug\netcoreapp2.0\Exchanges.Services.AssemblyInfoInputs.cache". 6> Deleting file "C:\Code\TARS\Exchanges.Services\obj\Debug\netcoreapp2.0\Exchanges.Services.AssemblyInfo.cs". 6> Deleting file "C:\Code\TARS\Exchanges.Services\obj\Debug\netcoreapp2.0\Exchanges.Services.csproj.CopyComplete". 6> Deleting file "C:\Code\TARS\Exchanges.Services\obj\Debug\netcoreapp2.0\Exchanges.Services.dll". 6> Deleting file "C:\Code\TARS\Exchanges.Services\obj\Debug\netcoreapp2.0\Exchanges.Services.pdb". 6>Target _GetProjectReferenceTargetFrameworkProperties: 6>Target ResolveProjectReferences: 6>Target _HandlePackageFileConflicts: 6> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.ComponentModel.dll' and 'Reference:C:\Users\jefer.nuget\packages\system.componentmodel\4.0.1\ref\netstandard1.0\System.ComponentModel.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.ComponentModel.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.0.0'. 6> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Runtime.dll' and 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.runtime\4.1.0\ref\netstandard1.5\System.Runtime.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\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'. 6> Encountered conflict between 'Platform:System.ComponentModel.dll' and 'Runtime:C:\Users\jefer.nuget\packages\system.componentmodel\4.0.1\lib\netstandard1.3\System.ComponentModel.dll'. Choosing 'Platform:System.ComponentModel.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.1.0'. 6>Target GenerateTargetFrameworkMonikerAttribute: 6> Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 6>Target CoreCompile: 6> Using shared compilation with compiler from directory: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Roslyn 6>Target _CopyFilesMarkedCopyLocal: 6> Copying file from "C:\Code\TARS\Domain.Abstractions\bin\Debug\netcoreapp2.0\Domain.Abstractions.dll" to "bin\Debug\netcoreapp2.0\Domain.Abstractions.dll". 6> Copying file from "C:\Code\TARS\Exchanges.Services.Interfaces\bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.dll" to "bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.dll". 6> Copying file from "C:\Code\TARS\Services.Abstractions.Core\bin\Debug\netcoreapp2.0\Services.Abstractions.dll" to "bin\Debug\netcoreapp2.0\Services.Abstractions.dll". 6> Copying file from "C:\Code\TARS\Util\bin\Debug\netcoreapp2.0\Util.dll" to "bin\Debug\netcoreapp2.0\Util.dll". 6> Copying file from "C:\Code\TARS\Exchanges.Services.Interfaces\bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.pdb" to "bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.pdb". 6> Copying file from "C:\Code\TARS\Services.Abstractions.Core\bin\Debug\netcoreapp2.0\Services.Abstractions.pdb" to "bin\Debug\netcoreapp2.0\Services.Abstractions.pdb". 6> Copying file from "C:\Code\TARS\Util\bin\Debug\netcoreapp2.0\Util.pdb" to "bin\Debug\netcoreapp2.0\Util.pdb". 6> Copying file from "C:\Code\TARS\Domain.Abstractions\bin\Debug\netcoreapp2.0\Domain.Abstractions.pdb" to "bin\Debug\netcoreapp2.0\Domain.Abstractions.pdb". 6> Creating "C:\Code\TARS\Exchanges.Services\obj\Debug\netcoreapp2.0\Exchanges.Services.csproj.CopyComplete" because "AlwaysCreate" was specified. 6>Target GetCopyToOutputDirectoryItems: 6>Target CopyFilesToOutputDirectory: 6> Copying file from "obj\Debug\netcoreapp2.0\Exchanges.Services.dll" to "bin\Debug\netcoreapp2.0\Exchanges.Services.dll". 6> Exchanges.Services -> C:\Code\TARS\Exchanges.Services\bin\Debug\netcoreapp2.0\Exchanges.Services.dll 6> Copying file from "obj\Debug\netcoreapp2.0\Exchanges.Services.pdb" to "bin\Debug\netcoreapp2.0\Exchanges.Services.pdb". 6> 6>Build succeeded. 6> 0 Warning(s) 6> 0 Error(s) 6> 6>Time Elapsed 00:00:01.06 7>------ Rebuild All started: Project: Exchanges.Actors, Configuration: Debug Any CPU ------ 7>Build started 3/20/2018 7:32:33 PM. 7>Target CoreClean: 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\hostpolicy.dll". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\hostfxr.dll". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.exe". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.deps.json". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.runtimeconfig.json". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.runtimeconfig.dev.json". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.dll". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.pdb". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Domain.Abstractions.dll". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.dll". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Services.Abstractions.dll". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Services.dll". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Services.Abstractions.dll". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Util.dll". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.pdb". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Services.pdb". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Services.Abstractions.pdb". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Services.Abstractions.pdb". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Util.pdb". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Domain.Abstractions.pdb". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.csprojResolveAssemblyReference.cache". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.csproj.CoreCompileInputs.cache". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.AssemblyInfoInputs.cache". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.AssemblyInfo.cs". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.csproj.CopyComplete". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.dll". 7> Deleting file "C:\Code\TARS\Exchanges.Actors\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.pdb". 7>Target _GetProjectReferenceTargetFrameworkProperties: 7>Target ResolveProjectReferences: 7> Target GetNativeManifest: 7>Target _HandlePackageFileConflicts: 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Collections.NonGeneric.dll' and 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.collections.nongeneric\4.3.0\ref\netstandard1.3\System.Collections.NonGeneric.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Collections.NonGeneric.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.1.0'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Collections.Specialized.dll' and 'Reference:C:\Users\jefer.nuget\packages\system.collections.specialized\4.3.0\ref\netstandard1.3\System.Collections.Specialized.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Collections.Specialized.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.1.0'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.ComponentModel.dll' and 'Reference:C:\Users\jefer.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.ComponentModel.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.0.0'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.ComponentModel.Primitives.dll' and 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.componentmodel.primitives\4.3.0\ref\netstandard1.0\System.ComponentModel.Primitives.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.ComponentModel.Primitives.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.ComponentModel.TypeConverter.dll' and 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.componentmodel.typeconverter\4.3.0\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.ComponentModel.TypeConverter.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Diagnostics.TraceSource.dll' and 'Reference:C:\Users\jefer.nuget\packages\system.diagnostics.tracesource\4.3.0\ref\netstandard1.3\System.Diagnostics.TraceSource.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Diagnostics.TraceSource.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Dynamic.Runtime.dll' and 'Reference:C:\Users\jefer.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Dynamic.Runtime.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.10.0'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Globalization.dll' and 'Reference:C:\Users\jefer.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\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'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.IO.dll' and 'Reference:C:\Users\jefer.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\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'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Linq.Expressions.dll' and 'Reference:C:\Users\jefer.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\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'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.ObjectModel.dll' and 'Reference:C:\Users\jefer.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.ObjectModel.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.10.0'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Reflection.dll' and 'Reference:C:\Users\jefer.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\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'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Reflection.Emit.dll' and 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.reflection.emit\4.3.0\ref\netstandard1.1\System.Reflection.Emit.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Reflection.Emit.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.0.0'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Reflection.Emit.ILGeneration.dll' and 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.reflection.emit.ilgeneration\4.3.0\ref\netstandard1.0\System.Reflection.Emit.ILGeneration.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Reflection.Emit.ILGeneration.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.0.0'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Reflection.Primitives.dll' and 'Reference:C:\Users\jefer.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\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'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Reflection.TypeExtensions.dll' and 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Reflection.TypeExtensions.dll' because AssemblyVersion '4.1.2.0' is greater than '4.1.0.0'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Runtime.dll' and 'Reference:C:\Users\jefer.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\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'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Text.Encoding.dll' and 'Reference:C:\Users\jefer.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\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'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Threading.Tasks.dll' and 'Reference:C:\Users\jefer.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\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'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Xml.ReaderWriter.dll' and 'Reference:C:\Users\jefer.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Xml.ReaderWriter.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. 7> Encountered conflict between 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Xml.XmlDocument.dll' and 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.xml.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XmlDocument.dll'. Choosing 'Reference:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Xml.XmlDocument.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.1.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Collections.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.any.system.collections\4.3.0\lib\netstandard1.3\System.Collections.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Collections.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.12.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.Tracing.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.any.system.diagnostics.tracing\4.3.0\lib\netstandard1.5\System.Diagnostics.Tracing.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.Tracing.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Globalization.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.any.system.globalization\4.3.0\lib\netstandard1.3\System.Globalization.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Globalization.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.12.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.any.system.io\4.3.0\lib\netstandard1.5\System.IO.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.any.system.reflection\4.3.0\lib\netstandard1.5\System.Reflection.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Extensions.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.any.system.reflection.extensions\4.3.0\lib\netstandard1.3\System.Reflection.Extensions.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Extensions.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.2.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Primitives.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.any.system.reflection.primitives\4.3.0\lib\netstandard1.3\System.Reflection.Primitives.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Primitives.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.2.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Resources.ResourceManager.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.any.system.resources.resourcemanager\4.3.0\lib\netstandard1.3\System.Resources.ResourceManager.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Resources.ResourceManager.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.2.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.any.system.runtime\4.3.0\lib\netstandard1.5\System.Runtime.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.Handles.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.any.system.runtime.handles\4.3.0\lib\netstandard1.3\System.Runtime.Handles.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.Handles.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.2.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.InteropServices.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.any.system.runtime.interopservices\4.3.0\lib\netstandard1.6\System.Runtime.InteropServices.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.InteropServices.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Text.Encoding.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.any.system.text.encoding\4.3.0\lib\netstandard1.3\System.Text.Encoding.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Text.Encoding.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.12.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Text.Encoding.Extensions.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.any.system.text.encoding.extensions\4.3.0\lib\netstandard1.3\System.Text.Encoding.Extensions.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Text.Encoding.Extensions.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.12.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.Tasks.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.any.system.threading.tasks\4.3.0\lib\netstandard1.3\System.Threading.Tasks.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.Tasks.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.12.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.Debug.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win.system.diagnostics.debug\4.3.0\runtimes\win\lib\netstandard1.3\System.Diagnostics.Debug.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.Debug.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.12.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.FileSystem.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win.system.io.filesystem\4.3.0\runtimes\win\lib\netstandard1.3\System.IO.FileSystem.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.FileSystem.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.2.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.Extensions.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win.system.runtime.extensions\4.3.0\runtimes\win\lib\netstandard1.5\System.Runtime.Extensions.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Runtime.Extensions.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Private.Uri.dll' and 'Runtime:C:\Users\jefer.nuget\packages\runtime.win7.system.private.uri\4.3.0\runtimes\win\lib\netstandard1.0\System.Private.Uri.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Private.Uri.dll' because AssemblyVersion '4.0.4.0' is greater than '4.0.3.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Buffers.dll' and 'Runtime:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Buffers.dll' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Collections.NonGeneric.dll' and 'Runtime:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.collections.nongeneric\4.3.0\lib\netstandard1.3\System.Collections.NonGeneric.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Collections.NonGeneric.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.2.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Collections.Specialized.dll' and 'Runtime:C:\Users\jefer.nuget\packages\system.collections.specialized\4.3.0\lib\netstandard1.3\System.Collections.Specialized.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Collections.Specialized.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.2.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ComponentModel.dll' and 'Runtime:C:\Users\jefer.nuget\packages\system.componentmodel\4.3.0\lib\netstandard1.3\System.ComponentModel.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ComponentModel.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ComponentModel.Primitives.dll' and 'Runtime:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.componentmodel.primitives\4.3.0\lib\netstandard1.0\System.ComponentModel.Primitives.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ComponentModel.Primitives.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ComponentModel.TypeConverter.dll' and 'Runtime:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.componentmodel.typeconverter\4.3.0\lib\netstandard1.5\System.ComponentModel.TypeConverter.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ComponentModel.TypeConverter.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.TraceSource.dll' and 'Runtime:C:\Users\jefer.nuget\packages\system.diagnostics.tracesource\4.3.0\runtimes\win\lib\netstandard1.3\System.Diagnostics.TraceSource.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Diagnostics.TraceSource.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.1.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Dynamic.Runtime.dll' and 'Runtime:C:\Users\jefer.nuget\packages\system.dynamic.runtime\4.3.0\lib\netstandard1.3\System.Dynamic.Runtime.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Dynamic.Runtime.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.12.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Globalization.Extensions.dll' and 'Runtime:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.globalization.extensions\4.3.0\runtimes\win\lib\netstandard1.3\System.Globalization.Extensions.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Globalization.Extensions.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.2.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.FileSystem.Primitives.dll' and 'Runtime:C:\Users\jefer.nuget\packages\system.io.filesystem.primitives\4.3.0\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.IO.FileSystem.Primitives.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.2.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Linq.dll' and 'Runtime:C:\Users\jefer.nuget\packages\system.linq\4.3.0\lib\netstandard1.6\System.Linq.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Linq.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Linq.Expressions.dll' and 'Runtime:C:\Users\jefer.nuget\packages\system.linq.expressions\4.3.0\lib\netstandard1.6\System.Linq.Expressions.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Linq.Expressions.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ObjectModel.dll' and 'Runtime:C:\Users\jefer.nuget\packages\system.objectmodel\4.3.0\lib\netstandard1.3\System.ObjectModel.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.ObjectModel.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.13.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Emit.dll' and 'Runtime:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.reflection.emit\4.3.0\lib\netstandard1.3\System.Reflection.Emit.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Emit.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.2.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Emit.ILGeneration.dll' and 'Runtime:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.reflection.emit.ilgeneration\4.3.0\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Emit.ILGeneration.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Emit.Lightweight.dll' and 'Runtime:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.reflection.emit.lightweight\4.3.0\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.Emit.Lightweight.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.TypeExtensions.dll' and 'Runtime:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.reflection.typeextensions\4.3.0\lib\netstandard1.5\System.Reflection.TypeExtensions.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Reflection.TypeExtensions.dll' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Text.RegularExpressions.dll' and 'Runtime:C:\Users\jefer.nuget\packages\system.text.regularexpressions\4.3.0\lib\netstandard1.6\System.Text.RegularExpressions.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Text.RegularExpressions.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.dll' and 'Runtime:C:\Users\jefer.nuget\packages\system.threading\4.3.0\lib\netstandard1.3\System.Threading.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.12.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.Overlapped.dll' and 'Runtime:C:\Users\jefer.nuget\packages\system.threading.overlapped\4.3.0\runtimes\win\lib\netstandard1.3\System.Threading.Overlapped.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.Overlapped.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.2.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.Tasks.Extensions.dll' and 'Runtime:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Threading.Tasks.Extensions.dll' because AssemblyVersion '4.1.1.0' is greater than '4.1.0.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Xml.ReaderWriter.dll' and 'Runtime:C:\Users\jefer.nuget\packages\system.xml.readerwriter\4.3.0\lib\netstandard1.3\System.Xml.ReaderWriter.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Xml.ReaderWriter.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.0.0'. 7> Encountered conflict between 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Xml.XmlDocument.dll' and 'Runtime:C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.xml.xmldocument\4.3.0\lib\netstandard1.3\System.Xml.XmlDocument.dll'. Choosing 'Runtime:C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.app\2.0.0\runtimes\win-x64\lib\netcoreapp2.0\System.Xml.XmlDocument.dll' because AssemblyVersion '4.1.0.0' is greater than '4.0.2.0'. 7>Target GenerateTargetFrameworkMonikerAttribute: 7> Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 7>Target CoreCompile: 7> Using shared compilation with compiler from directory: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Roslyn 7>Target _CopyFilesMarkedCopyLocal: 7> Copying file from "C:\Code\TARS\Domain.Abstractions\bin\Debug\netcoreapp2.0\Domain.Abstractions.dll" to "bin\Debug\netcoreapp2.0\win7-x64\Domain.Abstractions.dll". 7> Copying file from "C:\Code\TARS\Exchanges.Actors.Interfaces\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.dll" to "bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.dll". 7> Copying file from "C:\Code\TARS\Exchanges.Services.Interfaces\bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.dll" to "bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Services.Abstractions.dll". 7> Copying file from "C:\Code\TARS\Exchanges.Services\bin\Debug\netcoreapp2.0\Exchanges.Services.dll" to "bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Services.dll". 7> Copying file from "C:\Code\TARS\Services.Abstractions.Core\bin\Debug\netcoreapp2.0\Services.Abstractions.dll" to "bin\Debug\netcoreapp2.0\win7-x64\Services.Abstractions.dll". 7> Copying file from "C:\Code\TARS\Util\bin\Debug\netcoreapp2.0\Util.dll" to "bin\Debug\netcoreapp2.0\win7-x64\Util.dll". 7> Copying file from "C:\Code\TARS\Exchanges.Actors.Interfaces\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.pdb" to "bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.pdb". 7> Copying file from "C:\Code\TARS\Exchanges.Services\bin\Debug\netcoreapp2.0\Exchanges.Services.pdb" to "bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Services.pdb". 7> Copying file from "C:\Code\TARS\Exchanges.Services.Interfaces\bin\Debug\netcoreapp2.0\Exchanges.Services.Abstractions.pdb" to "bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Services.Abstractions.pdb". 7> Copying file from "C:\Code\TARS\Services.Abstractions.Core\bin\Debug\netcoreapp2.0\Services.Abstractions.pdb" to "bin\Debug\netcoreapp2.0\win7-x64\Services.Abstractions.pdb". 7> Copying file from "C:\Code\TARS\Util\bin\Debug\netcoreapp2.0\Util.pdb" to "bin\Debug\netcoreapp2.0\win7-x64\Util.pdb". 7> Copying file from "C:\Code\TARS\Domain.Abstractions\bin\Debug\netcoreapp2.0\Domain.Abstractions.pdb" to "bin\Debug\netcoreapp2.0\win7-x64\Domain.Abstractions.pdb". 7> Creating "C:\Code\TARS\Exchanges.Actors\obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.csproj.CopyComplete" because "AlwaysCreate" was specified. 7>Target GetCopyToOutputDirectoryItems: 7>Target _CopyOutOfDateSourceItemsToOutputDirectory: 7> Copying file from "C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.dotnethostpolicy\2.0.0\runtimes\win-x64\native\hostpolicy.dll" to "bin\Debug\netcoreapp2.0\win7-x64\hostpolicy.dll". 7> Copying file from "C:\Users\jefer.nuget\packages\runtime.win-x64.microsoft.netcore.dotnethostresolver\2.0.0\runtimes\win-x64\native\hostfxr.dll" to "bin\Debug\netcoreapp2.0\win7-x64\hostfxr.dll". 7> Copying file from "C:\Code\TARS\Exchanges.Actors\obj\netcoreapp2.0\win7-x64\host\Exchanges.Actors.exe" to "bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.exe". 7>Target CopyFilesToOutputDirectory: 7> Copying file from "obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.dll" to "bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.dll". 7> Exchanges.Actors -> C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.dll 7> Copying file from "obj\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.pdb" to "bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.pdb". 7>Target _CopyAssembliesToFabActUtilWorkingDir: 7> Copying file from "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.runtimeconfig.dev.json" to "obj\FabActUtilTemp\FabActUtil.runtimeconfig.dev.json". 7> Copying file from "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.deps.json" to "obj\FabActUtilTemp\FabActUtil.deps.json". 7> Copying file from "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Domain.Abstractions.dll" to "obj\FabActUtilTemp\Domain.Abstractions.dll". 7> Copying file from "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.Abstractions.dll" to "obj\FabActUtilTemp\Exchanges.Actors.Abstractions.dll". 7> Copying file from "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.dll" to "obj\FabActUtilTemp\Exchanges.Actors.dll". 7> Copying file from "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Services.Abstractions.dll" to "obj\FabActUtilTemp\Exchanges.Services.Abstractions.dll". 7> Copying file from "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Services.dll" to "obj\FabActUtilTemp\Exchanges.Services.dll". 7> Copying file from "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Services.Abstractions.dll" to "obj\FabActUtilTemp\Services.Abstractions.dll". 7> Copying file from "C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\Util.dll" to "obj\FabActUtilTemp\Util.dll". 7>Target _UpdateServiceFabricServiceManifest: 7> System.ArgumentException: The actor type 'Exchanges.Actors.Bitmex' does not implement any actor interfaces or one of the interfaces implemented is not an actor interface. All interfaces(including its parent interface) implemented by actor type must be actor interface. An actor interface is the one that ultimately derives from 'Microsoft.ServiceFabric.Actors.IActor' type. 7> Parameter name: actorType 7> at Microsoft.ServiceFabric.Actors.Runtime.ActorTypeInformation.Get(Type actorType) 7> at FabActUtil.Tool.LoadActors(Assembly inputAssembly, IList1 actorFilters, IList1 actorTypes) 7> at FabActUtil.Tool.LoadActors(ToolContext context) 7> at FabActUtil.Tool.Run(ToolArguments arguments) 7> at FabActUtil.Program.Main(String[] args) 7> C:\Users\jefer.nuget\packages\microsoft.servicefabric.actors\3.0.472\build\netcoreapp2.0\Microsoft.ServiceFabric.Actors.targets(22,5): error MSB3073: The command "dotnet "obj\FabActUtilTemp\FabActUtil.dll" /spp:"PackageRoot" /t:manifest /sp:"Exchanges.Actors" /in:"bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.dll" /arp:"C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\" " exited with code -1. 7>Done building target "_UpdateServiceFabricServiceManifest" in project "Exchanges.Actors.csproj" -- FAILED. 7> 7>Done building project "Exchanges.Actors.csproj" -- FAILED. 7> 7>Build FAILED. 7> 7>C:\Users\jefer.nuget\packages\microsoft.servicefabric.actors\3.0.472\build\netcoreapp2.0\Microsoft.ServiceFabric.Actors.targets(22,5): error MSB3073: The command "dotnet "obj\FabActUtilTemp\FabActUtil.dll" /spp:"PackageRoot" /t:manifest /sp:"Exchanges.Actors" /in:"bin\Debug\netcoreapp2.0\win7-x64\Exchanges.Actors.dll" /arp:"C:\Code\TARS\Exchanges.Actors\bin\Debug\netcoreapp2.0\win7-x64\" " exited with code -1. 7> 0 Warning(s) 7> 1 Error(s) 7> 7>Time Elapsed 00:00:00.73 ========== Rebuild All: 6 succeeded, 1 failed, 0 skipped ==========

amanbha commented 6 years ago

@jefersonmanjos The error is: The actor type 'Exchanges.Actors.Bitmex' does not implement any actor interfaces or one of the interfaces implemented is not an actor interface

jefersonmanjos commented 6 years ago

@amanbha So in my case that I faze this class Bitmex : ExchangeActor<IBitmexExchangeOrders, IBitmexExchangeWallets, IBitmexExchangePositions>, IBitmex{}

This interfaces IBitmexExchangeOrders, IBitmexExchangeWallets, IBitmexExchangePositions need to to be a actor interface too? Because IBitmex was a actor interface.

jefersonmanjos commented 6 years ago

@amanbha It's solved. So to solved the problem I did this steps. 1) Removed all actors projects and create new ones. 2) Removed or add actor interface in my custom parent interfaces.

Thanks for your help.