Skip to content

Commit

Permalink
Specify wave without interval
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed May 30, 2023
1 parent 6da566c commit 114bf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Abc.MoqComplete/Abc.MoqComplete/Abc.MoqComplete.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="JetBrains.ReSharper.SDK" Version="$(SdkVersion)">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Wave" Version="[$(WaveVersion)]"/>
<PackageReference Include="Wave" Version="$(WaveVersion)" />
</ItemGroup>
<ItemGroup>
<None Remove="*\plugin.xml" />
Expand Down

0 comments on commit 114bf24

Please sign in to comment.