Skip to content

Commit 904a8f7

Browse files
drewnoakesBillWagner
authored andcommitted
Clarify relationship between project and directory names (dotnet#9830)
The project name does not have to match the directory name, although they are usually created in this way. I feel this change makes it clearer where the default `<AssemblyName>` and `<PackageId>` properties come from.
1 parent ba6d4dd commit 904a8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/project-json-to-csproj.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The new format, \*.csproj, is an XML-based format. The following example shows t
3333
}
3434
```
3535

36-
No longer supported. In csproj, this is determined by the project filename, which is defined by the directory name. For example, `MyProjectName.csproj`.
36+
No longer supported. In csproj, this is determined by the project filename, which usually matches the directory name. For example, `MyProjectName.csproj`.
3737

3838
By default, the project filename also specifies the value of the `<AssemblyName>` and `<PackageId>` properties.
3939

0 commit comments

Comments
 (0)