Skip to content

Commit 2d261e0

Browse files
authored
Update MSBuild packages in net472 to 18.0.2 (#81226)
This is the set of package msbuild published for the 18.0 release
1 parent 882d166 commit 2d261e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eng/Packages.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
</ItemGroup>
4646

4747
<ItemGroup Condition="'$(DotNetBuildSourceOnly)' != 'true' and '$(TargetFramework)' == 'net472'">
48-
<PackageVersion Include="Microsoft.Build" Version="17.15.0-preview-25353-11" />
49-
<PackageVersion Include="Microsoft.Build.Framework" Version="17.15.0-preview-25353-11" />
50-
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.15.0-preview-25353-11" />
51-
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.15.0-preview-25353-11" />
48+
<PackageVersion Include="Microsoft.Build" Version="18.0.2" />
49+
<PackageVersion Include="Microsoft.Build.Framework" Version="18.0.2" />
50+
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="18.0.2" />
51+
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="18.0.2" />
5252
</ItemGroup>
5353

5454
<ItemGroup>

0 commit comments

Comments
 (0)