Skip to content

Commit 80cdef2

Browse files
authored
Let Microsoft.VisualStudio.SlnGen dependency development only (#1509)
Configure `Microsoft.VisualStudio.SlnGen` `PrivateAssets`
1 parent 00c4c6f commit 80cdef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
</ItemGroup>
3939

4040
<ItemGroup>
41-
<PackageReference Include="Microsoft.VisualStudio.SlnGen" Version="11.1.0" />
41+
<PackageReference Include="Microsoft.VisualStudio.SlnGen" Version="11.1.0" PrivateAssets="all" />
4242
</ItemGroup>
4343
</Project>

0 commit comments

Comments
 (0)