Replies: 1 comment
-
@mahesh139 : from https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0. IN theory it should work, but the .NET compatibility matrix mentions it's best upgrade to .NET Framework 4.7.2 or higher. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I searched for documentation and sample to use PnpCore SDK with legacy .Net framework application but could not find any information on this topic.
SDK documentation says "We currently target .NET Standard 2.0, [.NET 6.0] [.NET 7.0] and [.NET 8.0]. Use the .NET 6.0 (LTS), .NET 7.0 or .NET 8.0 (LTS) builds if you're using a modern .NET version, use .NET Standard 2.0 for backwards compatibility with .NET Framework 4.6.1+."
Is it possible to use this SDK in a project with .Net Framework 4.6.1+?
if its possible, any guidance and direction about using it would be very helpful.
Regards,
Mahesh
Beta Was this translation helpful? Give feedback.
All reactions