Skip to content

Commit efdc18f

Browse files
Ivan KamkinIvan Kamkin
Ivan Kamkin
authored and
Ivan Kamkin
committed
Suppress warnings
1 parent 2a169f3 commit efdc18f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Aspose.BarCode.Cloud.Sdk.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<WarningsNotAsErrors>IDE0005;IDE0028;IDE1006;</WarningsNotAsErrors>
7+
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
78
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
89
<AnalysisLevel>latest-Recommended</AnalysisLevel>
910

@@ -48,7 +49,7 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
4849

4950
<ItemGroup>
5051
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
51-
<PackageReference Include="System.Text.Json" Version="9.0.4" />
52+
<PackageReference Include="System.Text.Json" Version="9.0.4" ExcludeAssets="buildTransitive" />
5253
</ItemGroup>
5354

5455
<ItemGroup>

0 commit comments

Comments
 (0)