Skip to content

Commit ff423e4

Browse files
authored
Aktualisieren von README.md
1 parent f8561c7 commit ff423e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Change the OutputPath for `net10.0` to `bin_dotnet`:
6060
</ItemGroup>
6161
```
6262

63+
We change the output path to `bin_dotnet` and set `AppendTargetFrameworkToOutputPath` and `AppendRuntimeIdentifierToOutputPath` to `false`, since WebFormsForCore can only work, if the OutputPath is a direct subfolder of the project, as in classic ASP.NET.
64+
6365
Then, for `net10.0`, import the WebFormsForCore packages like so:
6466
```
6567
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">

0 commit comments

Comments
 (0)