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 b47e8f6 commit dca64f5Copy full SHA for dca64f5
Directory.Build.props
@@ -4,6 +4,9 @@
4
<TargetFramework>net7.0</TargetFramework>
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
+ <Authors>Cnblogs</Authors>
8
+ <Product>Cnblogs.Architecture</Product>
9
+ <PackageProjectUrl>https://github.com/cnblogs/Architecture</PackageProjectUrl>
10
</PropertyGroup>
11
12
<ItemGroup>
0 commit comments