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 6a7a23e commit 21e9849Copy full SHA for 21e9849
Directory.Build.props
@@ -1,4 +1,4 @@
1
-<Project>
+<Project>
2
3
<PropertyGroup>
4
<TargetFramework>net7.0</TargetFramework>
@@ -13,7 +13,7 @@
13
</PropertyGroup>
14
15
<ItemGroup>
16
- <PackageReference Include="Cnblogs.CodeQuality" Version="1.7.0">
+ <PackageReference Include="Cnblogs.CodeQuality" Version="1.7.1">
17
<PrivateAssets>all</PrivateAssets>
18
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
19
</PackageReference>
0 commit comments