File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Workspaces/Core/MSBuild.BuildHost Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4646 <ItemGroup >
4747 <PackageReference Include =" Microsoft.Build.Locator" Version =" $(MicrosoftBuildLocatorVersion)" PrivateAssets =" All" />
4848 <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" $(MicrosoftExtensionsLoggingConsoleVersion)" />
49- <PackageReference Include =" Microsoft.IO.Redist" Condition =" '$(TargetFrameworkIdentifier)' != '.NETCoreApp'" />
49+ <PackageReference Include =" Microsoft.IO.Redist" PrivateAssets = " All " Condition =" '$(TargetFrameworkIdentifier)' != '.NETCoreApp'" />
5050 <PackageReference Include =" StreamJsonRpc" Version =" $(StreamJsonRpcVersion)" Condition =" '$(DotNetBuildFromSource)' != 'true'" />
5151 <PackageReference Include =" System.CommandLine" Version =" $(SystemCommandLineVersion)" />
5252 <PackageReference Include =" System.Text.Json" Version =" $(SystemTextJsonFixedVersion)" PrivateAssets =" All" Condition =" '$(DotNetBuildFromSource)' != 'true'" />
You can’t perform that action at this time.
0 commit comments