Skip to content

Commit 91bb0c4

Browse files
committed
remove redundant properties that have the same as default values
1 parent cb014f2 commit 91bb0c4

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

src/Smdn.Devices.BP35XX/Smdn.Devices.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.2.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 -->
1311
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
1412
</PropertyGroup>
1513

src/Smdn.Net.SkStackIP/Smdn.Net.SkStackIP.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ SPDX-License-Identifier: MIT
88
<VersionPrefix>1.5.2</VersionPrefix>
99
<VersionSuffix></VersionSuffix>
1010
<PackageValidationBaselineVersion>1.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>CA1848;$(NoWarn)</NoWarn> <!-- CA1848: For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogXxxxx(...)' -->
1412
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
15-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1613
</PropertyGroup>
1714

1815
<PropertyGroup Label="metadata">

tests/Smdn.Devices.BP35XX/Smdn.Devices.BP35XX.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ SPDX-FileCopyrightText: 2021 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>

tests/Smdn.Net.SkStackIP/Smdn.Net.SkStackIP.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ SPDX-FileCopyrightText: 2021 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)