jcansdale / gpr

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

Add support for .NET 5.0 #102

Closed patriksvensson closed 3 years ago

patriksvensson commented 3 years ago

Adds support for the net5.0 target framework which makes it possible to use gpr without installing the net3.1 SDK.

I wasn't sure if I should change the Dockerfile to use this net5.0 image, to be honest, but happy to do that if that is the right thing to do.

jcansdale commented 3 years ago

@patriksvensson 👋🏻 sorry I dropped the ball on this! 😊

What do you think of merging https://github.com/jcansdale/gpr/pull/99 instead? 🤔

patriksvensson commented 3 years ago

@jcansdale No worries 😄

Sounds good to me!

jcansdale commented 3 years ago

Cool, I've merged #99. I'll switch to .NET 5.0 when I start using/testing with it. Closing this one for now. 😄