Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyfedorov2 committed Dec 16, 2024
1 parent 1f464df commit 883334d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<PropertyGroup>
<TargetFrameworks>$(TargetFrameworks);netstandard2.0</TargetFrameworks>
<ForceLatestDotnetVersions>true</ForceLatestDotnetVersions>
<NoWarn>$(NoWarn);CA1063;CA2227;SA1316;S1067;S1121;S3358</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DisableNETStandardCompatErrors>true</DisableNETStandardCompatErrors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<PropertyGroup>
<NoWarn>$(NoWarn);CA1063;CA1861;SA1130;VSTHRD003</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<ForceLatestDotnetVersions>true</ForceLatestDotnetVersions>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</PropertyGroup>

<PropertyGroup>
<ForceLatestDotnetVersions>true</ForceLatestDotnetVersions>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</PropertyGroup>

<PropertyGroup>
<ForceLatestDotnetVersions>true</ForceLatestDotnetVersions>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<InjectDiagnosticAttributesOnLegacy>true</InjectDiagnosticAttributesOnLegacy>
</PropertyGroup>
Expand Down

0 comments on commit 883334d

Please sign in to comment.