When installing Okta.Sdk via NuGet in Visual Studio 2015 targeting .NET 4.7.2, the install fails with the error:
"Could not install package 'Okta.Sdk 3.2.0'. You are trying to install this package into a project that targets .NETFramework, Version=v4.7.2, but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author."
Upgrading Visual Studio to a newer version resolves the issue.
This was reproduced on multiple machines.
Expected behavior
This may be behaving as expected if VS 2015 is no longer supported but if that is the case, it should be noted in the read-me.
Minimal reproduction of the problem with instructions
To reproduce, install VS 2015 (any build) in Windows, use NuGet to search for Okta.Sdk, and install.
Current behavior
When installing Okta.Sdk via NuGet in Visual Studio 2015 targeting .NET 4.7.2, the install fails with the error:
"Could not install package 'Okta.Sdk 3.2.0'. You are trying to install this package into a project that targets .NETFramework, Version=v4.7.2, but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author."
Upgrading Visual Studio to a newer version resolves the issue.
This was reproduced on multiple machines.
Expected behavior
This may be behaving as expected if VS 2015 is no longer supported but if that is the case, it should be noted in the read-me.
Minimal reproduction of the problem with instructions
To reproduce, install VS 2015 (any build) in Windows, use NuGet to search for Okta.Sdk, and install.
Environment