Skip to content

Commit a8c91ab

Browse files
authored
Another round of ComponentGovernance fixes for 17.12 (#81359)
Not sure why the last round didn't have me update the MSBuild ones directly to these suggested versions. Maybe it's a new item, or maybe I just missed something.
1 parent 82b3a7b commit a8c91ab

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Directory.Packages.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
</ItemGroup>
4040

4141
<ItemGroup Condition="'$(DotNetBuildSourceOnly)' != 'true' and '$(TargetFramework)' != 'net472'">
42-
<PackageVersion Include="Microsoft.Build" Version="17.8.29" />
43-
<PackageVersion Include="Microsoft.Build.Framework" Version="17.8.29" />
44-
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.8.29" />
45-
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.8.29" />
42+
<PackageVersion Include="Microsoft.Build" Version="17.8.43" />
43+
<PackageVersion Include="Microsoft.Build.Framework" Version="17.8.43" />
44+
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.8.43" />
45+
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.8.43" />
4646
</ItemGroup>
4747

4848
<ItemGroup Condition="'$(DotNetBuildSourceOnly)' != 'true' and '$(TargetFramework)' == 'net472'">
49-
<PackageVersion Include="Microsoft.Build" Version="17.10.29" />
50-
<PackageVersion Include="Microsoft.Build.Framework" Version="17.10.29" />
51-
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.10.29" />
52-
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.10.29" />
49+
<PackageVersion Include="Microsoft.Build" Version="17.10.46" />
50+
<PackageVersion Include="Microsoft.Build.Framework" Version="17.10.46" />
51+
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.10.46" />
52+
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.10.46" />
5353
</ItemGroup>
5454

5555
<ItemGroup>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<SystemSecurityPermissionsVersion>8.0.0</SystemSecurityPermissionsVersion>
3636
<!-- Note: When updating SystemTextJsonVersion ensure that the version is no higher than what is used by MSBuild. -->
3737
<SystemTextEncodingsWebVersion>8.0.0</SystemTextEncodingsWebVersion>
38-
<SystemTextJsonVersion>8.0.4</SystemTextJsonVersion>
38+
<SystemTextJsonVersion>8.0.5</SystemTextJsonVersion>
3939
<SystemThreadingTasksDataflowVersion>8.0.0</SystemThreadingTasksDataflowVersion>
4040
<SystemWindowsExtensionsVersion>8.0.0</SystemWindowsExtensionsVersion>
4141
<MicrosoftBclAsyncInterfacesVersion>8.0.0</MicrosoftBclAsyncInterfacesVersion>

0 commit comments

Comments
 (0)