Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
2d1ba82
Update dependencies from https://github.com/dotnet/razor build 202306…
dotnet-maestro[bot] Jun 8, 2023
6814dff
Update dependencies from https://github.com/dotnet/razor build 202306…
dotnet-maestro[bot] Jun 8, 2023
4e999e9
Update dependencies from https://github.com/dotnet/razor build 202306…
dotnet-maestro[bot] Jun 9, 2023
5d1f744
Update dependencies from https://github.com/dotnet/razor build 202306…
dotnet-maestro[bot] Jun 9, 2023
23ef4aa
Update dependencies from https://github.com/dotnet/razor build 202306…
dotnet-maestro[bot] Jun 9, 2023
bdffcb3
Update dependencies from https://github.com/dotnet/razor build 202306…
dotnet-maestro[bot] Jun 9, 2023
7e904d3
Update dependencies from https://github.com/dotnet/razor build 202306…
dotnet-maestro[bot] Jun 9, 2023
b9c957f
Update dependencies from https://github.com/dotnet/razor build 202306…
dotnet-maestro[bot] Jun 13, 2023
c48e4fd
Update dependencies from https://github.com/dotnet/razor build 202306…
dotnet-maestro[bot] Jun 13, 2023
1ab6950
Update dependencies from https://github.com/dotnet/razor build 202306…
dotnet-maestro[bot] Jun 13, 2023
628e836
Update dependencies from https://github.com/dotnet/razor build 202306…
dotnet-maestro[bot] Jun 13, 2023
ba2c847
Update dependencies from https://github.com/dotnet/razor build 202306…
dotnet-maestro[bot] Jun 14, 2023
7e4a625
Ignore more Razor assemblies
jjonescz Jun 14, 2023
29aa684
Merge branch 'main' into darc-main-24fb29b8-e4a3-4a91-b4fd-477b8ab128e8
lewing Jun 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,18 +274,18 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>62b68b5584c88427c93bd78cac9723439f387234</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.23307.4">
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.23313.3">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>b6e673c517a1a0f6632abed2b655147425b6d634</Sha>
<Sha>cba27feaa6097cdc1e214b4f9d9ed03059eea5cc</Sha>
<SourceBuild RepoName="razor" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.23307.4">
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.23313.3">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>b6e673c517a1a0f6632abed2b655147425b6d634</Sha>
<Sha>cba27feaa6097cdc1e214b4f9d9ed03059eea5cc</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.23307.4">
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.23313.3">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>b6e673c517a1a0f6632abed2b655147425b6d634</Sha>
<Sha>cba27feaa6097cdc1e214b4f9d9ed03059eea5cc</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.0-preview.6.23313.26">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@
</PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/razor -->
<PropertyGroup>
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.23307.4</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.23307.4</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.23307.4</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.23313.3</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.23313.3</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.23313.3</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/wpf -->
Expand Down
2 changes: 1 addition & 1 deletion src/RazorSdk/Tool/DefaultExtensionDependencyChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ internal class DefaultExtensionDependencyChecker : ExtensionDependencyChecker
"netstandard",
"System",
"Microsoft.CodeAnalysis",
"Microsoft.AspNetCore.Razor.Language",
"Microsoft.AspNetCore.Razor",
};

private readonly ExtensionAssemblyLoader _loader;
Expand Down