-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Maxim Saplin edited this page Mar 20, 2018
·
1 revision
There's a NuGet dependepncy to ILLinker in WinMacDiskSpeedTest project (used for creating self-deployed .NET Packages - read "Release build-publish instructions.txt") which requires manually adding a NuGet repository (https://dotnet.myget.org/F/dotnet-core/api/v3/index.json). In order to build the project, this repository must be added, or the dependency can be removed (removing the possibility to make self-contained builds). To add the repository go to "Tools -> Options -> NuGet Package Manager -> Package Source" and add a new source with "Source" address "https://dotnet.myget.org/F/dotnet-core/api/v3/index.json"