Skip to content

Commit ac88cbb

Browse files
authored
[release/8.0.3xx] Update dependencies from dotnet/razor (#51457)
2 parents 56299a0 + b34e67d commit ac88cbb

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>6254f5ca64f85b90327592dff67ea6b2ec0262c6</Sha>
295295
</Dependency>
296-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.25517.3">
296+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.25526.1">
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.25517.3">
301+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.25526.1">
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.25517.3">
305+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.25526.1">
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.25517.3</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
182-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.25517.3</MicrosoftCodeAnalysisRazorToolingInternalVersion>
183-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.25517.3</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
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>
184184
</PropertyGroup>
185185
<PropertyGroup>
186186
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)