Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/installer (#3018)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/installer build 20220415.3

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.104-servicing.22210.6 -> To Version 6.0.105-servicing.22215.3

* Fix single-file runtime version

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <[email protected]>
  • Loading branch information
3 people authored Apr 19, 2022
1 parent 9578eda commit 97e36ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4000024394df3049886c50e54ad0a2b903221ef0</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.104-servicing.22210.6">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.105-servicing.22215.3">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>d1a55f78461c921bce24527291502e3807146dbf</Sha>
<Sha>21c7bb3abb36a3592eac54d210520219cbc76e4f</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="6.0.5-servicing.22213.12">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- The SDK runtime version used to build single-file apps (currently hardcoded) -->
<SingleFileRuntimeVersion>6.0.3</SingleFileRuntimeVersion>
<SingleFileRuntimeVersion>6.0.4</SingleFileRuntimeVersion>
<!-- Latest symstore version updated by darc -->
<MicrosoftSymbolStoreVersion>1.0.321201</MicrosoftSymbolStoreVersion>
<!-- Runtime versions to test -->
Expand All @@ -31,7 +31,7 @@
<MicrosoftAspNetCoreAppRefInternalVersion>6.0.5-servicing.22213.12</MicrosoftAspNetCoreAppRefInternalVersion>
<MicrosoftAspNetCoreAppRefVersion>6.0.5</MicrosoftAspNetCoreAppRefVersion>
<!-- dotnet/installer: Testing version of the SDK. Needed for the signed & entitled host. -->
<MicrosoftDotnetSdkInternalVersion>6.0.104-servicing.22210.6</MicrosoftDotnetSdkInternalVersion>
<MicrosoftDotnetSdkInternalVersion>6.0.105-servicing.22215.3</MicrosoftDotnetSdkInternalVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Opt-in/out repo features -->
Expand Down

0 comments on commit 97e36ac

Please sign in to comment.