Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .NET 7.0 compatibility #81

Open
airbnboy opened this issue Nov 29, 2022 · 2 comments
Open

Add .NET 7.0 compatibility #81

airbnboy opened this issue Nov 29, 2022 · 2 comments

Comments

@airbnboy
Copy link

Please add include for .NET 7.0

(Works in wpf in csproj file)

<TargetFrameworks>net7.0-windows10.0.19041.0;net6.0-windows10.0.19041.0;net5.0-windows10.0.19041.0</TargetFrameworks>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net7.0-windows10.0.19041.0|AnyCPU'">
	  <NoWarn>1701;1702;1591</NoWarn>
  </PropertyGroup>

  <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net7.0-windows10.0.19041.0|AnyCPU'">
	  <NoWarn>1701;1702;1591</NoWarn>
  </PropertyGroup>`
@david-d-h
Copy link

Are there any plans to make this happen?

@Slion
Copy link

Slion commented Aug 18, 2023

Just added it to v5.2.0
See: https://github.com/Slion/VirtualDesktop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants