Skip to content

Commit e4511a1

Browse files
[release/8.0.3xx] Update dependencies from dotnet/razor (#39657)
[release/8.0.3xx] Update dependencies from dotnet/razor - add a fix for namecomparer for DotnetNewSearchTests - add allowthousands to NumberStyles in DotnetNewSearchTests
1 parent 666492f commit e4511a1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,18 +281,18 @@
281281
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
282282
<Sha>da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644</Sha>
283283
</Dependency>
284-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.24169.3">
284+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.24171.4">
285285
<Uri>https://github.com/dotnet/razor</Uri>
286-
<Sha>eb9363d4f10d99cb81e9695156beef20e04866c7</Sha>
286+
<Sha>f7afe2cf267453cb8d95c9a98e94b1f7d5c18af6</Sha>
287287
<SourceBuild RepoName="razor" ManagedOnly="true" />
288288
</Dependency>
289-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.24169.3">
289+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.24171.4">
290290
<Uri>https://github.com/dotnet/razor</Uri>
291-
<Sha>eb9363d4f10d99cb81e9695156beef20e04866c7</Sha>
291+
<Sha>f7afe2cf267453cb8d95c9a98e94b1f7d5c18af6</Sha>
292292
</Dependency>
293-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.24169.3">
293+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.24171.4">
294294
<Uri>https://github.com/dotnet/razor</Uri>
295-
<Sha>eb9363d4f10d99cb81e9695156beef20e04866c7</Sha>
295+
<Sha>f7afe2cf267453cb8d95c9a98e94b1f7d5c18af6</Sha>
296296
</Dependency>
297297
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.2">
298298
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@
175175
</PropertyGroup>
176176
<!-- Dependencies from https://github.com/dotnet/razor -->
177177
<PropertyGroup>
178-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.24169.3</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
179-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.24169.3</MicrosoftCodeAnalysisRazorToolingInternalVersion>
180-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.24169.3</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
178+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.24171.4</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
179+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.24171.4</MicrosoftCodeAnalysisRazorToolingInternalVersion>
180+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.24171.4</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
181181
</PropertyGroup>
182182
<PropertyGroup>
183183
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)