We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2303bd2 commit f641b30Copy full SHA for f641b30
2 files changed
ValidCode.NetCore/ValidCode.NetCore.csproj
@@ -4,4 +4,7 @@
4
<TargetFramework>netcoreapp3.1</TargetFramework>
5
</PropertyGroup>
6
7
+ <ItemGroup>
8
+ <PackageReference Include="IDisposableAnalyzers" Version="3.3.0" PrivateAssets="all" />
9
+ </ItemGroup>
10
</Project>
ValidCode/ValidCode.csproj
@@ -8,7 +8,7 @@
<ItemGroup>
11
- <PackageReference Include="IDisposableAnalyzers" Version="3.2.0" PrivateAssets="all" />
12
<PackageReference Include="Moq" Version="4.13.1" />
13
<PackageReference Include="Ninject" Version="4.0.0-beta-0134" />
14
<PackageReference Include="System.Reactive.Linq" Version="4.3.2" />
0 commit comments