Skip to content

Commit

Permalink
Fix typo in "What are MSBuild SDKSs" section (#483)
Browse files Browse the repository at this point in the history
Example was using CPP instead of NET
  • Loading branch information
veleek authored Sep 25, 2023
1 parent 7dba5af commit 9fd9bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ MSBuild 15.0 introduced new project XML for .NET Core that we refer to as SDK-st
At evaluation time, MSBuild adds implicit imports at the top and bottom of the project like this:

```xml
<Project Sdk="Microsoft.Cpp.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />

<PropertyGroup>
Expand Down

0 comments on commit 9fd9bb5

Please sign in to comment.