Skip to content

Commit 192b8da

Browse files
(deps): Bump MSBuild.ProjectCreation from 6.3.3 to 8.0.0
Bumps [MSBuild.ProjectCreation](https://github.com/jeffkl/MSBuildProjectCreator) from 6.3.3 to 8.0.0. - [Release notes](https://github.com/jeffkl/MSBuildProjectCreator/releases) - [Commits](jeffkl/MSBuildProjectCreator@v6.3.3...v8.0.0) --- updated-dependencies: - dependency-name: MSBuild.ProjectCreation dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0423197 commit 192b8da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GitVersion.MsBuild.Tests/GitVersion.MsBuild.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
1010
<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" />
1212
<PackageReference Include="Microsoft.Build" Version="16.9.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
1616
<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" />
1818
<PackageReference Include="Microsoft.Build" Version="16.11.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' or '$(TargetFramework)' == 'net6.0' ">
2222
<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" />
2424
<PackageReference Include="Microsoft.Build" Version="$(PackageVersion_MsBuild)" />
2525
</ItemGroup>
2626

0 commit comments

Comments
 (0)