You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add .NET 6.0 multi-targeting support to .NET SDK (#53)
- Add net6.0 as additional target framework alongside net8.0
- Remove 'required' keyword from TestServerOptions properties for .NET 6.0 compatibility
- Bump version to 0.1.4
- Use default empty string initialization instead of required properties
This enables the SDK to work with both .NET 6.0 and .NET 8.0 projects.
0 commit comments