Feature/upgrade to net10#145
Merged
Merged
Conversation
added 13 commits
November 18, 2025 11:53
…n global.json files is compatible with the .NET 10.0 upgrade'
Changed target framework from net9.0 to net10.0. Reformatted the Microsoft.VisualStudio.Azure.Containers.Tools.Targets package reference to a single line without changing its version. No other dependencies were modified.
Upgraded Aspire.Azure.AI.OpenAI package from version 9.4.1-preview.1.25408.4 to 13.0.0-preview.1.25560.3. Removed the Microsoft.VisualStudio.Azure.Containers.Tools.Targets package reference. No other changes were made to the project file.
Upgraded the Azure.Identity NuGet package from version 1.14.2 to 1.17.0 in the OpenAIChatGPTBlazor.csproj project file to ensure compatibility and access to the latest features and fixes. No other dependencies were changed.
Changed the target framework in UiTests.csproj from net9.0 to net10.0. Also reformatted the Microsoft.VisualStudio.Azure.Containers.Tools.Targets package reference to a single line for consistency, with no changes to package versions or dependencies.
Removed the Microsoft.VisualStudio.Azure.Containers.Tools.Targets package reference from the UiTests.csproj file, cleaning up unnecessary dependencies. Other package references remain unchanged.
…o use .NET 10.0 base images'
….NET 10.0 base images'
The version of the `Aspire.Azure.AI.OpenAI` package has been downgraded from `13.0.0-preview.1.25560.3` to `9.5.2-preview.1.25522.3` in the `OpenAIChatGPTBlazor.csproj` file. This change may have been made to address compatibility issues or to align with other dependencies.
Changed the `rollForward` setting in `global.json` from "latestMajor" to "latestFeature". This adjustment ensures that the project will roll forward to the latest feature version within the same major version, maintaining compatibility while allowing for feature improvements and bug fixes.
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.