You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This updates the template to consume NetCorePal 3.3.0 and aligns package/version metadata to 3.3.0 across the repository. It removes version skew between template dependencies and published template versioning.
Version metadata alignment
Updated root package version prefix in eng/versions.props:
VersionPrefix: 3.2.0 -> 3.3.0
NetCorePal dependency baseline
Updated central dependency pin in template/Directory.Packages.props:
NetCorePalVersion: 3.2.1 -> 3.3.0
All NetCorePal.* package versions continue to flow from this central property.
Documentation sync
Updated install example in README.md to reference 3.3.0.
@copilot CI报错
Run dotnet dev-certs https --trust
dotnet dev-certs https --trust
shell: /usr/bin/bash -e {0}
env:
DOTNET_ROOT: /usr/share/dotnet
Trusting the HTTPS development certificate was requested. Trust is per-user and may require additional configuration. See https://aka.ms/dev-certs-trust for more information.
[110] For OpenSSL trust to take effect, '$HOME/.aspnet/dev-certs/trust' must be listed in the SSL_CERT_DIR environment variable. For example, export SSL_CERT_DIR="$HOME/.aspnet/dev-certs/trust:/usr/lib/ssl/certs". See https://aka.ms/dev-certs-trust for more information.
There was an error trusting the HTTPS developer certificate. It will be trusted by some clients but not by others.
Error: Process completed with exit code 4.
Run dotnet new uninstall .
The template package '/home/runner/work/netcorepal-cloud-template/netcorepal-cloud-template' is not found.
To list installed template packages use:
dotnet new uninstall
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
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.
This updates the template to consume NetCorePal
3.3.0and aligns package/version metadata to3.3.0across the repository. It removes version skew between template dependencies and published template versioning.Version metadata alignment
eng/versions.props:VersionPrefix: 3.2.0 -> 3.3.0NetCorePal dependency baseline
template/Directory.Packages.props:NetCorePalVersion: 3.2.1 -> 3.3.0NetCorePal.*package versions continue to flow from this central property.Documentation sync
README.mdto reference3.3.0.