|
972 | 972 | </ItemGroup> |
973 | 973 | <ItemGroup> |
974 | 974 | <PackageReference Include="Microsoft.IO.Redist" Condition="'$(FeatureMSIORedist)' == 'true'" /> |
975 | | - |
976 | 975 | <PackageReference Include="System.Collections.Immutable" /> |
977 | 976 | <PackageReference Include="System.Resources.Extensions" /> |
978 | 977 | </ItemGroup> |
|
992 | 991 | <PackageReference Include="Microsoft.Net.Compilers.Toolset" ExcludeAssets="all" Condition="'$(UsingToolMicrosoftNetCompilers)' == 'false'" /> |
993 | 992 | </ItemGroup> |
994 | 993 |
|
| 994 | + <ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'"> |
| 995 | + <PackageReference Include="System.Threading.Tasks.Dataflow" /> |
| 996 | + </ItemGroup> |
| 997 | + |
995 | 998 | <ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(DotNetBuildFromSource)' != 'true'"> |
996 | 999 | <PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Interop" /> |
997 | 1000 | </ItemGroup> |
998 | 1001 | <ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'"> |
999 | | - <PackageReference Include="System.Threading.Tasks.Dataflow" /> |
1000 | | - |
1001 | 1002 | <Content Include="$(NuGetPackageRoot)microsoft.net.compilers.toolset\$(MicrosoftNetCompilersToolsetVersion)\tasks\net472\**\*" CopyToOutputDirectory="PreserveNewest" LinkBase="Roslyn" /> |
1002 | 1003 | </ItemGroup> |
1003 | 1004 |
|
1004 | 1005 | <ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'"> |
1005 | 1006 | <PackageReference Include="Microsoft.Win32.Registry" /> |
| 1007 | + <PackageReference Include="System.Reflection.Metadata" /> |
1006 | 1008 | </ItemGroup> |
1007 | 1009 |
|
1008 | 1010 | <ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework'"> |
1009 | 1011 | <PackageReference Include="System.CodeDom" /> |
1010 | | - <PackageReference Include="System.Reflection.Metadata" /> |
1011 | 1012 | <PackageReference Include="System.Security.Cryptography.Pkcs" /> |
1012 | 1013 | <PackageReference Include="System.Security.Cryptography.Xml" /> |
1013 | 1014 | <PackageReference Include="System.Security.Permissions" /> |
1014 | | - <PackageReference Include="System.Threading.Tasks.Dataflow" /> |
1015 | 1015 |
|
1016 | 1016 | <Content Include="$(NuGetPackageRoot)microsoft.net.compilers.toolset\$(MicrosoftNetCompilersToolsetVersion)\tasks\net6.0\**\*" CopyToOutputDirectory="PreserveNewest" LinkBase="Roslyn" /> |
1017 | 1017 | </ItemGroup> |
|
0 commit comments