Skip to content

Commit 59d2709

Browse files
authored
[release/8.0.3xx] Update dependencies from dotnet/razor (#51868)
2 parents 5a53479 + df54a4f commit 59d2709

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,16 +293,16 @@
293293
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
294294
<Sha>ee417479933278bb5aadc5944706a96b5ef74a5d</Sha>
295295
</Dependency>
296-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.25526.1">
296+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.25573.9">
297297
<Uri>https://github.com/dotnet/razor</Uri>
298298
<Sha>e4d60febefa08cd99a7eccca17cce2310fa32ded</Sha>
299299
<SourceBuild RepoName="razor" ManagedOnly="true" />
300300
</Dependency>
301-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.25526.1">
301+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.25573.9">
302302
<Uri>https://github.com/dotnet/razor</Uri>
303303
<Sha>e4d60febefa08cd99a7eccca17cce2310fa32ded</Sha>
304304
</Dependency>
305-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.25526.1">
305+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.25573.9">
306306
<Uri>https://github.com/dotnet/razor</Uri>
307307
<Sha>e4d60febefa08cd99a7eccca17cce2310fa32ded</Sha>
308308
</Dependency>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@
178178
</PropertyGroup>
179179
<!-- Dependencies from https://github.com/dotnet/razor -->
180180
<PropertyGroup>
181-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.25526.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
182-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.25526.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
183-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.25526.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
181+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.25573.9</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
182+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.25573.9</MicrosoftCodeAnalysisRazorToolingInternalVersion>
183+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.25573.9</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
184184
</PropertyGroup>
185185
<PropertyGroup>
186186
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)