Hi Team ,
Im trying to migrate a custom built c# library to be compatible with windows.
Im using VS 2022 & if I try to add to add two target versions net48 & net 6.0 windows its throwing incorrect format.
If I just built on target framework net 6.0 windows its not being compatible with windows framework.
What is the right way to do it. Do we need to get two dll’s after we build? one for net48 & one for net 6.0 windows folders?
If I point the same DLL in nuget package for both lib folders(48 & 6.0) nuget package is showing dome TMF error while creating a a package
So I tried to rebuild class library with target framework version as net 6.0 windows & built a nuget package from the dll . Even that is showing error so is it mandatory to have dll’s for both 4.8 & net 6.0?
If you want to have the activities package work in both (windows and windows-legacy), it’s necessary to add both target and modify csproj file as the following document.