.NET Core 2.1 - dotnet/exe on build, packages are missing
Clash Royale CLAN TAG #URR8PPP .NET Core 2.1 - dotnet/exe on build, packages are missing I've been developing on one machine and recently tried to install my application on another PC. I think I've deduced to to the nuget packages not being found since in .NET Core, nuget puts the packages in the local 'Users' folder path. I initially added the <RunTimeIdentifier> tag to create an exe (which worked on my developer machine). When running the exe on a different machine, the console window will flash very quickly and application stops with no error output (even in Event Viewer). <RunTimeIdentifier> I also added this tag <PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest <PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest in the *.csproj which did not make a difference. So I tried running dotnet project.dll which gave me this error on the other machine. dotnet project.dll An assembly s...