Skip to content

Maintenance: Update NUGET_URL to HTTPS for .NET 9 compatibility #1

Description

@Sewer56

(This may not apply to your project, if this is a fork, etc.)

Upgrade notice from Reloaded Author

Your project uses older HTTP endpoint for uploading NuGet packages (http://packages.sewer56.moe:5000/v3/index.json).
When you upgrade to .NET 9, you may have issues pushing NuGet packages in your CI integration due to NU1302.

For more details refer to:

Solution

I've made a HTTPS endpoint available for uploads, in your YAML file workflow(s):

Change the line from

http://packages.sewer56.moe:5000/v3/index.json

to

https://packages.sewer56.moe/v3/index.json

In each affected file below.

Affected Files

.github/workflows/reloaded.yml

NUGET_URL: http://packages.sewer56.moe:5000/v3/index.json

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions