File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- <Project >
1+ <Project >
22
33 <PropertyGroup >
44 <TargetFramework >net8.0</TargetFramework >
1515 <PackageProjectUrl >https://netcord.dev</PackageProjectUrl >
1616 <PackageTags >bot;discord;discord-api</PackageTags >
1717 <PackageLicenseExpression >MIT</PackageLicenseExpression >
18- <Description Condition = " '$(Description)' == '' " >The modern and fully customizable C# Discord library.</Description >
18+ <Description >The modern and fully customizable C# Discord library.</Description >
1919 <PackageReadmeFile >README.md</PackageReadmeFile >
2020 <PackageIcon >ICON.png</PackageIcon >
2121 <GenerateDocumentationFile >true</GenerateDocumentationFile >
2222 </PropertyGroup >
2323
24- <!-- https://github.com/dotnet/sdk/issues/42660#issuecomment-2282753952 -->
25- <!-- https://github.com/NuGet/Home/issues/10372 -->
26- <PropertyGroup Condition =" '$(MSBuildProjectName)' != 'NetCordTemplates'" >
24+ <PropertyGroup >
2725 <IncludeSymbols >true</IncludeSymbols >
2826 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2927 </PropertyGroup >
3230 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
3331 </PropertyGroup >
3432
35- <ItemGroup Condition = " '$(MSBuildProjectName)' != 'NetCordTemplates' " >
33+ <ItemGroup >
3634 <PackageReference Include =" MinVer" Version =" 6.0.0" PrivateAssets =" all" />
3735 </ItemGroup >
3836
You can’t perform that action at this time.
0 commit comments