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

Release 2.5.0 is still not on nuget.org #1606

Open
kzu opened this issue May 1, 2024 · 3 comments
Open

Release 2.5.0 is still not on nuget.org #1606

kzu opened this issue May 1, 2024 · 3 comments

Comments

@kzu
Copy link
Contributor

kzu commented May 1, 2024

See https://www.nuget.org/packages/git-credential-manager#versions-body-tab

kzu added a commit to devlooped/CredentialManager that referenced this issue May 16, 2024
This allows us to ship 2.5.0 even if they haven't done so on nuget.org

See git-ecosystem/git-credential-manager#1606
kzu added a commit to devlooped/CredentialManager that referenced this issue May 16, 2024
This allows us to ship 2.5.0 even if they haven't done so on nuget.org

See git-ecosystem/git-credential-manager#1606

Fixes #88
kzu added a commit to devlooped/CredentialManager that referenced this issue May 16, 2024
This allows us to ship 2.5.0 even if they haven't done so on nuget.org

See git-ecosystem/git-credential-manager#1606

Fixes #88
@XVincentX
Copy link

Is there a reason why this is still not on nuget?

@kzu
Copy link
Contributor Author

kzu commented Jun 4, 2024

If you need to use it exclusively as a library from NS2.0, you can use Devlooped.CredentialManager which provides the portable v2.5.0 implementation.

@XVincentX
Copy link

What I ended up doing was to modify the json file internally and and a rollForward option so it would run on .net 8:

{
  "runtimeOptions": {
    "tfm": "net7.0",
+   "rollForward":"Major",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "7.0.13"
    },
    "configProperties": {
      "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants