-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hi, I cloned the repository and followed the build instructions but ran into some issues. I have dotnet sdk 2.1.4 installed.
On attempting to restore I got an error:
D:\git\mellinoe\vk\src\samples\tutorial\tutorial.csproj : error NU1102: Unable to find package SixLabors.ImageSharp with version (>= 1.0.0-ci0027) [D:\git\mellinoe\vk\src\vk.sln]
I modified the tutorial.csproj to reference SixLabors.ImageSharp version 1.0.0-beta0003, and that had a knock-on effect that I had to reference System.Runtime.CompilerServices.Unsafe version 4.5.0-preview1-26216-02.
After that the restore worked, but then the build failed:
D:\git\mellinoe\vk>dotnet msbuild src\vk\vk.csproj
Microsoft (R) Build Engine version 15.5.180.51428 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
The application to execute does not exist: 'D:\git\mellinoe\vk\bin\Debug\vk.generator\netcoreapp2.0\vk.generator.dll'
D:\git\mellinoe\vk\src\vk\vk.csproj(32,5): error MSB3073: The command "dotnet D:\git\mellinoe\vk\bin/Debug/vk.generator/netcoreapp2.0/vk.generator.dll --out D:\git\mellinoe\vk\src\vk\Generated" exited with code -2147450751.
Thanks,
Gary