ElectronNET / ElectronNET/electron.net-musicplayer-sample
dotnet restore fails
- Dominant language
- C#
- Stars
- 67
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
`dotnet restore` fails with weird error message:
```
C:\doc\dev\electron.net-musicplayer-sample\MyElectronMusicPlayer\MyElectronMusicPlayer.csproj : error NU1202: Package ElectronNET.CLI 0.0.11 is not compatible
with netcoreapp2.1 (.NETCoreApp,Version=v2.1). Package ElectronNET.CLI 0.0.11 supports: netcoreapp2.1 (.NETCoreApp,Version=v2.1) / any [C:\doc\dev\electron.n
et-musicplayer-sample\MyElectronMusicPlayer.sln]
C:\doc\dev\electron.net-musicplayer-sample\MyElectronMusicPlayer\MyElectronMusicPlayer.csproj : error NU1212: Invalid project-package combination for Electron
NET.CLI 0.0.11. DotnetToolReference project style can only contain references of the DotnetTool type [C:\doc\dev\electron.net-musicplayer-sample\MyElectronMu
sicPlayer.sln]
```
dotnet sdk installed on machine: 2.1.500, 2.1.504, 2.2.104.
dotnet version 2.1.500 is selected for this specific build by using global.json file.
Any ideas how to get this working?
Thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.