Skip to content

Commit 4136a7f

Browse files
[main] Update dependencies from dotnet/razor (dotnet#48257)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent a8506cf commit 4136a7f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

eng/Version.Details.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -426,22 +426,22 @@
426426
<Sha>8491a278ab03850dbbe3f93a6f304852751c9980</Sha>
427427
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
428428
</Dependency>
429-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="10.0.0-preview.25207.2">
429+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="10.0.0-preview.25208.2">
430430
<Uri>https://github.com/dotnet/razor</Uri>
431-
<Sha>71902a5c9b67ff3e472c8d42b143cbb2fe0147a0</Sha>
431+
<Sha>c9ee4358ae588f20cde6e09d07dd245536d956d0</Sha>
432432
</Dependency>
433-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="10.0.0-preview.25207.2">
433+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="10.0.0-preview.25208.2">
434434
<Uri>https://github.com/dotnet/razor</Uri>
435-
<Sha>71902a5c9b67ff3e472c8d42b143cbb2fe0147a0</Sha>
435+
<Sha>c9ee4358ae588f20cde6e09d07dd245536d956d0</Sha>
436436
</Dependency>
437-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="10.0.0-preview.25207.2">
437+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="10.0.0-preview.25208.2">
438438
<Uri>https://github.com/dotnet/razor</Uri>
439-
<Sha>71902a5c9b67ff3e472c8d42b143cbb2fe0147a0</Sha>
439+
<Sha>c9ee4358ae588f20cde6e09d07dd245536d956d0</Sha>
440440
</Dependency>
441441
<!-- Intermediate is necessary for source build. -->
442-
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="10.0.0-preview.25207.2">
442+
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="10.0.0-preview.25208.2">
443443
<Uri>https://github.com/dotnet/razor</Uri>
444-
<Sha>71902a5c9b67ff3e472c8d42b143cbb2fe0147a0</Sha>
444+
<Sha>c9ee4358ae588f20cde6e09d07dd245536d956d0</Sha>
445445
<SourceBuild RepoName="razor" ManagedOnly="true" />
446446
</Dependency>
447447
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->

eng/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@
252252
</PropertyGroup>
253253
<PropertyGroup>
254254
<!-- Dependencies from https://github.com/dotnet/razor -->
255-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>10.0.0-preview.25207.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
256-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>10.0.0-preview.25207.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
257-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>10.0.0-preview.25207.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
255+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>10.0.0-preview.25208.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
256+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>10.0.0-preview.25208.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
257+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>10.0.0-preview.25208.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
258258
</PropertyGroup>
259259
<PropertyGroup>
260260
<!-- Dependencies from https://github.com/dotnet/emsdk -->

0 commit comments

Comments
 (0)