Skip to content

Commit e62f265

Browse files
Disabled transitive dipendencies
1 parent 21d238a commit e62f265

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
66
<IsPackable>true</IsPackable>
7-
<Version>2.1.6</Version>
7+
<Version>2.1.7</Version>
88
<Authors>Andrey Serdyuk</Authors>
99
<Company>TaskHub</Company>
1010
<PackageTags>#TaskHub</PackageTags>
@@ -18,6 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21+
<PackageReference Update="*" PrivateAssets="all" />
2122
<None Include="$(MSBuildThisFileDirectory)README.md"
2223
Pack="true"
2324
PackagePath="/"

0 commit comments

Comments
 (0)