Skip to content

Commit 9541a4e

Browse files
author
v-wuzhai
authored
[release/10.0.1xx-preview3] Update dependencies from dotnet/razor (#47847)
2 parents cc9445a + a797f62 commit 9541a4e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -426,22 +426,22 @@
426426
<Sha>de35e2b0a0d8d5d1e307907983a6838da1092898</Sha>
427427
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
428428
</Dependency>
429-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25173.9">
429+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25176.2">
430430
<Uri>https://github.com/dotnet/razor</Uri>
431-
<Sha>feb777b66c54288ac00e94c9006c141cda72fdc7</Sha>
431+
<Sha>c598cfa94ab36f64898b90a541df0cdc54c89973</Sha>
432432
</Dependency>
433-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25173.9">
433+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25176.2">
434434
<Uri>https://github.com/dotnet/razor</Uri>
435-
<Sha>feb777b66c54288ac00e94c9006c141cda72fdc7</Sha>
435+
<Sha>c598cfa94ab36f64898b90a541df0cdc54c89973</Sha>
436436
</Dependency>
437-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25173.9">
437+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25176.2">
438438
<Uri>https://github.com/dotnet/razor</Uri>
439-
<Sha>feb777b66c54288ac00e94c9006c141cda72fdc7</Sha>
439+
<Sha>c598cfa94ab36f64898b90a541df0cdc54c89973</Sha>
440440
</Dependency>
441441
<!-- Intermediate is necessary for source build. -->
442-
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25173.9">
442+
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25176.2">
443443
<Uri>https://github.com/dotnet/razor</Uri>
444-
<Sha>feb777b66c54288ac00e94c9006c141cda72fdc7</Sha>
444+
<Sha>c598cfa94ab36f64898b90a541df0cdc54c89973</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 -->
@@ -506,9 +506,9 @@
506506
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
507507
</Dependency>
508508
<!-- Intermediate is necessary for source build. -->
509-
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="10.0.616401">
509+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="10.0.617402">
510510
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
511-
<Sha>c3d4c372a15c2de79a2f26fe2b6b3644996d8550</Sha>
511+
<Sha>4a8b5826baa291797b6df7deed227b509b05142b</Sha>
512512
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
513513
</Dependency>
514514
<Dependency Name="Microsoft.Deployment.DotNet.Releases" Version="2.0.0-preview.1.25124.1">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@
256256
</PropertyGroup>
257257
<PropertyGroup>
258258
<!-- Dependencies from https://github.com/dotnet/razor -->
259-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25173.9</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
260-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25173.9</MicrosoftCodeAnalysisRazorToolingInternalVersion>
261-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25173.9</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
259+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25176.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
260+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25176.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
261+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25176.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
262262
</PropertyGroup>
263263
<PropertyGroup>
264264
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)