|
25 | 25 | </PropertyGroup> |
26 | 26 |
|
27 | 27 | <!-- |
28 | | - MSBuild - need to use older packages when targeting net7.0 since the newer versions only support net472 and net8.0. |
| 28 | + MSBuild - need to use older packages when targeting net8.0 since the newer versions only support net472 and net9.0. |
29 | 29 | When tareting the latest .NET the version must also be lower or equal to one specified in |
30 | 30 | https://github.com/dotnet/sdk/blob/main/src/Layout/redist/minimumMSBuildVersion#L1 |
31 | 31 | --> |
32 | 32 |
|
33 | 33 | <ItemGroup Condition="'$(DotNetBuildSourceOnly)' == 'true'"> |
34 | | - <PackageVersion Include="Microsoft.Build" Version="17.3.4" /> |
35 | | - <PackageVersion Include="Microsoft.Build.Framework" Version="17.3.4" /> |
36 | | - <PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.3.4" /> |
37 | | - <PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.3.4" /> |
| 34 | + <PackageVersion Include="Microsoft.Build" Version="17.11.48" /> |
| 35 | + <PackageVersion Include="Microsoft.Build.Framework" Version="17.11.48" /> |
| 36 | + <PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.11.48" /> |
| 37 | + <PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.11.48" /> |
38 | 38 | </ItemGroup> |
39 | 39 |
|
40 | 40 | <ItemGroup Condition="'$(DotNetBuildSourceOnly)' != 'true' and '$(TargetFramework)' != 'net472'"> |
41 | | - <PackageVersion Include="Microsoft.Build" Version="17.11.31" /> |
42 | | - <PackageVersion Include="Microsoft.Build.Framework" Version="17.11.31" /> |
43 | | - <PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.11.31" /> |
44 | | - <PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.11.31" /> |
| 41 | + <PackageVersion Include="Microsoft.Build" Version="17.11.48" /> |
| 42 | + <PackageVersion Include="Microsoft.Build.Framework" Version="17.11.48" /> |
| 43 | + <PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.11.48" /> |
| 44 | + <PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.11.48" /> |
45 | 45 | </ItemGroup> |
46 | 46 |
|
47 | 47 | <ItemGroup Condition="'$(DotNetBuildSourceOnly)' != 'true' and '$(TargetFramework)' == 'net472'"> |
|
52 | 52 | </ItemGroup> |
53 | 53 |
|
54 | 54 | <ItemGroup> |
55 | | - <PackageVersion Include="Microsoft.Build.Locator" Version="1.8.1" /> |
| 55 | + <!-- |
| 56 | + BuildHost |
| 57 | + --> |
| 58 | + <PackageVersion Include="Microsoft.Build.Locator" Version="1.10.2" /> |
56 | 59 |
|
57 | 60 | <!-- |
58 | 61 | Visual Studio |
|
0 commit comments