Skip to content

Commit fe2c006

Browse files
committed
address feedback from copilot
1 parent 2a9c065 commit fe2c006

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/core/sdk/file-based-apps.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

257257
The 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.

0 commit comments

Comments
 (0)