Skip to content

Commit

Permalink
[release/8.0.1xx] Update dependencies from dotnet/razor (#34905)
Browse files Browse the repository at this point in the history
[release/8.0.1xx] Update dependencies from dotnet/razor


 - Bump required MSBuild version
  • Loading branch information
dotnet-maestro[bot] authored Aug 31, 2023
1 parent 23f2643 commit fd33adf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
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>10726cc86d1ccfeed8055548d6d6cb7a9bac091c</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.23423.3">
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.23430.4">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>e5829d96c376650e66e91e7e47d1f6be19453c2d</Sha>
<Sha>598c7d5655d983cdfe8f51624e907b78095b9c33</Sha>
<SourceBuild RepoName="razor" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.23423.3">
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.23430.4">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>e5829d96c376650e66e91e7e47d1f6be19453c2d</Sha>
<Sha>598c7d5655d983cdfe8f51624e907b78095b9c33</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.23423.3">
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.23430.4">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>e5829d96c376650e66e91e7e47d1f6be19453c2d</Sha>
<Sha>598c7d5655d983cdfe8f51624e907b78095b9c33</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.0-rc.2.23430.3">
<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 @@ -157,9 +157,9 @@
</PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/razor -->
<PropertyGroup>
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.23423.3</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.23423.3</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.23423.3</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.23430.4</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.23430.4</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.23430.4</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/wpf -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public BuildWithComponentsIntegrationTest(ITestOutputHelper log) : base(log) {}
[CoreMSBuildOnlyFact]
public void Build_Components_WithDotNetCoreMSBuild_Works() => Build_ComponentsWorks();

[RequiresMSBuildVersionFact("17.7.0.25102")]
[RequiresMSBuildVersionFact("17.8.0.37606")]
public void Build_Components_WithDesktopMSBuild_Works() => Build_ComponentsWorks();

[Fact]
Expand Down

0 comments on commit fd33adf

Please sign in to comment.