Skip to content

Commit

Permalink
Remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherZane committed Jan 2, 2024
1 parent 5e26c64 commit 3217cda
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 33 deletions.
3 changes: 0 additions & 3 deletions src/Disqord.Abstractions/Disqord.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<PropertyGroup>
<VersionPrefix>1.0.0-alpha5</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\net6.0\Disqord.Abstractions.xml</DocumentationFile>
</PropertyGroup>
<Import Project="../Disqord.targets"/>
<ItemGroup>
<ProjectReference Include="..\Disqord.Gateway\Disqord.Gateway.csproj"/>
Expand Down
3 changes: 0 additions & 3 deletions src/Disqord.Core/Disqord.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
<PropertyGroup>
<RootNamespace>Disqord</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\net6.0\Disqord.Core.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1"/>
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0"/>
Expand Down
3 changes: 0 additions & 3 deletions src/Disqord.Gateway.Api/Disqord.Gateway.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<PropertyGroup>
<VersionPrefix>1.0.0-alpha5</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\net6.0\Disqord.Gateway.Api.xml</DocumentationFile>
</PropertyGroup>
<Import Project="../Disqord.targets"/>
<ItemGroup>
<ProjectReference Include="..\Disqord.Core\Disqord.Core.csproj"/>
Expand Down
3 changes: 0 additions & 3 deletions src/Disqord.Gateway/Disqord.Gateway.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<PropertyGroup>
<VersionPrefix>1.0.0-alpha5</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\net6.0\Disqord.Gateway.xml</DocumentationFile>
</PropertyGroup>
<Import Project="../Disqord.targets"/>
<ItemGroup>
<ProjectReference Include="..\Disqord.Gateway.Api\Disqord.Gateway.Api.csproj"/>
Expand Down
3 changes: 0 additions & 3 deletions src/Disqord.OAuth2/Disqord.OAuth2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<PropertyGroup>
<VersionPrefix>1.0.0-alpha5</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\net6.0\Disqord.OAuth2.xml</DocumentationFile>
</PropertyGroup>
<Import Project="../Disqord.targets"/>
<ItemGroup>
<ProjectReference Include="..\Disqord.Rest\Disqord.Rest.csproj"/>
Expand Down
3 changes: 0 additions & 3 deletions src/Disqord.Rest.Api/Disqord.Rest.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<PropertyGroup>
<VersionPrefix>1.0.0-alpha5</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\net6.0\Disqord.Rest.Api.xml</DocumentationFile>
</PropertyGroup>
<Import Project="../Disqord.targets"/>
<ItemGroup>
<ProjectReference Include="..\Disqord.Core\Disqord.Core.csproj"/>
Expand Down
3 changes: 0 additions & 3 deletions src/Disqord.Rest/Disqord.Rest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<PropertyGroup>
<VersionPrefix>1.0.0-alpha5</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\net6.0\Disqord.Rest.xml</DocumentationFile>
</PropertyGroup>
<Import Project="../Disqord.targets"/>
<ItemGroup>
<ProjectReference Include="..\Disqord.Rest.Api\Disqord.Rest.Api.csproj"/>
Expand Down
3 changes: 0 additions & 3 deletions src/Disqord.Voice.Api/Disqord.Voice.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<PropertyGroup>
<VersionPrefix>1.0.0-alpha5</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\net6.0\Disqord.Voice.Api.xml</DocumentationFile>
</PropertyGroup>
<Import Project="../Disqord.Voice.targets"/>
<ItemGroup>
<ProjectReference Include="..\Disqord.Core\Disqord.Core.csproj"/>
Expand Down
3 changes: 0 additions & 3 deletions src/Disqord.Voice/Disqord.Voice.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<PropertyGroup>
<VersionPrefix>1.0.0-alpha5</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\net6.0\Disqord.Voice.xml</DocumentationFile>
</PropertyGroup>
<Import Project="../Disqord.Voice.targets"/>
<ItemGroup>
<ProjectReference Include="..\Disqord.Voice.Api\Disqord.Voice.Api.csproj"/>
Expand Down
3 changes: 0 additions & 3 deletions src/Disqord.Webhook/Disqord.Webhook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<PropertyGroup>
<VersionPrefix>1.0.0-alpha5</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\net6.0\Disqord.Webhook.xml</DocumentationFile>
</PropertyGroup>
<Import Project="../Disqord.targets"/>
<ItemGroup>
<ProjectReference Include="..\Disqord.Rest\Disqord.Rest.csproj"/>
Expand Down
3 changes: 0 additions & 3 deletions src/Disqord/Disqord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<PropertyGroup>
<VersionPrefix>1.0.0-alpha5</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\net6.0\Disqord.xml</DocumentationFile>
</PropertyGroup>
<Import Project="../Disqord.targets"/>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="5.0.0"/>
Expand Down

0 comments on commit 3217cda

Please sign in to comment.