Skip to content

Commit

Permalink
ref test analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
vobradovich committed Nov 15, 2024
1 parent 439006c commit 1144f81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions net/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NSubstitute.Analyzers.CSharp" >
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Roslynator.Analyzers">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
1 change: 1 addition & 0 deletions net/tests/Sails.Client.Tests/Sails.Client.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="NSubstitute" />
<PackageReference Include="NSubstitute.Analyzers.CSharp" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" />
</ItemGroup>
Expand Down

0 comments on commit 1144f81

Please sign in to comment.