File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ public Task Approve()
47
47
string publicApi = typeof ( ConnectionFactory ) . Assembly . GeneratePublicApi ( new ApiGeneratorOptions { ExcludeAttributes = new [ ] { "System.Runtime.Versioning.TargetFrameworkAttribute" } } ) ;
48
48
49
49
var settings = new VerifySettings ( ) ;
50
- settings . DisableClipboard ( ) ;
51
50
settings . DisableDiff ( ) ;
52
51
53
52
return Verifier . Verify ( publicApi , settings ) ;
Original file line number Diff line number Diff line change 13
13
<ItemGroup >
14
14
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.7.1" />
15
15
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0" />
16
- <PackageReference Include =" NUnit" Version =" 3.12.0 " />
16
+ <PackageReference Include =" NUnit" Version =" 3.13.2 " />
17
17
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0" />
18
18
<PackageReference Include =" PublicApiGenerator" Version =" 10.2.0" />
19
- <PackageReference Include =" Verify.NUnit" Version =" 6.9.0 " />
19
+ <PackageReference Include =" Verify.NUnit" Version =" 11.18.2 " />
20
20
</ItemGroup >
21
21
22
22
</Project >
You can’t perform that action at this time.
0 commit comments