Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit c6ec3b1

Browse files
authored
Merge pull request #61 from sharwell/rm-attribute
Only include ExcludeFromCodeCoverageAttribute in netstandard1.1 builds
2 parents 7f08040 + e9e80ac commit c6ec3b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

4+
#if NETSTANDARD1_1
5+
46
namespace System.Diagnostics.CodeAnalysis
57
{
68
[AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = false)]
79
internal sealed class ExcludeFromCodeCoverageAttribute : Attribute
810
{
911
}
1012
}
13+
14+
#endif

0 commit comments

Comments
 (0)