Closed Jaykul closed 7 years ago
@knoxyca reports he can't compile, getting errors in dotnet restore and build
dotnet restore
build
Adding a nuget.config in f21cd00
To build on linux you'll probably need to specify the framework so you're not trying to build for net462
net462
dotnet restore dotnet build -f "netcoreapp2.0"
@knoxyca reports he can't compile, getting errors in
dotnet restore
andbuild