Commit 13e65ca 1 parent c947aa9 commit 13e65ca Copy full SHA for 13e65ca
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
4
4
<MicrosoftBuildPackageVersion >17.6.3</MicrosoftBuildPackageVersion >
5
- <MicrosoftBuildPackageVersion Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >16.9.0</MicrosoftBuildPackageVersion >
6
- <MicrosoftBuildPackageVersion Condition =" '$(TargetFramework)' == 'netstandard2.0'" >16.9.0</MicrosoftBuildPackageVersion >
7
- <MicrosoftBuildPackageVersion Condition =" '$(TargetFramework)' == 'net46'" >15.9.20</MicrosoftBuildPackageVersion >
8
5
</PropertyGroup >
9
6
<ItemGroup >
10
7
<PackageVersion Include =" Microsoft.Build.Utilities.Core" Version =" $(MicrosoftBuildPackageVersion)" />
8
+ <PackageVersion Update =" Microsoft.Build.Utilities.Core" Version =" 16.9.0" Condition =" '$(TargetFramework)' == 'netcoreapp3.1' Or '$(TargetFramework)' == 'netstandard2.0'" />
9
+ <PackageVersion Update =" Microsoft.Build.Utilities.Core" Version =" 15.9.20" Condition =" '$(TargetFramework)' == 'net46'" />
11
10
<PackageVersion Include =" Microsoft.Build.Tasks.Core" Version =" $(MicrosoftBuildPackageVersion)" />
11
+ <PackageVersion Update =" Microsoft.Build.Tasks.Core" Version =" 16.9.0" Condition =" '$(TargetFramework)' == 'netcoreapp3.1' Or '$(TargetFramework)' == 'netstandard2.0'" />
12
+ <PackageVersion Update =" Microsoft.Build.Tasks.Core" Version =" 15.9.20" Condition =" '$(TargetFramework)' == 'net46'" />
12
13
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.0" />
13
14
<PackageVersion Include =" Microsoft.Win32.Registry" Version =" 4.7.0" />
14
15
<PackageVersion Include =" MSBuild.ProjectCreation" Version =" 10.0.0" />
You can’t perform that action at this time.
0 commit comments