Jaykul / Jupyter-PowerShell

Jupyter Kernel for PowerShell
Other
110 stars 17 forks source link

Can't build on Linux? #11

Closed Jaykul closed 7 years ago

Jaykul commented 7 years ago

@knoxyca reports he can't compile, getting errors in dotnet restore and build

Jaykul commented 7 years ago

Adding a nuget.config in f21cd00

Jaykul commented 7 years ago

To build on linux you'll probably need to specify the framework so you're not trying to build for net462

dotnet restore
dotnet build -f "netcoreapp2.0"