Upgrade project(s) to the SDK-style project format
- Dominant language
- No language data
- Stars
- 4.8k
- Forks
- 6.1k
- Avg merge
- 15h 21m
- Merged PRs (30d)
- 370
Description
There are 3 project(s) using the non-SDK-style project format.
This is an auto-generated issue, detailed and discussed in [dotnet/docs#22271](https://github.com/dotnet/docs/issues/22271).
- [ ] docs/framework/install/snippets/how-to-determine-which-versions-are-installed/csharp/FrameworkVersions.csproj
- [ ] docs/framework/install/snippets/how-to-determine-which-versions-are-installed/vb/FrameworkVersions.vbproj
- [ ] docs/fundamentals/runtime-libraries/snippets/System.Xml/XmlDocument/Overview/vb/WinForms/xmlprocessingappvb.vbproj
Consider upgrading the project(s) to the [SDK-style format](https://docs.microsoft.com/dotnet/standard/frameworks).
If any of these projects listed in this issue are intentionally demonstrating the old project style,
you can optionally configure to ignore these results in future automation executions.
Create a (or update the) *dotnet-versionsweeper.json* file at the root of the repository and
add an `ignore` entry following the
[globbing patterns detailed here](https://learn.microsoft.com/dotnet/core/extensions/file-globbing).
```json
{
"ignore": [
"**/path/to/example.csproj"
]
}
```
Contributor guide
Assessment
This issue has not been assessed yet.