File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <ItemGroup >
3
+
4
+ <ItemGroup Condition =" $(MSBuildProjectName) != 'LinkDotNet.Blog.TestUtilities'" >
4
5
<PackageReference Include =" bunit" Version =" 1.4.15" />
5
6
<PackageReference Include =" FluentAssertions" Version =" 6.4.0" />
6
7
<PackageReference Include =" Moq" Version =" 4.16.1" />
9
10
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
10
11
<PrivateAssets >all</PrivateAssets >
11
12
</PackageReference >
12
- <PackageReference Include =" coverlet.collector" Version =" 3.1.1 " >
13
+ <PackageReference Include =" coverlet.collector" Version =" 3.1.2 " >
13
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
15
<PrivateAssets >all</PrivateAssets >
15
16
</PackageReference >
16
- <PackageReference Include =" coverlet.msbuild" Version =" 3.1.1 " >
17
+ <PackageReference Include =" coverlet.msbuild" Version =" 3.1.2 " >
17
18
<PrivateAssets >all</PrivateAssets >
18
19
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
20
</PackageReference >
21
+ </ItemGroup >
22
+
23
+ <ItemGroup >
20
24
<PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.35.0.42613" >
21
25
<PrivateAssets >all</PrivateAssets >
22
26
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
27
31
</PackageReference >
28
32
</ItemGroup >
29
33
30
- <ItemGroup Label =" Implicit usings" >
34
+ <ItemGroup Label =" Implicit usings" Condition = " $(MSBuildProjectName) != 'LinkDotNet.Blog.TestUtilities' " >
31
35
<Using Include =" FluentAssertions" />
32
36
<Using Include =" Moq" />
33
37
<Using Include =" Xunit" />
You can’t perform that action at this time.
0 commit comments