Skip to content

Commit ebeec16

Browse files
committed
remove redundant properties that have the same as default values
1 parent c6e9e64 commit ebeec16

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

src/Smdn.Net.MuninNode.Hosting/Smdn.Net.MuninNode.Hosting.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>3.1.0</VersionPrefix>
99
<VersionSuffix></VersionSuffix>
1010
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
11-
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0030 -->
12-
<Nullable>enable</Nullable>
1311
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
1412
</PropertyGroup>
1513

src/Smdn.Net.MuninNode/Smdn.Net.MuninNode.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.5.0</VersionPrefix>
99
<VersionSuffix></VersionSuffix>
1010
<PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
11-
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
12-
<Nullable>enable</Nullable>
1311
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
1412
</PropertyGroup>
1513

tests/Smdn.Net.MuninNode.Hosting/Smdn.Net.MuninNode.Hosting.Tests.csproj

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

tests/Smdn.Net.MuninNode/Smdn.Net.MuninNode.Tests.csproj

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

0 commit comments

Comments
 (0)