File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >netstandard2.0</TargetFrameworks >
5
5
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
6
6
<WarningsNotAsErrors >IDE0005;IDE0028;IDE1006;</WarningsNotAsErrors >
7
+ <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
7
8
<EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
8
9
<AnalysisLevel >latest-Recommended</AnalysisLevel >
9
10
@@ -48,7 +49,7 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
48
49
49
50
<ItemGroup >
50
51
<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 " />
52
53
</ItemGroup >
53
54
54
55
<ItemGroup >
You can’t perform that action at this time.
0 commit comments