Skip to content

Commit

Permalink
[Recursive sync] installer / 3f41b83 → 0abacfc
Browse files Browse the repository at this point in the history
Updated repositories:
  - installer / 3f41b83 → 0abacfc
    https://github.com/dotnet/installer/compare/3f41b830771d2d280859ddb431f22ab24a3922bf..0abacfc2b649dfe89cb9bd91930afe95c10dec16

[[ commit created by automation ]]
  • Loading branch information
dotnet-maestro[bot] committed Oct 2, 2023
2 parents 39b2a0b + 69f542d commit 1e87235
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ To enable full offline source-building of the VMR, we have no other choice than
- `src/fsharp`
*[dotnet/fsharp@10f956e](https://github.com/dotnet/fsharp/commit/10f956e631a1efc0f7f5e49c626c494cd32b1f50)*
- `src/installer`
*[dotnet/installer@3f41b83](https://github.com/dotnet/installer/commit/3f41b830771d2d280859ddb431f22ab24a3922bf)*
*[dotnet/installer@0abacfc](https://github.com/dotnet/installer/commit/0abacfc2b649dfe89cb9bd91930afe95c10dec16)*
- `src/msbuild`
*[dotnet/msbuild@6cdef42](https://github.com/dotnet/msbuild/commit/6cdef424154c976f04802b101e6be6292f8a8897)*
- `src/nuget-client`
Expand Down
2 changes: 1 addition & 1 deletion prereqs/git-info/AllRepoVersions.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<formatOutputPackageVersion>8.0.447701</formatOutputPackageVersion>
<fsharpGitCommitHash>10f956e631a1efc0f7f5e49c626c494cd32b1f50</fsharpGitCommitHash>
<fsharpOutputPackageVersion>8.0.100-beta.23475.2</fsharpOutputPackageVersion>
<installerGitCommitHash>3f41b830771d2d280859ddb431f22ab24a3922bf</installerGitCommitHash>
<installerGitCommitHash>0abacfc2b649dfe89cb9bd91930afe95c10dec16</installerGitCommitHash>
<installerOutputPackageVersion>8.0.100</installerOutputPackageVersion>
<msbuildGitCommitHash>6cdef424154c976f04802b101e6be6292f8a8897</msbuildGitCommitHash>
<msbuildOutputPackageVersion>17.8.0-preview-23472-04</msbuildOutputPackageVersion>
Expand Down
4 changes: 2 additions & 2 deletions prereqs/git-info/installer.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<GitCommitHash>3f41b830771d2d280859ddb431f22ab24a3922bf</GitCommitHash>
<OfficialBuildId>20230930.1</OfficialBuildId>
<GitCommitHash>0abacfc2b649dfe89cb9bd91930afe95c10dec16</GitCommitHash>
<OfficialBuildId>20231002.1</OfficialBuildId>
<OutputPackageVersion>8.0.100</OutputPackageVersion>
<PreReleaseVersionLabel></PreReleaseVersionLabel>
<IsStable>true</IsStable>
Expand Down
6 changes: 6 additions & 0 deletions repo-projects/installer.proj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
<BuildCommand>$(StandardSourceBuildCommand) $(BuildCommandArgs)</BuildCommand>
</PropertyGroup>

<ItemGroup>
<ExtraPackageVersionPropsPackageInfo
Include="MonoWorkloadManifestVersion"
Version="%24(MicrosoftNETCoreAppRefPackageVersion)" />
</ItemGroup>

<ItemGroup>
<RepositoryReference Include="arcade" />
<RepositoryReference Include="aspnetcore" />
Expand Down
9 changes: 9 additions & 0 deletions repo-projects/sdk.proj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@
<BuildCommand>$(StandardSourceBuildCommand) $(BuildCommandArgs)</BuildCommand>
</PropertyGroup>

<ItemGroup>
<ExtraPackageVersionPropsPackageInfo
Include="MicrosoftExtensionsLoggingPackageVersion"
Version="%24(MicrosoftExtensionsLoggingConsoleVersion)" />
<ExtraPackageVersionPropsPackageInfo
Include="MicrosoftExtensionsLoggingAbstractionsPackageVersion"
Version="%24(MicrosoftExtensionsLoggingConsoleVersion)" />
</ItemGroup>

<ItemGroup>
<RepositoryReference Include="arcade" />
<RepositoryReference Include="xliff-tasks" />
Expand Down
2 changes: 1 addition & 1 deletion src/source-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"packageVersion": "8.0.100",
"path": "installer",
"remoteUri": "https://github.com/dotnet/installer",
"commitSha": "3f41b830771d2d280859ddb431f22ab24a3922bf"
"commitSha": "0abacfc2b649dfe89cb9bd91930afe95c10dec16"
},
{
"packageVersion": "17.8.0-preview-23472-04",
Expand Down

0 comments on commit 1e87235

Please sign in to comment.