Skip to content

Commit 4247b2e

Browse files
author
v-wuzhai
authored
[release/9.0.3xx] Update dependencies from dotnet/razor (#45980)
2 parents 69598e4 + f5e1a9d commit 4247b2e

File tree

4 files changed

+12
-19
lines changed

4 files changed

+12
-19
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -321,22 +321,22 @@
321321
<Sha>af22effae4069a5dfb9b0735859de48820104f5b</Sha>
322322
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
323323
</Dependency>
324-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25058.6">
324+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25066.1">
325325
<Uri>https://github.com/dotnet/razor</Uri>
326-
<Sha>46efcec83821d7f0322c01bc9549de83e855dcac</Sha>
326+
<Sha>9b1e979b6c3fe7cfbe30f595b9b0994d20bd482c</Sha>
327327
</Dependency>
328-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25058.6">
328+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25066.1">
329329
<Uri>https://github.com/dotnet/razor</Uri>
330-
<Sha>46efcec83821d7f0322c01bc9549de83e855dcac</Sha>
330+
<Sha>9b1e979b6c3fe7cfbe30f595b9b0994d20bd482c</Sha>
331331
</Dependency>
332-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25058.6">
332+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25066.1">
333333
<Uri>https://github.com/dotnet/razor</Uri>
334-
<Sha>46efcec83821d7f0322c01bc9549de83e855dcac</Sha>
334+
<Sha>9b1e979b6c3fe7cfbe30f595b9b0994d20bd482c</Sha>
335335
</Dependency>
336336
<!-- Intermediate is necessary for source build. -->
337-
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25058.6">
337+
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25066.1">
338338
<Uri>https://github.com/dotnet/razor</Uri>
339-
<Sha>46efcec83821d7f0322c01bc9549de83e855dcac</Sha>
339+
<Sha>9b1e979b6c3fe7cfbe30f595b9b0994d20bd482c</Sha>
340340
<SourceBuild RepoName="razor" ManagedOnly="true" />
341341
</Dependency>
342342
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.0">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,9 @@
229229
</PropertyGroup>
230230
<PropertyGroup>
231231
<!-- Dependencies from https://github.com/dotnet/razor -->
232-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25058.6</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
233-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25058.6</MicrosoftCodeAnalysisRazorToolingInternalVersion>
234-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25058.6</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
232+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25066.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
233+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25066.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
234+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25066.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
235235
</PropertyGroup>
236236
<PropertyGroup>
237237
<!-- Dependencies from https://github.com/dotnet/wpf -->

src/RazorSdk/Tool/CompositeRazorProjectFileSystem.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ public override IEnumerable<RazorProjectItem> EnumerateItems(string basePath)
2525
}
2626
}
2727

28-
public override RazorProjectItem GetItem(string path)
29-
{
30-
return GetItem(path, fileKind: null);
31-
}
32-
3328
public override RazorProjectItem GetItem(string path, string fileKind)
3429
{
3530
RazorProjectItem razorProjectItem = null;

src/RazorSdk/Tool/GenerateCommand.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,8 @@ public SourceItem(string sourcePath, string outputPath, string physicalRelativeP
397397
public string CssScope { get; }
398398
}
399399

400-
private class StaticTagHelperFeature : ITagHelperFeature
400+
private class StaticTagHelperFeature : RazorEngineFeatureBase, ITagHelperFeature
401401
{
402-
public RazorEngine Engine { get; set; }
403-
404402
public IReadOnlyList<TagHelperDescriptor> TagHelpers { get; set; }
405403

406404
public IReadOnlyList<TagHelperDescriptor> GetDescriptors() => TagHelpers;

0 commit comments

Comments
 (0)