From e5569b972470c11221c797d4b4d67956ccef5a64 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 23 Jan 2020 11:58:33 -0800 Subject: [PATCH] Fix for NU5103 and NU5128 warnings --- .nuget/directxtex_desktop_2017.nuspec | 16 ++++++------- .nuget/directxtex_desktop_2017.targets | 2 +- .nuget/directxtex_desktop_win10.nuspec | 24 +++++++++---------- .nuget/directxtex_desktop_win10.targets | 2 +- .nuget/directxtex_uwp.nuspec | 32 ++++++++++++------------- .nuget/directxtex_uwp.targets | 2 +- 6 files changed, 39 insertions(+), 39 deletions(-) diff --git a/.nuget/directxtex_desktop_2017.nuspec b/.nuget/directxtex_desktop_2017.nuspec index 6dd80af..59e9c5b 100644 --- a/.nuget/directxtex_desktop_2017.nuspec +++ b/.nuget/directxtex_desktop_2017.nuspec @@ -26,17 +26,17 @@ DirectXTex, a shared source library for reading and writing .DDS files, and perf - - + + - - + + - - + + - - + + diff --git a/.nuget/directxtex_desktop_2017.targets b/.nuget/directxtex_desktop_2017.targets index 1be9ac8..de43df5 100644 --- a/.nuget/directxtex_desktop_2017.targets +++ b/.nuget/directxtex_desktop_2017.targets @@ -9,7 +9,7 @@ - $(MSBuildThisFileDirectory)..\..\lib\$(Platform)\$(NuGetConfiguration) + $(MSBuildThisFileDirectory)..\..\native\lib\$(Platform)\$(NuGetConfiguration) diff --git a/.nuget/directxtex_desktop_win10.nuspec b/.nuget/directxtex_desktop_win10.nuspec index db88585..2c91d67 100644 --- a/.nuget/directxtex_desktop_win10.nuspec +++ b/.nuget/directxtex_desktop_win10.nuspec @@ -26,23 +26,23 @@ DirectXTex, a shared source library for reading and writing .DDS files, and perf - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/.nuget/directxtex_desktop_win10.targets b/.nuget/directxtex_desktop_win10.targets index 8a0ca39..92f38b8 100644 --- a/.nuget/directxtex_desktop_win10.targets +++ b/.nuget/directxtex_desktop_win10.targets @@ -16,7 +16,7 @@ - $(MSBuildThisFileDirectory)..\..\lib\$(_NuGetPlatform)\$(_NuGetConfiguration) + $(MSBuildThisFileDirectory)..\..\native\lib\$(_NuGetPlatform)\$(_NuGetConfiguration) diff --git a/.nuget/directxtex_uwp.nuspec b/.nuget/directxtex_uwp.nuspec index 75a5cca..1c93457 100644 --- a/.nuget/directxtex_uwp.nuspec +++ b/.nuget/directxtex_uwp.nuspec @@ -26,29 +26,29 @@ DirectXTex, a shared source library for reading and writing .DDS files, and perf - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/.nuget/directxtex_uwp.targets b/.nuget/directxtex_uwp.targets index 1be9ac8..de43df5 100644 --- a/.nuget/directxtex_uwp.targets +++ b/.nuget/directxtex_uwp.targets @@ -9,7 +9,7 @@ - $(MSBuildThisFileDirectory)..\..\lib\$(Platform)\$(NuGetConfiguration) + $(MSBuildThisFileDirectory)..\..\native\lib\$(Platform)\$(NuGetConfiguration)