Skip to content

Commit 273e98a

Browse files
authored
Private analyzers (#103)
* Change to make analyzers private (oops, wrong property used earlier) * Change selenate analyzers to private
1 parent 538c8fe commit 273e98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntelliTect.TestTools.TestFramework/IntelliTect.TestTools.TestFramework/IntelliTect.TestTools.TestFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="IntelliTect.Analyzers" Version="0.1.8">
12-
<ExcludeAssets>all</ExcludeAssets>
12+
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>
1414
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
1515
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />

0 commit comments

Comments
 (0)