diff --git a/src/LibraryManager.Build/Microsoft.Web.LibraryManager.Build.csproj b/src/LibraryManager.Build/Microsoft.Web.LibraryManager.Build.csproj index 0a8b5622..9f6c5aff 100644 --- a/src/LibraryManager.Build/Microsoft.Web.LibraryManager.Build.csproj +++ b/src/LibraryManager.Build/Microsoft.Web.LibraryManager.Build.csproj @@ -16,7 +16,7 @@ - + diff --git a/src/LibraryManager.Build/Microsoft.Web.LibraryManager.Build.targets b/src/LibraryManager.Build/Microsoft.Web.LibraryManager.Build.targets index 401fecd4..caede7ad 100644 --- a/src/LibraryManager.Build/Microsoft.Web.LibraryManager.Build.targets +++ b/src/LibraryManager.Build/Microsoft.Web.LibraryManager.Build.targets @@ -2,8 +2,8 @@ - <_LibraryTaskAssembly Condition="'$(MSBuildRuntimeType)' == 'Core'">$(MSBuildThisFileDirectory)..\tools\netstandard2.0\Microsoft.Web.LibraryManager.Build.dll - <_LibraryTaskAssembly Condition="'$(MSBuildRuntimeType)' != 'Core'">$(MSBuildThisFileDirectory)..\tools\$(NetFxTFM)\Microsoft.Web.LibraryManager.Build.dll + <_LibraryTaskAssembly Condition="'$(MSBuildRuntimeType)' == 'Core'">$(MSBuildThisFileDirectory)..\tools\net8.0\Microsoft.Web.LibraryManager.Build.dll + <_LibraryTaskAssembly Condition="'$(MSBuildRuntimeType)' != 'Core'">$(MSBuildThisFileDirectory)..\tools\net481\Microsoft.Web.LibraryManager.Build.dll