This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 182
netcoreapp version crashes #379
Labels
Comments
For what it's worth, I've dotnet 1.1.0 installed outside that folder. |
Looks like it's depending on 1.0.X because it's a netcoreapp1.0 app. Try installing 1.0.X. |
Isn't this a self-contained app meaning it comes with all it's deps (also dotnet core 1.0.x)? |
It may be because we are using msbuild to build the netcoreapp1.0 instead of the .NET CLI tools. |
@conniey Does this mean that VS 2017 RC is required in order to compile the .NET Core project with MSBuild? I'm trying to build it on Windows. |
It think all MSBuild does is pipe everything to |
If you pull the latest version of master and build it, executing: Fixed in #411 . |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This version of apiport is not expecting a certian dotnet core version to be installed on my system, right? It should just work, as it's bundled with the dotnet core version it needs? Or am I missing something?
The text was updated successfully, but these errors were encountered: