I want to try ExifLibNet
which I can get from:
I can get it with:
<PackageReference Include="ExifLibNet" Version="2.1.4" />
But it targets:
<TargetFramework>netcoreapp3.0</TargetFramework>
All the projects in my solution target:
<TargetFramework>net6.0-windows</TargetFramework>
If I download it do I get the entire code or just a .DLL or .EXE?
Can I use it even though the Frameworks are different?
BTW. When I typed this I noticed the spell check was not working.
I believe it workd before.No?
which I can get from:
<PackageReference Include="ExifLibNet" Version="2.1.4" />
But it targets:
<TargetFramework>netcoreapp3.0</TargetFramework>
All the projects in my solution target:
<TargetFramework>net6.0-windows</TargetFramework>
If I download it do I get the entire code or just a .DLL or .EXE?
Can I use it even though the Frameworks are different?
BTW. When I typed this I noticed the spell check was not working.
I believe it workd before.No?