jcansdale / gpr

A .NET Core tool for working with the GitHub Package Registry
94 stars 13 forks source link

Add support for .NET 5 #101

Closed gayankanishka closed 3 years ago

gayankanishka commented 4 years ago

I am getting the below error when I try to push with gpr in a GitHub action. Github action is using dotnet-version: 5.0.100-rc.2.20479.15 for build process.

image

Please do let me know if further details are needed. Thanks in advance.

andlewis commented 3 years ago

Any chance we can get this merged in as soon as possible?

jcansdale commented 3 years ago

@gayankanishka @andlewis,

I've just merged https://github.com/jcansdale/gpr/pull/99, which should allot the tool to run when only .NET 5.0 is installed.

Sorry about the long delay. 😊

Is this issue okay to close?

jcansdale commented 3 years ago

I think this is addressed by #99. 🤞🏻