|
16 | 16 | </ItemGroup> |
17 | 17 |
|
18 | 18 | <ItemGroup Condition="'$(TargetFramework)' == 'net8.0'"> |
19 | | - <PackageVersion Include="Microsoft.Build" Version="17.11.4" /> |
20 | | - <PackageVersion Include="Microsoft.Build.Framework" Version="17.11.4" /> |
21 | | - <PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.11.4" /> |
| 19 | + <PackageVersion Include="Microsoft.Build" Version="17.11.48" /> |
| 20 | + <PackageVersion Include="Microsoft.Build.Framework" Version="17.11.48" /> |
| 21 | + <PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.11.48" /> |
22 | 22 | <PackageVersion Include="System.Configuration.ConfigurationManager" Version="8.0.1" /> |
23 | 23 | <PackageVersion Include="System.CodeDom" Version="8.0.0" /> |
24 | 24 | </ItemGroup> |
25 | 25 |
|
26 | 26 | <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'"> |
27 | | - <PackageVersion Include="Microsoft.Build" Version="17.12.6" /> |
28 | | - <PackageVersion Include="Microsoft.Build.Framework" Version="17.12.6" /> |
29 | | - <PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.12.6" /> |
30 | | - <PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.0" /> |
31 | | - <PackageVersion Include="System.CodeDom" Version="9.0.0" /> |
| 27 | + <PackageVersion Include="Microsoft.Build" Version="17.12.50" /> |
| 28 | + <PackageVersion Include="Microsoft.Build.Framework" Version="17.12.50" /> |
| 29 | + <PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.12.50" /> |
| 30 | + <PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.11" /> |
| 31 | + <PackageVersion Include="System.CodeDom" Version="9.0.11" /> |
| 32 | + </ItemGroup> |
| 33 | + |
| 34 | + <ItemGroup Condition="'$(TargetFramework)' == 'net10.0'"> |
| 35 | + <PackageVersion Include="Microsoft.Build" Version="18.0.2" /> |
| 36 | + <PackageVersion Include="Microsoft.Build.Framework" Version="18.0.2" /> |
| 37 | + <PackageVersion Include="Microsoft.Build.Utilities.Core" Version="18.0.2" /> |
| 38 | + <PackageVersion Include="System.Configuration.ConfigurationManager" Version="10.0.0" /> |
| 39 | + <PackageVersion Include="System.CodeDom" Version="10.0.0" /> |
32 | 40 | </ItemGroup> |
33 | 41 |
|
34 | 42 | </Project> |
0 commit comments