isaacabraham / get-programming-fsharp

Companion code repository for https://www.manning.com/books/get-programming-with-f-sharp
124 stars 57 forks source link

Lesson 8: error MSB3073 The command ""paket" restore" exited with code 1. #54

Closed mashyoga closed 1 year ago

mashyoga commented 1 year ago

Hi, I'm running VS 2022 and get the above error. This lesson requires .net core 2.1. which is out of support. Any chance the TargetFramework could be updated? I'm running 17.3.6 of VS 2022 and 4.8.04084 of .NET framework. I've installed 2.1 and still receive: Severity Code Description Project File Line Suppression State Error MSB3073 The command ""paket" restore" exited with code 1. Capstone1 get-programming-fsharp-netcore.paket\Paket.Restore.targets 171

Thanks

mashyoga commented 1 year ago

I just recreated the project and copied the code across. Works now.