-
-
Notifications
You must be signed in to change notification settings - Fork 28
Issue installing on .NET 9 #73
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Description
happened to do a build shortly after 0.15.0 was pushed with a repository with a global.json targeting .NET 9, and the workflow failed. I'm getting the same on my machine trying to install it. No problem with .NET 10, and I probably need to get things updated anyways.
dotnet tool install -g dotnet-releaser
Tool 'dotnet-releaser' failed to update due to the following:
The settings file in the tool's NuGet package is invalid: Settings file 'DotnetToolSettings.xml' was not found in the package.
Tool 'dotnet-releaser' failed to install. Contact the tool author for assistance.
It it's .NET 10 only for the SDK that works for me, of course. Just wanted to bring it to your attention if it isn't intended behavior. Looks like 10 has its own complications, I'd rather have support for it rather than older SDKs so I'm happy to update my stuff in the meantime.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested