Skip to content

Commit d421774

Browse files
committed
Make type internal
1 parent 7ecd51a commit d421774

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Adapter/MSTestAdapter.PlatformServices/Interfaces/IConfiguration.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#if WINDOWS_UWP
55
namespace Microsoft.Testing.Platform.Configurations;
66

7-
public interface IConfiguration
7+
internal interface IConfiguration
88
{
99
}
1010
#endif
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
#nullable enable
2-
Microsoft.Testing.Platform.Configurations.IConfiguration

0 commit comments

Comments
 (0)