Slion / VirtualDesktop

C# wrapper for the Virtual Desktop API on Windows 11.
MIT License
21 stars 9 forks source link

Target .net8.0 with fixes for build and publish actions. #20

Closed sameera closed 8 months ago

sameera commented 8 months ago

Fixing the github actions to use .net8.0, that was missed in #19 .

Slion commented 8 months ago

I'm confused did we not do that last week already?

sameera commented 8 months ago

@Slion

The previous commit did not update the GitHub actions to build using .net 8, therefore the build and publish actions would have failed eventhough the code was merged. That should be fixed with this PR.

(Sorry for the confusion. I didn't notice that you merged the earlier PR and raised this without doing a pull).