Skip to content

Commit 9378780

Browse files
authored
[release/9.0.3xx] Update dependencies from dotnet/razor (#49958)
2 parents 23eae15 + f2c11dc commit 9378780

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,20 +321,20 @@
321321
<Sha>f6b3a5da75eb405046889a5447ec9b14cc29d285</Sha>
322322
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
323323
</Dependency>
324-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25329.3">
324+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25377.2">
325325
<Uri>https://github.com/dotnet/razor</Uri>
326326
<Sha>3372435431977e91904a23ceb1eab689badc1bd9</Sha>
327327
</Dependency>
328-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25329.3">
328+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25377.2">
329329
<Uri>https://github.com/dotnet/razor</Uri>
330330
<Sha>3372435431977e91904a23ceb1eab689badc1bd9</Sha>
331331
</Dependency>
332-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25329.3">
332+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25377.2">
333333
<Uri>https://github.com/dotnet/razor</Uri>
334334
<Sha>3372435431977e91904a23ceb1eab689badc1bd9</Sha>
335335
</Dependency>
336336
<!-- Intermediate is necessary for source build. -->
337-
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25329.3">
337+
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25377.2">
338338
<Uri>https://github.com/dotnet/razor</Uri>
339339
<Sha>3372435431977e91904a23ceb1eab689badc1bd9</Sha>
340340
<SourceBuild RepoName="razor" ManagedOnly="true" />

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@
233233
</PropertyGroup>
234234
<PropertyGroup>
235235
<!-- Dependencies from https://github.com/dotnet/razor -->
236-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25329.3</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
237-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25329.3</MicrosoftCodeAnalysisRazorToolingInternalVersion>
238-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25329.3</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
236+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25377.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
237+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25377.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
238+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25377.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
239239
</PropertyGroup>
240240
<PropertyGroup>
241241
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)