Skip to content

Commit 721b47d

Browse files
committed
chore: cleanup in PetStore csproj's
1 parent d7d789d commit 721b47d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sample/PetStore.Api/PetStore.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net10.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<NoWarn>$(NoWarn);CS0436;SA0001;CS1591;IDE0005</NoWarn>
7+
<NoWarn>$(NoWarn);CS0436;IDE0005</NoWarn>
88
</PropertyGroup>
99

1010
<ItemGroup>

sample/PetStore.DataAccess/PetStore.DataAccess.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<NoWarn>$(NoWarn);CS0436;SA0001;CS1591;IDE0005</NoWarn>
7+
<NoWarn>$(NoWarn);IDE0005</NoWarn>
88
<GenerateDocumentationFile>false</GenerateDocumentationFile>
99
</PropertyGroup>
1010

sample/PetStore.Domain/PetStore.Domain.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<NoWarn>$(NoWarn);CS0436;SA0001;CS1591;IDE0005</NoWarn>
7+
<NoWarn>$(NoWarn);CS0436;IDE0005</NoWarn>
88
<GenerateDocumentationFile>false</GenerateDocumentationFile>
99
</PropertyGroup>
1010

0 commit comments

Comments
 (0)