Skip to content

Commit 9aac473

Browse files
committed
remove redundant properties that have the same as default values
1 parent 2b1a4bb commit 9aac473

File tree

18 files changed

+0
-55
lines changed

18 files changed

+0
-55
lines changed

src/Smdn.Net.EchonetLite.Appendix/Smdn.Net.EchonetLite.Appendix.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ SPDX-License-Identifier: MIT
1111
<VersionPrefix>2.0.0</VersionPrefix>
1212
<VersionSuffix>preview1</VersionSuffix>
1313
<!-- <PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion> -->
14-
<Nullable>enable</Nullable>
15-
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1614
</PropertyGroup>
1715

1816
<PropertyGroup Label="assembly attributes">

src/Smdn.Net.EchonetLite.Primitives/Smdn.Net.EchonetLite.Primitives.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ SPDX-License-Identifier: MIT
1010
<VersionPrefix>2.0.2</VersionPrefix>
1111
<VersionSuffix></VersionSuffix>
1212
<PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
13-
<Nullable>enable</Nullable>
14-
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1513
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
1614
</PropertyGroup>
1715

src/Smdn.Net.EchonetLite.RouteB.BP35XX/Smdn.Net.EchonetLite.RouteB.BP35XX.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ SPDX-License-Identifier: MIT
88
<VersionPrefix>2.0.0</VersionPrefix>
99
<VersionSuffix>preview5</VersionSuffix>
1010
<!-- <PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion> -->
11-
<Nullable>enable</Nullable>
12-
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1311
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
1412
</PropertyGroup>
1513

src/Smdn.Net.EchonetLite.RouteB.Primitives/Smdn.Net.EchonetLite.RouteB.Primitives.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ SPDX-License-Identifier: MIT
99
<VersionPrefix>2.1.0</VersionPrefix>
1010
<VersionSuffix></VersionSuffix>
1111
<PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
12-
<Nullable>enable</Nullable>
13-
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1412
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
1513
</PropertyGroup>
1614

src/Smdn.Net.EchonetLite.RouteB.SkStackIP/Smdn.Net.EchonetLite.RouteB.SkStackIP.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ SPDX-License-Identifier: MIT
88
<VersionPrefix>2.0.1</VersionPrefix>
99
<VersionSuffix></VersionSuffix>
1010
<PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
11-
<Nullable>enable</Nullable>
12-
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1311
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
1412
</PropertyGroup>
1513

src/Smdn.Net.EchonetLite.RouteB/Smdn.Net.EchonetLite.RouteB.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ SPDX-License-Identifier: MIT
99
<VersionPrefix>2.1.0</VersionPrefix>
1010
<VersionSuffix></VersionSuffix>
1111
<PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
12-
<Nullable>enable</Nullable>
13-
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1412
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
1513
</PropertyGroup>
1614

src/Smdn.Net.EchonetLite/Smdn.Net.EchonetLite.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ SPDX-License-Identifier: MIT
1111
<VersionPrefix>2.1.0</VersionPrefix>
1212
<VersionSuffix></VersionSuffix>
1313
<PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
14-
<Nullable>enable</Nullable>
15-
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1614
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
1715
</PropertyGroup>
1816

src/Smdn.Net.SmartMeter.Extensions.Munin/Smdn.Net.SmartMeter.Extensions.Munin.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ SPDX-License-Identifier: MIT
88
<VersionPrefix>2.1.0</VersionPrefix>
99
<VersionSuffix></VersionSuffix>
1010
<PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
11-
<Nullable>enable</Nullable>
12-
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
13-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1411
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
1512
</PropertyGroup>
1613

src/Smdn.Net.SmartMeter/Smdn.Net.SmartMeter.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ SPDX-License-Identifier: MIT
99
<VersionPrefix>2.1.0</VersionPrefix>
1010
<VersionSuffix></VersionSuffix>
1111
<PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
12-
<Nullable>enable</Nullable>
13-
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1412
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
1513
</PropertyGroup>
1614

tests/Smdn.Net.EchonetLite.Appendix/Smdn.Net.EchonetLite.Appendix.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ SPDX-FileCopyrightText: 2023 smdn <smdn@smdn.jp>
33
SPDX-License-Identifier: MIT
44
-->
55
<Project Sdk="Microsoft.NET.Sdk">
6-
<PropertyGroup>
7-
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
8-
</PropertyGroup>
9-
106
<PropertyGroup>
117
<TargetFrameworks Condition=" '$(EnableTargetFrameworkDotNet80)' == 'true' ">net8.0;$(TargetFrameworks)</TargetFrameworks>
128
<TargetFrameworks Condition=" '$(EnableTargetFrameworkNetFx)' == 'true' ">$(TargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)