Xavalon / XamlStyler

Visual Studio extension to help format your XAML source code
Apache License 2.0
1.21k stars 130 forks source link

Update to .NET 6 #378

Closed michael-hawker closed 2 years ago

michael-hawker commented 2 years ago

Is your feature request related to a problem? Please describe. .NET Core 3.1 will be EOL at the end of the year: https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core

It seems like I can't run the .NET Core 3.1 based app in my .NET 6 based pipeline:

It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '3.1.0' (x64) was not found.
  - The following frameworks were found:
      6.0.3 at [C:\Users\runneradmin\AppData\Local\Microsoft\dotnet\shared\Microsoft.NETCore.App]

(without also having to install .NET Core 3.1 alongside the .NET 6 SDK install.)

Describe the solution you'd like It'd be great to update to use the net6.0 TFM over netcoreapp3.1