Skip to content

Commit ca4a25d

Browse files
committed
Remove obsolete TODO (already completed)
1 parent 8169adc commit ca4a25d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/build-acceleration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ Looking through the build output with the following points in mind:
106106
107107
Then build acceleration will not know whether it is safe to copy a modified output DLL from a referenced project or not. We rely on the use of reference assemblies to convey this information. To address this, ensure all referenced projects have the `ProduceReferenceAssembly` property set to `true`. You may like to add this to your `Directory.Build.props` file alongside the `AccelerateBuildsInVisualStudio` property. Note that projects targeting `net5.0` or later produce reference assemblies by default. Projects that target .NET Standard may require this to be specified manually (see https://github.com/dotnet/project-system/issues/8865).
108108

109-
- 🗒️ TODO Add validation and output message when reference assemblies are not enabled (https://github.com/dotnet/project-system/issues/8798)
110-
111109
- ✅ You should see a section listing items to copy:
112110

113111
```

0 commit comments

Comments
 (0)