diff --git a/nuget/Microsoft.Windows.CsWinRT.Embedded.targets b/nuget/Microsoft.Windows.CsWinRT.Embedded.targets index 81535cf1e..ff38fa69c 100644 --- a/nuget/Microsoft.Windows.CsWinRT.Embedded.targets +++ b/nuget/Microsoft.Windows.CsWinRT.Embedded.targets @@ -68,7 +68,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. - + diff --git a/nuget/Microsoft.Windows.CsWinRT.targets b/nuget/Microsoft.Windows.CsWinRT.targets index f5d180a2d..1e7f531f3 100644 --- a/nuget/Microsoft.Windows.CsWinRT.targets +++ b/nuget/Microsoft.Windows.CsWinRT.targets @@ -20,6 +20,10 @@ Copyright (C) Microsoft Corporation. All rights reserved. + + + + diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index 3561262d3..56cb6ce73 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -25,6 +25,8 @@ + + diff --git a/src/cswinrt/main.cpp b/src/cswinrt/main.cpp index f4449b065..5e31591ed 100644 --- a/src/cswinrt/main.cpp +++ b/src/cswinrt/main.cpp @@ -32,7 +32,7 @@ namespace cswinrt { "output", 0, 1, "", "Location of generated projection" }, { "include", 0, option::no_max, "", "One or more prefixes to include in projection" }, { "exclude", 0, option::no_max, "", "One or more prefixes to exclude from projection" }, - { "target", 0, 1, "", "Target TFM for projection. Omit for compatibility with newest TFM (net5.0)." }, + { "target", 0, 1, "", "Target TFM for projection. Omit for compatibility with newest TFM (net6.0)." }, { "component", 0, 0, {}, "Generate component projection." }, { "verbose", 0, 0, {}, "Show detailed progress information" }, { "internal", 0, 0, {}, "Generates a private projection."},