okta / okta-sdk-dotnet

A .NET SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
Other
160 stars 100 forks source link

Install fails via NuGet in VS 2015 targeting 4.7 #446

Closed nickgamb closed 4 years ago

nickgamb commented 4 years ago

Current behavior

Picture1 Picture2

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

bryanapellanes-okta commented 4 years ago

@nickgamb, Thanks for bringing this to our attention. I'll add this to the team backlog for review and prioritization.