Skip to content

Commit 92b4fca

Browse files
committed
Fixed build errors in test project
1 parent eefd6b1 commit 92b4fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTests/UnitTests.UWP/Helpers/Test_DispatcherHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace UnitTests.Helpers
1515
{
16-
#pragma warning disable CS0612 // Type or member is obsolete
16+
#pragma warning disable CS0612, CS0618 // Type or member is obsolete
1717
[TestClass]
1818
public class Test_DispatcherHelper
1919
{

0 commit comments

Comments
 (0)