Skip to content

Commit 23f8556

Browse files
authored
Fix typo in sdk.md (#9977)
1 parent 2981881 commit 23f8556

File tree

1 file changed

+1
-1
lines changed
  • release-notes/10.0/preview/preview6

1 file changed

+1
-1
lines changed

release-notes/10.0/preview/preview6/sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The `#:property` directive now requires the `=` symbol to separate the property
139139
140140
### Referencing projects
141141
142-
File-based apps now support referencing projects via the `#:project` directive. The path to the project can be specified with or without the project file. In the case the path is to the project directory, the project file will be automatically located. This was added based on feedback from users wanting to use file-based apps together with existing projects, e.g. for simple samples asspciated with a class library in a repo:
142+
File-based apps now support referencing projects via the `#:project` directive. The path to the project can be specified with or without the project file. In the case the path is to the project directory, the project file will be automatically located. This was added based on feedback from users wanting to use file-based apps together with existing projects, e.g. for simple samples associated with a class library in a repo:
143143
144144
```csharp
145145
#:project ../ClassLib/ClassLib.csproj

0 commit comments

Comments
 (0)