Skip to content

Commit

Permalink
Remove loading different Reqnroll generator in unit tests
Browse files Browse the repository at this point in the history
Only a single .NET standard one is built
  • Loading branch information
JoshKeegan committed Nov 8, 2024
1 parent a35f4e6 commit dc6d365
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/UnitTests.Reqnroll/UnitTests.Reqnroll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
</ItemGroup>

<ItemGroup>
<ReqnrollGeneratorPlugins Condition="'$(MSBuildRuntimeType)' == 'Core'" Include="../../src/xRetry.Reqnroll/bin/Release/netstandard2.0/xRetry.ReqnrollPlugin.dll" />
<ReqnrollGeneratorPlugins Condition="'$(MSBuildRuntimeType)' != 'Core'" Include="../../src/xRetry.Reqnroll/bin/Release/net461/xRetry.ReqnrollPlugin.dll" />
<ReqnrollGeneratorPlugins Include="../../src/xRetry.Reqnroll/bin/Release/netstandard2.0/xRetry.ReqnrollPlugin.dll" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit dc6d365

Please sign in to comment.