File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/GitVersion.MsBuild.Tests Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' " >
10
+ <PackageReference Include =" Buildalyzer" Version =" 3.2.2" />
11
+ <PackageReference Include =" MSBuild.ProjectCreation" Version =" 6.3.3" />
10
12
<PackageReference Include =" Microsoft.Build" Version =" 16.9.0" />
11
13
</ItemGroup >
12
14
13
15
<ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
16
+ <PackageReference Include =" Buildalyzer" Version =" 3.2.8" />
17
+ <PackageReference Include =" MSBuild.ProjectCreation" Version =" 6.3.3" />
14
18
<PackageReference Include =" Microsoft.Build" Version =" $(PackageVersion_MsBuild)" />
15
19
</ItemGroup >
16
20
17
21
<ItemGroup >
18
- <PackageReference Include =" Buildalyzer" Version =" 4.1.2" />
19
- <PackageReference Include =" MSBuild.ProjectCreation" Version =" 6.3.3" />
20
22
<PackageReference Include =" LibGit2Sharp" Version =" $(PackageVersion_LibGit2Sharp)" />
21
23
</ItemGroup >
22
24
You can’t perform that action at this time.
0 commit comments