1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00

[main] Update dependencies from dotnet/installer (#91189)

* Update dependencies from https://github.com/dotnet/installer build 20230827.1

Microsoft.Dotnet.Sdk.Internal
 From Version 9.0.100-alpha.1.23424.7 -> To Version 9.0.100-alpha.1.23427.1

* Update dependencies from https://github.com/dotnet/installer build 20230828.4

Microsoft.Dotnet.Sdk.Internal
 From Version 9.0.100-alpha.1.23424.7 -> To Version 9.0.100-alpha.1.23428.4

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2023-08-28 15:02:26 -04:00 committed by GitHub
parent 320fcd0456
commit d5026a18ea
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -402,9 +402,9 @@
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
<Sha>8fef55f5a55a3b4f2c96cd1a9b5ddc51d4b927f8</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="9.0.100-alpha.1.23424.7">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="9.0.100-alpha.1.23428.4">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>7390886725cc2b9a2f31062abba0b80da59e875c</Sha>
<Sha>ec4c1ffc81473302822281a7c43c5acdc01eba8e</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -259,7 +259,7 @@
<MicrosoftExtensionsLoggingVersion>3.1.7</MicrosoftExtensionsLoggingVersion>
<MicrosoftSymbolStoreVersion>1.0.406601</MicrosoftSymbolStoreVersion>
<!-- installer version, for testing workloads -->
<MicrosoftDotnetSdkInternalVersion>9.0.100-alpha.1.23424.7</MicrosoftDotnetSdkInternalVersion>
<MicrosoftDotnetSdkInternalVersion>9.0.100-alpha.1.23428.4</MicrosoftDotnetSdkInternalVersion>
<SdkVersionForWorkloadTesting>$(MicrosoftDotnetSdkInternalVersion)</SdkVersionForWorkloadTesting>
</PropertyGroup>
</Project>