microsoft / service-fabric-yarp

YARP integration with Service Fabric
MIT License
31 stars 9 forks source link

.NET 5 to .NET 6 Upgrade #7

Closed WhitWaldo closed 2 years ago

WhitWaldo commented 2 years ago

As .NET 5 is about to lose support, is there work being done to upgrade this to use .NET 6 throughout? Or would you accept a PR that does the same?

Tratcher commented 2 years ago

Are you having any trouble running the project on .NET 6? Target Frameworks do not go out of support, only runtimes.

WhitWaldo commented 2 years ago

Sorry, I was out of town over the weekend and for the life of me, could not get this to work on my laptop as it kept insisting that I needed to have .NET Framework 4 installed.

I was planning on giving it another shot on my development system and see if I have any better luck.

WhitWaldo commented 2 years ago

So just did a fresh clone on my development desktop and while I don't see any of the .NET Framework 4 errors, I'm also unable to build as-is from either the latest git comment or the zipped source release with the error "MSB4057 The target 'CreateManifestResourceNames' does not exist in the project".

egaribay77 commented 2 years ago

Hello, after you clone the repo can you try to restoring it using the following command "msbuild /t:build /restore". If you are still facing the issue can you add the entire error msg.

solidcloudio commented 1 year ago

I submitted a PR to upgrade to .net 6.0