Skip to content

Commit

Permalink
chore: Remove unused properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Jun 26, 2024
1 parent ae2e46f commit 489cc52
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 14 deletions.
1 change: 1 addition & 0 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<IsPublishable>false</IsPublishable>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)..\Libplanet.Tests.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<Nullable>disable</Nullable>
<IsPublishable>false</IsPublishable>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
<PackageReference Include="System.Collections.Immutable" Version="1.7.*" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net47' ">
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup Condition="'$(SkipSonar)' != 'true'">
<PackageReference Remove="SonarAnalyzer.CSharp" />
</ItemGroup>
Expand Down
5 changes: 0 additions & 5 deletions test/Libplanet.Tests/Libplanet.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
<PackageReference Include="Xunit.SkippableFact" Version="1.3.12" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net47' ">
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="Mono.HttpUtility" Version="1.0.0.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Libplanet\Libplanet.csproj" />
<ProjectReference Include="..\..\src\Libplanet.Store\Libplanet.Store.csproj" />
Expand Down
5 changes: 1 addition & 4 deletions tools/Libplanet.Tools/Libplanet.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@
--> programmers who create decentralized games powered by Libplanet <!--
--> (https://libplanet.io/).</Description>
<OutputType>Exe</OutputType>
</PropertyGroup>

<PropertyGroup>
<ToolCommandName>planet</ToolCommandName>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>$(NoWarn);CS1591;S1118;SA1118</NoWarn>
</PropertyGroup>
</PropertyGroup>

<PropertyGroup Condition=" '$(PublishSingleFile)' != 'true' ">
<PackAsTool>true</PackAsTool>
Expand Down

0 comments on commit 489cc52

Please sign in to comment.