Skip to content

Commit b740235

Browse files
authored
Update analyzers and exclude from pack (#100)
1 parent 7d0b2ff commit b740235

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="IntelliTect.Analyzers" Version="0.1.7" />
11+
<PackageReference Include="IntelliTect.Analyzers" Version="0.1.8">
12+
<ExcludeAssets>all</ExcludeAssets>
13+
</PackageReference>
1214
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
1315
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
1416
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />

0 commit comments

Comments
 (0)