Skip to content

Commit

Permalink
.Net: Updated baseline version to 1.17.2 (microsoft#8332)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrostruk committed Aug 22, 2024
1 parent f2bc246 commit 163d512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/nuget/nuget-package.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<IsPackable>true</IsPackable>

<!-- Package validation. Baseline Version should be lower or equal to current version. -->
<PackageValidationBaselineVersion>1.17.0</PackageValidationBaselineVersion>
<PackageValidationBaselineVersion>1.17.2</PackageValidationBaselineVersion>
<!-- Validate assembly attributes only for Publish builds -->
<NoWarn Condition="'$(Configuration)' != 'Publish'">$(NoWarn);CP0003</NoWarn>
<!-- Do not validate reference assemblies -->
Expand Down

0 comments on commit 163d512

Please sign in to comment.