Skip to content

Commit e43cd85

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

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -426,22 +426,22 @@
426426
<Sha>d6cb325fd375d674cbce7c5c473712e0fa210db5</Sha>
427427
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
428428
</Dependency>
429-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="10.0.0-preview.25202.3">
429+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="10.0.0-preview.25204.1">
430430
<Uri>https://github.com/dotnet/razor</Uri>
431-
<Sha>6f15edcf6a49d8d9ba931e139785624bcda72203</Sha>
431+
<Sha>2dcaa3af2386fdb6827a471b023bddfc643656a8</Sha>
432432
</Dependency>
433-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="10.0.0-preview.25202.3">
433+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="10.0.0-preview.25204.1">
434434
<Uri>https://github.com/dotnet/razor</Uri>
435-
<Sha>6f15edcf6a49d8d9ba931e139785624bcda72203</Sha>
435+
<Sha>2dcaa3af2386fdb6827a471b023bddfc643656a8</Sha>
436436
</Dependency>
437-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="10.0.0-preview.25202.3">
437+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="10.0.0-preview.25204.1">
438438
<Uri>https://github.com/dotnet/razor</Uri>
439-
<Sha>6f15edcf6a49d8d9ba931e139785624bcda72203</Sha>
439+
<Sha>2dcaa3af2386fdb6827a471b023bddfc643656a8</Sha>
440440
</Dependency>
441441
<!-- Intermediate is necessary for source build. -->
442-
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="10.0.0-preview.25202.3">
442+
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="10.0.0-preview.25204.1">
443443
<Uri>https://github.com/dotnet/razor</Uri>
444-
<Sha>6f15edcf6a49d8d9ba931e139785624bcda72203</Sha>
444+
<Sha>2dcaa3af2386fdb6827a471b023bddfc643656a8</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

Lines changed: 3 additions & 3 deletions
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.25202.3</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
256-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>10.0.0-preview.25202.3</MicrosoftCodeAnalysisRazorToolingInternalVersion>
257-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>10.0.0-preview.25202.3</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
255+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>10.0.0-preview.25204.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
256+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>10.0.0-preview.25204.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
257+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>10.0.0-preview.25204.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
258258
</PropertyGroup>
259259
<PropertyGroup>
260260
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)