Skip to content

Commit 61c7f5b

Browse files
[main] Update dependencies from dotnet/installer (#3898)
[main] Update dependencies from dotnet/installer - Fix single-file version
1 parent 95221a2 commit 61c7f5b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
<Uri>https://github.com/dotnet/arcade</Uri>
2828
<Sha>ccfe6da198c5f05534863bbb1bff66e830e0c6ab</Sha>
2929
</Dependency>
30-
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.100-preview.5.23264.2">
30+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.100-preview.5.23271.2">
3131
<Uri>https://github.com/dotnet/installer</Uri>
32-
<Sha>8488614afec7497b9e74b47c976af2a97506bb96</Sha>
32+
<Sha>a78abfe66f0385c5fccb357513afb258bb7e955b</Sha>
3333
</Dependency>
3434
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="8.0.0-preview.5.23271.1">
3535
<Uri>https://github.com/dotnet/aspnetcore</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<MicrosoftAspNetCoreAppRefInternalVersion>8.0.0-preview.5.23271.1</MicrosoftAspNetCoreAppRefInternalVersion>
2525
<MicrosoftAspNetCoreAppRefVersion>8.0.0-preview.5.23271.1</MicrosoftAspNetCoreAppRefVersion>
2626
<!-- dotnet/installer: Testing version of the SDK. Needed for the signed & entitled host. -->
27-
<MicrosoftDotnetSdkInternalVersion>8.0.100-preview.5.23264.2</MicrosoftDotnetSdkInternalVersion>
27+
<MicrosoftDotnetSdkInternalVersion>8.0.100-preview.5.23271.2</MicrosoftDotnetSdkInternalVersion>
2828
</PropertyGroup>
2929
<PropertyGroup>
3030
<!-- Runtime versions to test -->
@@ -35,7 +35,7 @@
3535
<!-- The SDK runtime version used to build single-file apps (currently hardcoded) -->
3636
<SingleFileRuntime60Version>$(MicrosoftNETCoreApp60Version)</SingleFileRuntime60Version>
3737
<SingleFileRuntime70Version>$(MicrosoftNETCoreApp70Version)</SingleFileRuntime70Version>
38-
<SingleFileRuntimeLatestVersion>8.0.0-preview.5.23260.3</SingleFileRuntimeLatestVersion>
38+
<SingleFileRuntimeLatestVersion>8.0.0-preview.5.23268.13</SingleFileRuntimeLatestVersion>
3939
</PropertyGroup>
4040
<PropertyGroup>
4141
<!-- Opt-in/out repo features -->

0 commit comments

Comments
 (0)