Skip to content

Commit f6b778f

Browse files
authored
Remove 'NETSDK1219' warning (#45538)
2 parents 6d7455a + 96fa393 commit f6b778f

File tree

17 files changed

+6
-84
lines changed

17 files changed

+6
-84
lines changed

src/Tasks/Common/Resources/Strings.resx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -957,10 +957,7 @@ You may need to build the project on another operating system or architecture, o
957957
<value>NETSDK1218: This project has a transitive dependency on the full Windows SDK projections (including Windows.UI.Xaml.* types), but does not specify the UseUwp property. That must be enabled to ensure that .NET types are projected and marshalled correctly for interop scenarios with these XAML types.</value>
958958
<comment>{StrBegin="NETSDK1218: "}</comment>
959959
</data>
960-
<data name="UsingPreviewUseUwpFeature" xml:space="preserve">
961-
<value>NETSDK1219: UseUwp and all associated functionality are currently experimental and not officially supported.</value>
962-
<comment>{StrBegin="NETSDK1219: "}</comment>
963-
</data>
960+
<!-- Skipping NETSDK1219 on purpose, as that is "UsingPreviewUseUwpFeature" on .NET < 9.0.2xx, and has been removed on new SDK versions -->
964961
<data name="WindowsSDKXamlInvalidTfm" xml:space="preserve">
965962
<value>NETSDK1220: UseUwp and all associated functionality require using a TFM of 'net8.0-windows' or greater.</value>
966963
<comment>{StrBegin="NETSDK1220: "}</comment>

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

Lines changed: 0 additions & 5 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: 0 additions & 5 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: 0 additions & 5 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: 0 additions & 5 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: 0 additions & 5 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: 0 additions & 5 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: 0 additions & 5 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: 0 additions & 5 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.pt-BR.xlf

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)