|
1 | 1 | <Project> |
2 | | - <PropertyGroup> |
3 | | - <TargetFramework>net8.0</TargetFramework> |
4 | | - <Nullable>enable</Nullable> |
5 | | - <ImplicitUsings>enable</ImplicitUsings> |
6 | | - <Authors>Cnblogs</Authors> |
7 | | - <Description>An unofficial dotnet DashScope SDK maintained by cnblogs.</Description> |
8 | | - <PackageProjectUrl>https://github.com/cnblogs/DashScopeSDK</PackageProjectUrl> |
9 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
10 | | - <RepositoryUrl>https://github.com/cnblogs/DashScopeSDK</RepositoryUrl> |
11 | | - <RepositoryType>git</RepositoryType> |
12 | | - </PropertyGroup> |
| 2 | + <PropertyGroup> |
| 3 | + <TargetFramework>net8.0</TargetFramework> |
| 4 | + <Nullable>enable</Nullable> |
| 5 | + <ImplicitUsings>enable</ImplicitUsings> |
| 6 | + <Authors>Cnblogs</Authors> |
| 7 | + <Description>An unofficial dotnet DashScope SDK maintained by cnblogs.</Description> |
| 8 | + <PackageProjectUrl>https://github.com/cnblogs/DashScopeSDK</PackageProjectUrl> |
| 9 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 10 | + <RepositoryUrl>https://github.com/cnblogs/DashScopeSDK</RepositoryUrl> |
| 11 | + <RepositoryType>git</RepositoryType> |
| 12 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 13 | + </PropertyGroup> |
13 | 14 |
|
14 | | - <ItemGroup> |
15 | | - <PackageReference Include="Cnblogs.CodeQuality" Version="1.8.1"> |
16 | | - <PrivateAssets>all</PrivateAssets> |
17 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
18 | | - </PackageReference> |
19 | | - </ItemGroup> |
| 15 | + <ItemGroup> |
| 16 | + <PackageReference Include="Cnblogs.CodeQuality" Version="1.8.1"> |
| 17 | + <PrivateAssets>all</PrivateAssets> |
| 18 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 19 | + </PackageReference> |
| 20 | + <None Include="README.md" Pack="true" PackagePath="\" /> |
| 21 | + </ItemGroup> |
20 | 22 | </Project> |
0 commit comments