<PropertyGroup>
<CustomBeforeNoTargets>$(RepositoryEngineeringDir)NoTargetsSdk.BeforeTargets.targets</CustomBeforeNoTargets>
- <CustomAfterNoTargets>$(RepositoryEngineeringDir)NoTargetsSdk.AfterTargets.targets</CustomAfterNoTargets>
<CustomAfterTraversalTargets>$(RepositoryEngineeringDir)TraversalSdk.AfterTargets.targets</CustomAfterTraversalTargets>
</PropertyGroup>
</Project>
+++ /dev/null
-<Project>
-
- <!-- Reset the following target to avoid copying references to an output directory.
- TODO: Remove when https://github.com/microsoft/MSBuildSdks/pull/395 is merged. -->
- <Target Name="CopyFilesToOutputDirectory" />
-
-</Project>
<Project>
<PropertyGroup>
+ <!-- NoTargets SDK shouldn't copy files into the intermediate/output directory. -->
+ <SkipCopyFilesMarkedCopyLocal>true</SkipCopyFilesMarkedCopyLocal>
<!-- NoTargets SDK needs a TFM set. Set a default if the project doesn't multi target. -->
<TargetFramework Condition="'$(TargetFramework)' == '' and '$(TargetFrameworks)' == ''">$(NetCoreAppCurrent)</TargetFramework>
</PropertyGroup>
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23172.2",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23172.2",
"Microsoft.DotNet.SharedFramework.Sdk": "8.0.0-beta.23172.2",
- "Microsoft.Build.NoTargets": "3.5.0",
- "Microsoft.Build.Traversal": "3.1.6",
+ "Microsoft.Build.NoTargets": "3.7.0",
+ "Microsoft.Build.Traversal": "3.4.0",
"Microsoft.NET.Sdk.IL": "8.0.0-preview.3.23162.2"
}
}