Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/core/project-sdk/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@
<ItemGroup>
<Using Include="System.IO.Pipes" />
</ItemGroup>
```

Check failure on line 146 in docs/core/project-sdk/overview.md

View workflow job for this annotation

GitHub Actions / lint

Fenced code blocks should be surrounded by blank lines

docs/core/project-sdk/overview.md:146 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md031.md
System.Net.Http is [no longer included](https://learn.microsoft.com/dotnet/core/compatibility/sdk/8.0/implicit-global-using-netfx) in Microsoft.NET.Sdk when targeting .NET Framework starting in the .NET 8 SDK

## Implicit package references

Expand Down
Loading