Adding File Header (#1741)
This commit is contained in:
parent
5cb9b887d4
commit
5b85e8309e
|
|
@ -1,4 +1,7 @@
|
||||||
using System;
|
// Copyright (c) .NET Foundation. All rights reserved.
|
||||||
|
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
@ -36,4 +39,4 @@ namespace Microsoft.AspNetCore.SignalR.Tests
|
||||||
|
|
||||||
public string SkipReason => "No WebSockets Client for this platform";
|
public string SkipReason => "No WebSockets Client for this platform";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue