Skip to content

Commit f4fc8c0

Browse files
authored
Fix filename in runtimeconfig.dev.json breaking change doc (dotnet#31752)
1 parent 1fc77dc commit f4fc8c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/compatibility/sdk/6.0/runtimeconfigdev-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ The .NET SDK no longer generates the *runtimeconfig.dev.json* file by default. T
99

1010
## Previous behavior
1111

12-
An *\[Appname].runtimesettings.dev.json* file was automatically generated at compile time.
12+
An *\[Appname].runtimeconfig.dev.json* file was automatically generated at compile time.
1313

1414
## New behavior
1515

16-
The *\[Appname].runtimesettings.dev.json* file is no longer generated by default.
16+
The *\[Appname].runtimeconfig.dev.json* file is no longer generated by default.
1717

1818
## Version introduced
1919

0 commit comments

Comments
 (0)