Keep running into version problems
See original GitHub issueI added a new test project to my solution then I got:
/Users/hal/Development/GenFormService/tests/Informedica.GenUnits.Tests/Informedica.GenUnits.Tests.fsproj : warning NU1605: Detected package downgrade: Expecto from 7.0.0 to 5.1.2. Reference the package directly from the project to select a different version. [/Users/hal/Development/GenFormService/GenFormService.sln] /Users/hal/Development/GenFormService/tests/Informedica.GenUnits.Tests/Informedica.GenUnits.Tests.fsproj : warning NU1605: Informedica.GenUnits.Tests -> Expecto.FsCheck 7.0.0 -> Expecto (>= 7.0.0) [/Users/hal/Development/GenFormService/GenFormService.sln] /Users/hal/Development/GenFormService/tests/Informedica.GenUnits.Tests/Informedica.GenUnits.Tests.fsproj : warning NU1605: Informedica.GenUnits.Tests -> Expecto (>= 5.0.0) [/Users/hal/Development/GenFormService/GenFormService.sln] /Users/hal/Development/GenFormService/tests/Informedica.GenUnits.Tests/Informedica.GenUnits.Tests.fsproj : warning NU1605: Detected package downgrade: Expecto from 7.0.0 to 5.1.2. Reference the package directly from the project to select a different version. /Users/hal/Development/GenFormService/tests/Informedica.GenUnits.Tests/Informedica.GenUnits.Tests.fsproj : warning NU1605: Informedica.GenUnits.Tests -> Expecto.FsCheck 7.0.0 -> Expecto (>= 7.0.0) /Users/hal/Development/GenFormService/tests/Informedica.GenUnits.Tests/Informedica.GenUnits.Tests.fsproj : warning NU1605: Informedica.GenUnits.Tests -> Expecto (>= 5.0.0) 2 Warning(s) 0 Error(s)
Cleaning the whole solution, deleting and reinstalling using paket nothing seems to help?? This is weird as I don’t understand why there is a downgrade of expecto?
This is the relevant paket.lock file part:
GENERATE-LOAD-SCRIPTS: ON
REDIRECTS: FORCE
STORAGE: NONE
RESTRICTION: || (== netcoreapp2.0) (== netstandard2.0)
NUGET
remote: https://api.nuget.org/v3/index.json
Argu (5.1)
FSharp.Core (>= 4.3.2)
System.Configuration.ConfigurationManager (>= 4.4)
Expecto (7.0)
Argu (>= 5.1)
Mono.Cecil (>= 0.10.0-beta7)
System.Diagnostics.FileVersionInfo (>= 4.3)
Expecto.FsCheck (7.0)
Expecto (>= 7.0)
FsCheck (>= 2.10.4)
FsCheck (2.10.8)
FSharp.Core (>= 4.2.3)
NETStandard.Library (>= 1.6.1)
System.ValueTuple (>= 4.4)
FSharp.Core (4.3.4)
MathNet.Numerics (4.4)
MathNet.Numerics.FSharp (4.4)
FSharp.Core (>= 4.3.3)
MathNet.Numerics (>= 4.4)
Microsoft.NETCore.Platforms (2.0.1)
Microsoft.NETCore.Targets (2.0)
Mono.Cecil (0.10.0-beta7)
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
@halcwb Template relased sorry for inconvenience!
No problems, thanks for the quick response!