Tags: magicxor/DiplomaticMailBot
Tags
Upgrades target framework to .NET 10 and updates packages (#32) * Updates analyzer and package versions Updates analyzer and package dependencies to the latest versions. This change ensures the project benefits from the newest features, bug fixes, and performance improvements offered by these dependencies. * Enables transitive pinning and floating versions Enables central package transitive pinning and floating versions to allow more control over dependency versions. Adds specific version constraints for Azure.Identity, Microsoft.IdentityModel.JsonWebTokens, System.IdentityModel.Tokens.Jwt, System.Drawing.Common, and System.Formats.Asn1 to address potential vulnerabilities or compatibility issues. * Updates target framework to net10.0 Updates the target framework for all projects to .net10.0. Adds `Microsoft.Extensions.Options.DataAnnotations` package for validation. Disables some code analysis warnings in `.editorconfig`. Updates package versions in `Directory.Packages.props`. * Updates .NET SDK version to 10.0 Updates the .NET SDK version used in the testing workflow from 9.0 to 10.0. This ensures that the tests are run against the latest .NET SDK version, providing better compatibility and identifying potential issues early on.
PreviousNext