File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
src/Containers/Microsoft.NET.Build.Containers Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3939 <PackageVersion Include =" Microsoft.Extensions.Logging.Console" Version =" $(MicrosoftExtensionsLoggingConsoleVersion)" />
4040 <PackageVersion Include =" Microsoft.Extensions.ObjectPool" Version =" $(MicrosoftExtensionsObjectPoolPackageVersion)" />
4141 <PackageVersion Include =" Microsoft.FSharp.Compiler" Version =" $(MicrosoftFSharpCompilerPackageVersion)" />
42+ <PackageVersion Include =" Microsoft.IO.Redist" Version =" $(MicrosoftIORedistPackageVersion)" />
4243 <PackageVersion Include =" Microsoft.Management.Infrastructure" Version =" 3.0.0" />
4344 <PackageVersion Include =" Microsoft.NET.HostModel" Version =" $(MicrosoftNETHostModelVersion)" />
4445 <PackageVersion Include =" Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version =" $(MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion)" />
Original file line number Diff line number Diff line change 509509 <Sha >73f0850939d96131c28cf6ea6ee5aacb4da0083a</Sha >
510510 <SourceBuild RepoName =" xliff-tasks" ManagedOnly =" true" />
511511 </Dependency >
512+ <Dependency Name =" Microsoft.IO.Redist" Version =" 6.0.1" >
513+ <Uri >https://github.com/dotnet/runtime</Uri >
514+ <Sha >e77011b31a3e5c47d931248a64b47f9b2d47853d</Sha >
515+ </Dependency >
512516 </ToolsetDependencies >
513517</Dependencies >
Original file line number Diff line number Diff line change 2222 <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and !$(VersionPrefix.EndsWith('00'))" >servicing</PreReleaseVersionLabel >
2323 <PreReleaseVersionIteration Condition =" '$(StabilizePackageVersion)' != 'true'" >
2424 </PreReleaseVersionIteration >
25+ <MicrosoftIORedistPackageVersion >6.0.1</MicrosoftIORedistPackageVersion >
2526 </PropertyGroup >
2627 <!-- Production Dependencies -->
2728 <PropertyGroup >
Original file line number Diff line number Diff line change 99 $(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage
1010 </TargetsForTfmSpecificBuildOutput >
1111
12- <!-- Tell the SDK to generate a deps.json file -->
13- <GenerateDependencyFile >true</GenerateDependencyFile >
12+ <!-- Tell the SDK to generate a deps.json file to be used by .NET SDK MSBuild -->
13+ <GenerateDependencyFile Condition = " '$(TargetFramework)' != 'net472' " >true</GenerateDependencyFile >
1414
1515 <!-- Allow the packaging project to use the name `Microsoft.NET.Build.Containers` for the nuget package -->
1616 <Packageid >.</Packageid >
You can’t perform that action at this time.
0 commit comments