We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d238a commit e62f265Copy full SHA for e62f265
1 file changed
Directory.Build.props
@@ -4,7 +4,7 @@
4
<ImplicitUsings>enable</ImplicitUsings>
5
<Nullable>enable</Nullable>
6
<IsPackable>true</IsPackable>
7
- <Version>2.1.6</Version>
+ <Version>2.1.7</Version>
8
<Authors>Andrey Serdyuk</Authors>
9
<Company>TaskHub</Company>
10
<PackageTags>#TaskHub</PackageTags>
@@ -18,6 +18,7 @@
18
</PropertyGroup>
19
20
<ItemGroup>
21
+ <PackageReference Update="*" PrivateAssets="all" />
22
<None Include="$(MSBuildThisFileDirectory)README.md"
23
Pack="true"
24
PackagePath="/"
0 commit comments