auth0-samples / auth0-WinFormsWPF-oidc-samples

Auth0 OIDC Client with Windows Forms / WPF applications
MIT License
22 stars 25 forks source link

NETSDK1135: SupportedOSPlatformVersion 10.0.18362.0 cannot be higher than TargetPlatformVersion 7.0. #29

Closed colhountech closed 1 year ago

colhountech commented 1 year ago

Issue Report

If you are reporting a bug, please fill the sections below (if they are applicable), otherwise feel free to delete those that don't apply. Thank you! 🙏🏼

Description

What are you reporting?

NuGet Package "Auth0.OidcClient.WinForms" Version="3.2.7" does not work.

Expected behaviour

Actual behaviour

Tell us what actually happens.

As above.

Steps to reproduce the problem

Tell us what we should do to reproduce the issue.

As Above.

Language / Framework Versions

  <PropertyGroup>
    <OutputType>WinExe</OutputType>
    <TargetFramework>net6.0-windows</TargetFramework>
    <Nullable>enable</Nullable>
    <UseWindowsForms>true</UseWindowsForms>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

Testing environment

  1. Operating system:

OS Name: Microsoft Windows 11 Pro OS Version: 10.0.22621 N/A Build 22621 OS Manufacturer: Microsoft Corporation OS Configuration: Member Workstation OS Build Type: Multiprocessor Free

Screenshots

None.

frederikprijck commented 1 year ago

Apologies for the late reply, this should be related to https://github.com/auth0/auth0-oidc-client-net/issues/205#issuecomment-873667447, even tho that comment is for .NET5, the idea is the same for .NET6 and 7.