Skip to content

Commit ab74179

Browse files
CopilotmarcpopMSFT
andcommitted
Update .NET 10.0 compatibility warning to require VS 18.0
Co-authored-by: marcpopMSFT <[email protected]>
1 parent bd1ca9b commit ab74179

15 files changed

+18
-18
lines changed

src/Tasks/Common/Resources/Strings.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ You may need to build the project on another operating system or architecture, o
982982
<value>NETSDK1225: Native compilation is not supported when invoking the Publish target directly. Try running dotnet publish.</value>
983983
<comment>{StrBegins="NETSDK1225: "}</comment>
984984
</data>
985-
<!-- The latest message added is Net10NotCompatibleWithVS1713. Please update this value with each PR to catch parallel PRs both adding a new message -->
985+
<!-- The latest message added is Net10NotCompatibleWithVS17. Please update this value with each PR to catch parallel PRs both adding a new message -->
986986
<data name="PrunePackageDataNotFound" xml:space="preserve">
987987
<value>NETSDK1226: Prune Package data not found {0} {1} {2}. To ignore this error, set the AllowMissingPrunePackageData to true.</value>
988988
<comment>{StrBegins="NETSDK1226: "}</comment>
@@ -995,7 +995,7 @@ You may need to build the project on another operating system or architecture, o
995995
<value>NETSDK1228: This project depends on the Aspire Workload which has been deprecated. Aspire now ships via NuGet packages and no longer requires a workload. Please visit {0} for upgrade guidance.</value>
996996
<comment>{StrBegins="NETSDK1228: "}</comment>
997997
</data>
998-
<data name="Net10NotCompatibleWithVS1713" xml:space="preserve">
998+
<data name="Net10NotCompatibleWithVS17" xml:space="preserve">
999999
<value>NETSDK1229: Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.</value>
10001000
<comment>{StrBegins="NETSDK1229: "}</comment>
10011001
</data>

src/Tasks/Common/Resources/xlf/Strings.cs.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Tasks/Common/Resources/xlf/Strings.de.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Tasks/Common/Resources/xlf/Strings.es.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Tasks/Common/Resources/xlf/Strings.fr.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Tasks/Common/Resources/xlf/Strings.it.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Tasks/Common/Resources/xlf/Strings.ja.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Tasks/Common/Resources/xlf/Strings.ko.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Tasks/Common/Resources/xlf/Strings.pl.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Tasks/Common/Resources/xlf/Strings.pt-BR.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)