Find the releases dll in the correct path (#16380)
This commit is contained in:
commit
7283fa2c95
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
Exclude="$(NETStandardLibraryNETFrameworkNuPkgPath)\build\**\*.props;$(NETStandardLibraryNETFrameworkNuPkgPath)\build\**\*.targets"
|
||||
DeploymentSubpath="msbuildExtensions/Microsoft/Microsoft.NET.Build.Extensions/" />
|
||||
|
||||
<VSMSBuildExtensionsContent Include="$(DotNetDeploymentReleasesPkgPath)\lib\net452\**\*.*"
|
||||
<VSMSBuildExtensionsContent Include="$(DotNetDeploymentReleasesPkgPath)\lib\netstandard2.0\**\*.*"
|
||||
DeploymentSubpath="MSBuildSdkResolver/" />
|
||||
|
||||
<VSMSBuildExtensionsContent Include="$(SdkResolverLayoutPath)/**/*"
|
||||
|
|
Loading…
Reference in a new issue