Version 1.1.0
Closed Aug 26, 2024
100% complete
-
Multi-Targeting Configuration:
-
What Changed: The project file (
.csproj
) was updated to target both .NET 6.0 and .NET 7.0 by adding the<TargetFrameworks>
element. - Result: The project now builds and runs on both .NET 6.0 and .NET 7.0, ensuring broader compatibility across different environments.
-
What Changed: The project file (
-
Test Project Multi-Targeting:
-
What Changed: The
Logger…
-
What Changed: The
-
Multi-Targeting Configuration:
- What Changed: The project file (
.csproj
) was updated to target both .NET 6.0 and .NET 7.0 by adding the<TargetFrameworks>
element. - Result: The project now builds and runs on both .NET 6.0 and .NET 7.0, ensuring broader compatibility across different environments.
- What Changed: The project file (
-
Test Project Multi-Targeting:
- What Changed: The
Logger.Tests
project was similarly updated to target both .NET 6.0 and .NET 7.0. - Result: Tests are now executed against both frameworks, verifying that the library behaves correctly in both environments.
- What Changed: The
Resulting Benefits
- Increased Compatibility: The project now supports both .NET 6.0 and .NET 7.0, making it accessible to a wider range of developers and applications.
This milestone is closed.
No open issues remain. View closed issues or see open milestones in this repository.