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