Skip to content

Commit 1845afc

Browse files
Bump Microsoft.Build.Artifacts from 6.1.43 to 6.1.47 (#312)
Bumps [Microsoft.Build.Artifacts](https://github.com/Microsoft/MSBuildSdks) from 6.1.43 to 6.1.47. - [Release notes](https://github.com/Microsoft/MSBuildSdks/releases) - [Changelog](https://github.com/microsoft/MSBuildSdks/blob/main/RELEASE.md) - [Commits](microsoft/MSBuildSdks@Microsoft.Build.Artifacts.6.1.43...Microsoft.Build.Artifacts.6.1.47) --- updated-dependencies: - dependency-name: Microsoft.Build.Artifacts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6a99da commit 1845afc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
55
<MicrosoftBuildPackageVersion>17.11.4</MicrosoftBuildPackageVersion>
6-
<MicrosoftBuildPackageVersion Condition="'$(TargetFramework)' == 'net6.0'">17.3.2</MicrosoftBuildPackageVersion>
6+
<MicrosoftBuildPackageVersion Condition="'$(TargetFramework)' == 'net6.0'">17.11.4</MicrosoftBuildPackageVersion>
77
<SystemTextJsonVersion>8.0.5</SystemTextJsonVersion>
8-
<SystemTextJsonVersion Condition="'$(TargetFramework)' == 'net6.0'">6.0.10</SystemTextJsonVersion>
8+
<SystemTextJsonVersion Condition="'$(TargetFramework)' == 'net6.0'">8.0.5</SystemTextJsonVersion>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageVersion Include="AssemblyShader" Version="1.0.3-preview" />
@@ -23,7 +23,7 @@
2323
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
2424
</ItemGroup>
2525
<ItemGroup>
26-
<GlobalPackageReference Include="Microsoft.Build.Artifacts" Version="6.1.43" />
26+
<GlobalPackageReference Include="Microsoft.Build.Artifacts" Version="6.1.47" />
2727
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
2828
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.6.143" />
2929
<GlobalPackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />

0 commit comments

Comments
 (0)