Skip to content

Commit 69473c3

Browse files
authored
Update README.md (#104)
1 parent ef40d40 commit 69473c3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ This adds a `<PackageReference>` to your project. You can additionally mark the
7373
<TargetFramework>net6.0</TargetFramework>
7474
</PropertyGroup>
7575

76-
<!-- Add the package -->
77-
<PackageReference Include="StronglyTypedId" Version="1.0.0-beta06" PrivateAssets="all" ExcludeAssets="runtime" />
78-
<!-- -->
76+
<ItemGroup>
77+
<!-- Add the package -->
78+
<PackageReference Include="StronglyTypedId" Version="1.0.0-beta06" PrivateAssets="all" ExcludeAssets="runtime" />
79+
<!-- -->
80+
</ItemGroup>
7981

8082
</Project>
8183
```

0 commit comments

Comments
 (0)