Zaid-Ajaj / SAFE.Simplified

A lightweight alternative template of SAFE for happy cross-IDE full-stack F# development
96 stars 16 forks source link

Adding FSharp.Core v4.7.2 reference to Shared proj #13

Closed IltaySaeedi closed 3 years ago

IltaySaeedi commented 3 years ago

Cannot run server by dotnet 5.0 because FSharp.Core version is missing in the Shared.fsproj while other projects(server, client and ..) has FSharp.Core v4.7.2 dependency.

warning NU1605: Detected package downgrade: FSharp.Core from 5.0.0 to 4.7.2. Reference the package directly from the project to select a different version.

And it throws System.IO.FileLoadException.

IltaySaeedi commented 3 years ago

Maybe I should create an Issue or a branch, I need to learn how to contribute better with github.

Zaid-Ajaj commented 3 years ago

PR looks good @IltaySaeedi thanks a lot!