Giter Site home page Giter Site logo

Comments (4)

MangelMaxime avatar MangelMaxime commented on June 13, 2024 1

@goswinr When using CentralPackageManagement you can't use the implicit version of FSharp.Core because it comes as <PackageReference Update="FSharp.Core" Version="4.7.2" /> with a version attached to it.

But when using CentralPackageManagement your PackageReference can't have the Version has it is provided by <PackageVersion Include="FSharp.Core" Version="8.0.101" /> in the Directory.Packages.props file.

Could you also remove your obj and try again?

It was indeed the solution ... I should have known that as this is often the solution with .NET 🤦‍♂️

Thank you for saving my sanity 🤣

from fable.

nojaf avatar nojaf commented on June 13, 2024

Hi,

Seems to work in Windows for me:

image

What SDK version are you using? I have 8.0.201

from fable.

nojaf avatar nojaf commented on June 13, 2024

Could you also remove your obj and try again?

from fable.

goswinr avatar goswinr commented on June 13, 2024

What if you remove all explicit references to Fsharp.Core ?
https://github.com/glutinum-org/cli/blob/663dd7134ca411b22809d15f6fcb7cb407676f7f/src/Glutinum.Build/Glutinum.Build.fsproj#L22

Fsharp.Core is referenced implicitly by the installed SDK. Only if you want to downgrade a library you should reference it explicitly. But with the Update syntax instead of Include :
<PackageReference Update="FSharp.Core" Version="4.7.2" />

from fable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.