File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 66 <!-- Opt-in/out repo features -->
77 <UsingToolPdbConverter >false</UsingToolPdbConverter >
88 <UsingToolNuGetRepack >true</UsingToolNuGetRepack >
9+ <FlagNetStandard1XDependencies >true</FlagNetStandard1XDependencies >
910 <!-- Pinned -->
10- <SystemCollectionsImmutableVersion >7.0.0</SystemCollectionsImmutableVersion >
1111 <MicrosoftDiaSymReaderNativeVersion >17.0.0-beta1.21524.1</MicrosoftDiaSymReaderNativeVersion >
12+ <NETStandardLibraryVersion >2.0.3</NETStandardLibraryVersion >
13+ <SystemCollectionsImmutableVersion >7.0.0</SystemCollectionsImmutableVersion >
1214 </PropertyGroup >
1315</Project >
Original file line number Diff line number Diff line change 11<Project >
22 <Import Project =" Sdk.targets" Sdk =" Microsoft.DotNet.Arcade.Sdk" />
3+
4+ <ItemGroup Condition =" '$(IsTestProject)' == 'true' or '$(MSBuildProjectName)' == 'TestUtilities'" >
5+ <!-- Upgrade the NETStandard.Library transitive xunit dependency to avoid transitive 1.x NS dependencies. -->
6+ <PackageReference Include =" NETStandard.Library" Version =" $(NETStandardLibraryVersion)" Condition =" '$(TargetFrameworkIdentifier)' != '.NETStandard'" />
7+ </ItemGroup >
38</Project >
You can’t perform that action at this time.
0 commit comments