-
-
Notifications
You must be signed in to change notification settings - Fork 70
Add GitHub Actions jobs to test libraries on Windows and Linux (.NET & .NET Standard) #167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ting netstandard2.0, net8.0, and net9.0
|
This pull request updates the project dependencies to their latest stable versions in order to take advantage of recent improvements, security patches, and new features. Changes: Bumped versions of relevant packages to the most recent stable releases. Ensured compatibility with existing codebase. Ran tests to verify that everything works as expected with the new versions. Please review and let me know if any adjustments are needed. |
This update configures GitHub Actions to run two jobs, one on Windows and one on Linux. Both jobs execute tests to validate the libraries targeting .NET and .NET Standard, ensuring cross-platform compatibility and reliability.