Commit 53e7720
authored
Fix dotnet new install syntax: use @ instead of deprecated :: (#10693)
The double-colon (::) version separator is deprecated in modern .NET SDKs (.NET 8+).
This change updates the template install command to use the @ separator instead,
matching the official documentation and avoiding deprecation warnings.
Fixes #106921 parent 7556eaa commit 53e7720
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments