-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to resolve 'Jsonize' for '.NETCoreApp,Version=v1.0' #24
Comments
Fixed this error by changing the package name in the
|
Thanks for your issue, I was having the same ( but it still ran properly for me). I noticed that in your pull request you have something different. Which way works properly? |
Hi Jack Well to just use Jsonize I can reference the NuGet package by it's name, which is
I wasn't able to restore the |
Right, thanks. I think it's best to leave it at what you have now so that we can test the latest functions. Tests will only really be run in a dev environment anyway. We can build another project if we want to test the released version. Looks like you might have solved an issue I've been having for a while, thanks. |
Glad I could help you (took me more than an hour to solve this problem before I could even work on your issue). |
I'm getting above error when running
dotnet restore
and can't getting it to work (whether on Windows or on macOS). Any ideas?dotnet --info on Windows
.NET Command Line Tools (1.0.0-preview2-003131)
Product Information:
Version: 1.0.0-preview2-003131
Commit SHA-1 hash: (hidden)
Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64
dotnet --info on macOS
.NET Command Line Tools (1.0.0-preview2-003131)
Product Information:
Version: 1.0.0-preview2-003131
Commit SHA-1 hash: (hidden)
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.12
OS Platform: Darwin
RID: osx.10.12-x64
The text was updated successfully, but these errors were encountered: