773 B
773 B
FIX2 - .NET Framework 4.8 dual target
Changes in this package:
IMSApiDotNet.csprojnow uses:netstandard2.0net48
- Added private build-only reference:
Microsoft.NETFramework.ReferenceAssemblies.net481.0.3
- Added dedicated build helpers:
scripts/build-net48.ps1scripts/build-net48.cmd
- Added
NET48_BUILD.md. - Kept the protocol-vector test project on
net7.0so it works with the user's installed .NET SDK 7.0.302. - Kept the previous FIX1 compiler corrections in
IhapReader.csandWireRegistry.cs.
Expected Release outputs:
src/IMSApiDotNet/bin/Release/netstandard2.0/IMSApiDotNet.dllsrc/IMSApiDotNet/bin/Release/net48/IMSApiDotNet.dll
Use the net48 DLL in classic .NET Framework 4.8 applications.