Skip to content

Commit

Permalink
Stricter API compatibility checking
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Mar 23, 2024
1 parent 2a56bcb commit 8379684
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageTags>nodatime;json;jsonnet</PackageTags>
<EnablePackageValidation>true</EnablePackageValidation>
<ApiCompatEnableRuleCannotChangeParameterName>true</ApiCompatEnableRuleCannotChangeParameterName>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageTags>nodatime;google;protobuf</PackageTags>
<EnablePackageValidation>true</EnablePackageValidation>
<ApiCompatEnableRuleCannotChangeParameterName>true</ApiCompatEnableRuleCannotChangeParameterName>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<PackageTags>nodatime;json</PackageTags>
<EnablePackageValidation>true</EnablePackageValidation>
<ApiCompatEnableRuleCannotChangeParameterName>true</ApiCompatEnableRuleCannotChangeParameterName>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8379684

Please sign in to comment.