Is that possible that a class library which is created in >NET 6 can be used as reference in ASP.NET Website created in .NET 4.7 framework
I didn't try any thing yet
Is that possible that a class library which is created in >NET 6 can be used as reference in ASP.NET Website created in .NET 4.7 framework
I didn't try any thing yet
Copyright © 2021 Jogjafile Inc.
If you can build the
.NET 6package as.NET Standardlibrary then yes. Otherwise not.For example a
.NET Standard 2.0library can be used in:.NET Framework
4.6.1,4.6.2,4.7,4.7.1,4.7.2,4.8,4.8.1