File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ References another project file.
4242
4343### ` #:property `
4444
45- Sets a MSBuild property value.
45+ Sets the MSBuild property value.
4646
4747``` csharp
4848#:property TargetFramework=net10.0
@@ -256,12 +256,12 @@ The .NET SDK caches build outputs to improve performance on subsequent builds. F
256256
257257The SDK caches build outputs based on:
258258
259- - Source file content
260- - Directive configuration
261- - SDK version
262- - Implicit build files
259+ - Source file content.
260+ - Directive configuration.
261+ - SDK version.
262+ - Implicit build files.
263263
264- Caching improves build performance but can cause confusion:
264+ Caching improves build performance but can cause confusion when :
265265
266266- Changes to implicit build files might not trigger rebuilds.
267267- Moving files to different directories might not invalidate cache.
You can’t perform that action at this time.
0 commit comments