Skip to content

Commit

Permalink
Fix code generation issue for legacy frameworks like NET20, NET35, NE…
Browse files Browse the repository at this point in the history
…TSTANDARD1_0
  • Loading branch information
Nikolay Pyanikov committed Jul 28, 2023
1 parent 8150f95 commit 6913adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pure.DI.Core/Components/Api.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
namespace System.Diagnostics.CodeAnalysis
{
// ReSharper disable UnusedType.Global
[global::SystemAttributeUsage(global::SystemAttributeTargets.Assembly | global::SystemAttributeTargets.Class | global::SystemAttributeTargets.Constructor | global::SystemAttributeTargets.Event | global::SystemAttributeTargets.Method | global::SystemAttributeTargets.Property | global::SystemAttributeTargets.Struct, AllowMultiple = false, Inherited = false)]
public sealed class ExcludeFromCodeCoverageAttribute : global::SystemAttribute
[global::System.AttributeUsage(global::System.AttributeTargets.Assembly | global::System.AttributeTargets.Class | global::System.AttributeTargets.Constructor | global::System.AttributeTargets.Event | global::System.AttributeTargets.Method | global::System.AttributeTargets.Property | global::System.AttributeTargets.Struct, AllowMultiple = false, Inherited = false)]
public sealed class ExcludeFromCodeCoverageAttribute : global::System.Attribute
{
}
}
Expand Down

0 comments on commit 6913adc

Please sign in to comment.