Skip to content

Commit

Permalink
Update PublicApiGenerator renamed API (#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint authored Mar 6, 2023
1 parent 67c3f44 commit 8867154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<ItemGroup Condition="'$(TargetPlatformIdentifier)'==''">
<PackageReference Include="Verify.Xunit" Version="19.*" />
<PackageReference Include="Verify.DiffPlex" Version="2.*" />
<PackageReference Include="PublicApiGenerator" Version="10.*" />
<PackageReference Include="PublicApiGenerator" Version="11.*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" PrivateAssets="All" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.*" PrivateAssets="All" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/Sentry.Testing/ApiExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static Task CheckApproval(this Assembly assembly, [CallerFilePath] string
typeof(InternalsVisibleToAttribute).FullName,
typeof(TargetFrameworkAttribute).FullName
},
WhitelistedNamespacePrefixes = new[] { "Sentry", "Microsoft" }
AllowNamespacePrefixes = new[] { "Sentry", "Microsoft" }
};
var apiText = assembly.GeneratePublicApi(generatorOptions);

Expand Down

0 comments on commit 8867154

Please sign in to comment.