Skip to content

Commit dec3452

Browse files
authored
Discard changes to Directory.Build.props
1 parent 972b95e commit dec3452

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Directory.Build.props

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project>
1+
<Project>
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -15,15 +15,13 @@
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>
@@ -32,7 +30,7 @@
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

0 commit comments

Comments
 (0)