Skip to content

Commit 75c2553

Browse files
authored
Add <Sdk /> reference in CentralPackageVersions README (#22)
1 parent 5f81325 commit 75c2553

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CentralPackageVersions/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ In this example, packages like `Newtonsoft.Json` are set to exactly version `10.
3030
**SampleProject.csproj**
3131
```xml
3232
<Project Sdk="Microsoft.NET.Sdk">
33+
<Sdk Name="Microsoft.Build.CentralPackageVersions" Version="1.0.12" />
34+
3335
<PropertyGroup>
3436
<TargetFramework>netstandard2.0</TargetFramework>
3537
</PropertyGroup>

0 commit comments

Comments
 (0)