Skip to content

Commit 95ed256

Browse files
Copilotnkolev92
andauthored
Replace net10.0/win example with net10.0/benchmark in NU1019 docs
Agent-Logs-Url: https://github.com/NuGet/docs.microsoft.com-nuget/sessions/9b70f715-3e55-48e8-8ca6-24670c205864 Co-authored-by: nkolev92 <[email protected]>
1 parent ee8e7b1 commit 95ed256

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/reference/errors-and-warnings/NU1019.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f1_keywords:
1313

1414
## Scenario
1515

16-
> The project 'MyProject' contains a TargetFramework 'net10.0/win' with disallowed characters. TargetFramework names must contain only ASCII characters and must not contain path separators.
16+
> The project 'MyProject' contains a TargetFramework 'net10.0/benchmark' with disallowed characters. TargetFramework names must contain only ASCII characters and must not contain path separators.
1717
1818
### Issue
1919

@@ -37,14 +37,14 @@ For example, change:
3737

3838
```xml
3939
<PropertyGroup>
40-
<TargetFramework>net10.0/win</TargetFramework>
40+
<TargetFramework>net10.0/benchmark</TargetFramework>
4141
</PropertyGroup>
4242
```
4343

4444
To a valid target framework name:
4545

4646
```xml
4747
<PropertyGroup>
48-
<TargetFramework>net10.0-windows</TargetFramework>
48+
<TargetFramework>net10.0-benchmark</TargetFramework>
4949
</PropertyGroup>
5050
```

0 commit comments

Comments
 (0)