File tree 2 files changed +12
-2
lines changed 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 115
115
<PackageVersion Include =" System.Security.Cryptography.Xml" Version =" 7.0.1" />
116
116
<PackageVersion Include =" System.Text.Encodings.Web" Version =" 8.0.0" />
117
117
<PackageVersion Include =" System.Text.Json" Version =" 8.0.4" />
118
- <PackageVersion Include =" System.Threading.Tasks.Extensions" Version =" 4.5.4 " />
118
+ <PackageVersion Include =" System.Threading.Tasks.Extensions" Version =" $(SystemThreadingTasksExtensionsVersion) " />
119
119
<PackageVersion Include =" xunit" Version =" $(_XunitPackageVersion)" />
120
120
<PackageVersion Include =" Xunit.Combinatorial" Version =" 1.6.24" />
121
121
<PackageVersion Include =" xunit.extensibility.execution" Version =" $(_XunitPackageVersion)" />
127
127
at the appropriate version, in combination with using CentralPackageTransitivePinningEnabled, will
128
128
ensure the correct version is used in all places
129
129
-->
130
- <PackageVersion Include =" Microsoft.IO.Redist" Version =" 6.0.1 " />
130
+ <PackageVersion Include =" Microsoft.IO.Redist" Version =" $(MicrosoftIORedistVersion) " />
131
131
<PackageVersion Include =" System.Formats.Asn1" Version =" 8.0.1" />
132
132
</ItemGroup >
133
133
</Project >
Original file line number Diff line number Diff line change 100
100
<XUnitVersion >2.6.6</XUnitVersion >
101
101
<XUnitAnalyzersVersion >1.7.0</XUnitAnalyzersVersion >
102
102
</PropertyGroup >
103
+
104
+ <!-- The maintenance-packages dependency versions need to be conditionally selected: https://github.com/dotnet/sdk/issues/45155 -->
105
+ <PropertyGroup Condition =" '$(DotNetBuildSourceOnly)' != 'true'" >
106
+ <MicrosoftIORedistVersion >6.0.1</MicrosoftIORedistVersion >
107
+ <SystemThreadingTasksExtensionsVersion >4.5.4</SystemThreadingTasksExtensionsVersion >
108
+ </PropertyGroup >
109
+ <PropertyGroup Condition =" '$(DotNetBuildSourceOnly)' == 'true'" >
110
+ <MicrosoftIORedistVersion >6.1.0</MicrosoftIORedistVersion >
111
+ <SystemThreadingTasksExtensionsVersion >4.6.0</SystemThreadingTasksExtensionsVersion >
112
+ </PropertyGroup >
103
113
</Project >
You can’t perform that action at this time.
0 commit comments