We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef40d40 commit 69473c3Copy full SHA for 69473c3
README.md
@@ -73,9 +73,11 @@ This adds a `<PackageReference>` to your project. You can additionally mark the
73
<TargetFramework>net6.0</TargetFramework>
74
</PropertyGroup>
75
76
- <!-- Add the package -->
77
- <PackageReference Include="StronglyTypedId" Version="1.0.0-beta06" PrivateAssets="all" ExcludeAssets="runtime" />
78
- <!-- -->
+ <ItemGroup>
+ <!-- Add the package -->
+ <PackageReference Include="StronglyTypedId" Version="1.0.0-beta06" PrivateAssets="all" ExcludeAssets="runtime" />
79
+ <!-- -->
80
+ </ItemGroup>
81
82
</Project>
83
```
0 commit comments