|
|
@ -4,7 +4,14 @@
|
|
|
|
<PackageReference Include="FluentValidation" />
|
|
|
|
<PackageReference Include="FluentValidation" />
|
|
|
|
<PackageReference Include="JetBrains.Annotations" />
|
|
|
|
<PackageReference Include="JetBrains.Annotations" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Recyclarr.Common\Recyclarr.Common.csproj" />
|
|
|
|
<ProjectReference Include="..\Recyclarr.Common\Recyclarr.Common.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<SonarQubeSetting Include="sonar.cpd.exclusions">
|
|
|
|
|
|
|
|
<Value>$(MSBuildProjectFullPath)</Value>
|
|
|
|
|
|
|
|
</SonarQubeSetting>
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|
|
</Project>
|
|
|
|