Skip to content

Commit

Permalink
remove excess whitespace in csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyGalbreath committed Oct 25, 2023
1 parent 8011d71 commit 2dd9f57
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DiscordBot.csproj
Expand Up @@ -49,8 +49,8 @@

<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.12.0"/>
<PackageReference Include="EmojiOne" Version="4.5.0" />
<PackageReference Include="YamlDotNet" Version="13.7.1" />
<PackageReference Include="EmojiOne" Version="4.5.0"/>
<PackageReference Include="YamlDotNet" Version="13.7.1"/>
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Release'">
Expand All @@ -63,11 +63,11 @@

<Target Name="FilterCopyLocalItems" AfterTargets="ResolvePackageDependenciesForBuild">
<ItemGroup>
<ReferenceCopyLocalPaths Remove="@(ReferenceCopyLocalPaths)" Condition="'%(Filename)' == 'Microsoft.Extensions.DependencyInjection.Abstractions'" />
<ReferenceCopyLocalPaths Remove="@(ReferenceCopyLocalPaths)" Condition="'%(Filename)' == 'Newtonsoft.Json'" />
<ReferenceCopyLocalPaths Remove="@(ReferenceCopyLocalPaths)" Condition="'%(Filename)' == 'System.Interactive.Async'" />
<ReferenceCopyLocalPaths Remove="@(ReferenceCopyLocalPaths)" Condition="'%(Filename)' == 'System.Linq.Async'" />
<ReferenceCopyLocalPaths Remove="@(ReferenceCopyLocalPaths)" Condition="'%(Filename)' == 'System.Reactive'" />
<ReferenceCopyLocalPaths Remove="@(ReferenceCopyLocalPaths)" Condition="'%(Filename)' == 'Microsoft.Extensions.DependencyInjection.Abstractions'"/>
<ReferenceCopyLocalPaths Remove="@(ReferenceCopyLocalPaths)" Condition="'%(Filename)' == 'Newtonsoft.Json'"/>
<ReferenceCopyLocalPaths Remove="@(ReferenceCopyLocalPaths)" Condition="'%(Filename)' == 'System.Interactive.Async'"/>
<ReferenceCopyLocalPaths Remove="@(ReferenceCopyLocalPaths)" Condition="'%(Filename)' == 'System.Linq.Async'"/>
<ReferenceCopyLocalPaths Remove="@(ReferenceCopyLocalPaths)" Condition="'%(Filename)' == 'System.Reactive'"/>
</ItemGroup>
</Target>

Expand Down

0 comments on commit 2dd9f57

Please sign in to comment.