Skip to content

Commit

Permalink
Add dependency to ILanguageCSharpZone
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed May 27, 2023
1 parent 4eb2b29 commit 6da566c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Abc.MoqComplete/Abc.MoqComplete/Zone.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
using JetBrains.Application.BuildScript.Application.Zones;
using JetBrains.ReSharper.Psi.CSharp;

namespace Abc.MoqComplete
{
[ZoneMarker]
public sealed class ZoneMarker
{ }
public sealed class ZoneMarker : IRequire<ILanguageCSharpZone>
{
}
}

0 comments on commit 6da566c

Please sign in to comment.