Skip to content

Commit 0f7a487

Browse files
[Recursive sync] sdk / 4640396 → 5c6deb8
Updated repositories: - sdk / 4640396 → 5c6deb8 https://github.com/dotnet/sdk/compare/46403964a083e9e9a288d181261c714cfd835110..5c6deb8c2a14f481768b1d2a32372052841213b8 [[ commit created by automation ]]
1 parent 1abd362 commit 0f7a487

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

prereqs/git-info/sdk.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<GitCommitHash>46403964a083e9e9a288d181261c714cfd835110</GitCommitHash>
5-
<OfficialBuildId>20250502.1</OfficialBuildId>
4+
<GitCommitHash>5c6deb8c2a14f481768b1d2a32372052841213b8</GitCommitHash>
5+
<OfficialBuildId>20250505.1</OfficialBuildId>
66
<OutputPackageVersion>0.0.0</OutputPackageVersion>
77
</PropertyGroup>
88
</Project>

src/sdk/src/Layout/pkg/dotnet-sdk.proj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,13 @@
2626
-->
2727
<InstallerRuntimeIdentifiers>linux-$(TargetArchitecture)</InstallerRuntimeIdentifiers>
2828
<IsShippingPackage>true</IsShippingPackage>
29-
</PropertyGroup>
30-
31-
<ItemGroup>
3229
<!-- The PublishToDisk target which depends on ResolveProjectReferences is invoked with OutputPath as an global property
33-
which would flow to redist.csproj. -->
34-
<ProjectReference Include="..\redist\redist.csproj" ReferenceOutputAssembly="false" GlobalPropertiesToRemove="OutputPath" />
35-
</ItemGroup>
30+
which would flow to redist.csproj or sdk-tasks.csproj. -->
31+
<_GlobalPropertiesToRemoveFromProjectReferences>$(_GlobalPropertiesToRemoveFromProjectReferences);OutputPath</_GlobalPropertiesToRemoveFromProjectReferences>
32+
</PropertyGroup>
3633

3734
<ItemGroup>
35+
<ProjectReference Include="..\redist\redist.csproj" ReferenceOutputAssembly="false" />
3836
<PackageReference Include="Microsoft.DotNet.Build.Tasks.Installers" />
3937
</ItemGroup>
4038

src/source-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"barId": null,
125125
"path": "sdk",
126126
"remoteUri": "https://github.com/dotnet/sdk",
127-
"commitSha": "46403964a083e9e9a288d181261c714cfd835110"
127+
"commitSha": "5c6deb8c2a14f481768b1d2a32372052841213b8"
128128
},
129129
{
130130
"packageVersion": "10.0.622101",

0 commit comments

Comments
 (0)