Skip to content

Commit

Permalink
Add dependency to ILanguageCSharpZone
Browse files Browse the repository at this point in the history
(cherry picked from commit 6da566c)
  • Loading branch information
ltrzesniewski committed May 28, 2023
1 parent 42a1613 commit 0180d3a
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 0180d3a

Please sign in to comment.