Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend.NetStandard: remove project #219

Merged
merged 1 commit into from
Aug 9, 2023

Commits on Aug 9, 2023

  1. Backend.NetStandard: remove project

    The non legacy version of GWallet backend is now NETStandard
    2.0 so we no longer need the extra GWallet.Backend.NetStandard
    project that we previously needed to build XF frontends.
    
    FSharp.Core version in GWallet.Backend had to pinned to v4.7.0
    like other Frontend projects to prevent build errors/version
    conflicts (by default GWallet.Backend would choose v5.0.0 while
    Frontend is pinned to v4.7.0).
    
    In some solutions, legacy version of Backend had to be named
    GWallet.Backend.Legacy to prevent naming colision with the
    non-legacy version. This should not affect assembly name, etc.
    aarani committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    373e178 View commit details
    Browse the repository at this point in the history