infra: add script to add support of a new dotnet version using previous examples and tests#76
Merged
fpandyz merged 2 commits intoJun 21, 2026
Conversation
239dfb1
into
TourmalineCore:feature/add_dotnet_10_support
1 check passed
fpandyz
added a commit
that referenced
this pull request
Jun 21, 2026
…tcore 3.1, .net 5 due to their out of support status and to simplify the further support by removing old readme related only to these platforms (#77) * infra: add script to add support of a new dotnet version using previous examples and tests (#76) * chore: create script to add net .NET version * chore(readme): add decription how-to-update for new .NET version --------- Co-authored-by: Aleksandr Petrakov <apetrakov@tourmalinecore.com> * feat: add dotnet 10 support and its tests by analogy with existing dotnet 9 * chore: update visual studio version to 2026, remove 10 dotnet's project that fail build due to using the same class name * feat!: remove vulnerable and no longer supported .net core 3.0, 3.1 and .net 5.0 * chore: use the latest stable version of Microsoft.AspNetCore.Authentication.JwtBearer for .net 6 * chore: try to address a warning regarding UseAuthorization position * ci: run tests_workflow.yml only in PRs * docs: fix versions support in the rest of README.md files * cleanup: remove not fully working Add-ExampleVersion.ps1 and its documentation --------- Co-authored-by: Aleksandr Petrakov <95842496+Jymapas@users.noreply.github.com> Co-authored-by: Aleksandr Petrakov <apetrakov@tourmalinecore.com> Co-authored-by: Aleksandr Shinkarev <ashinkarev@tourmalinecore.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.