Skip to content

Commit 79efa56

Browse files
author
Simon Zhao (BEYONDSOFT CONSULTING INC)
committed
Revert the incorrect merge
1 parent 89330e1 commit 79efa56

14 files changed

+91
-82
lines changed

src/Tasks/Common/Resources/Strings.resx

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -994,12 +994,21 @@ You may need to build the project on another operating system or architecture, o
994994
<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>
995995
<comment>{StrBegins="NETSDK1228: "}</comment>
996996
</data>
997+
<data name="UsingPreviewCsWinRT3_0Feature" xml:space="preserve">
998+
<value>NETSDK1229: Targeting a Windows SDK version with '1' as the revision number will reference CsWinRT 3.0, which is currently in preview. The current project is targeting the Windows SDK version '{0}'. If this is not intended, change the revision number to '0' to use CsWinRT 2.x instead.</value>
999+
<comment>{StrBegins="NETSDK1229: "}</comment>
1000+
</data>
1001+
<data name="CantSpecifyBothProperties" xml:space="preserve">
1002+
<value>NETSDK1230: The {0} and {1} properties cannot both be specified. Remove one or the other.</value>
1003+
<comment>{StrBegins="NETSDK1230: "}</comment>
1004+
</data>
9971005
<data name="RuntimeGraphFileDoesNotExist" xml:space="preserve">
998-
<value>NETSDK1229: File '{0}' does not exist. Please ensure the runtime graph path exists.</value>
999-
<comment>{StrBegins="NETSDK1229: "}{Locked="{0}"}</comment>
1006+
<value>NETSDK1231: File '{0}' does not exist. Please ensure the runtime graph path exists.</value>
1007+
<comment>{StrBegins="NETSDK1231: "}{Locked="{0}"}</comment>
10001008
</data>
10011009
<data name="UnableToFindMatchingRid" xml:space="preserve">
1002-
<value>NETSDK1230: Unable to find a matching RID for '{0}' from among [{1}] in graph '{2}'.</value>
1003-
<comment>{StrBegins="NETSDK1230: "}{Locked="{0}"}{Locked="{1}"}{Locked="{2}"}</comment>
1010+
<value>NETSDK1232: Unable to find a matching RID for '{0}' from among [{1}] in graph '{2}'.</value>
1011+
<comment>{StrBegins="NETSDK1232: "}{Locked="{0}"}{Locked="{1}"}{Locked="{2}"}</comment>
10041012
</data>
1013+
<!-- The latest message added is UnableToFindMatchingRid. Please update this value with each PR to catch parallel PRs both adding a new message -->
10051014
</root>

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

Lines changed: 6 additions & 6 deletions
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: 6 additions & 6 deletions
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: 6 additions & 6 deletions
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: 6 additions & 6 deletions
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: 6 additions & 6 deletions
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: 6 additions & 6 deletions
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: 6 additions & 6 deletions
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: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)