Skip to content

Commit 6ea822f

Browse files
committed
Fix route for Microsoft.Net.Sdk.Razor.props
1 parent a7b6962 commit 6ea822f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Components/WebAssembly/Build/test/Microsoft.AspNetCore.Components.WebAssembly.Build.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<HelixContent Include="$(RepoRoot)global.json" />
4242
<HelixContent Include="$(RepoRoot)eng\Versions.props" />
4343
<HelixContent Include="$(RepoRoot)\src\Components\WebAssembly\Build\src\ReferenceBlazorBuildFromSource.props"/>
44+
<HelixContent Include="$(RepoRoot)\src\Razor\Microsoft.NET.Sdk.Razor\src\Sdk\Sdk.props"/>
4445
</ItemGroup>
4546

4647
<ItemGroup>

src/Components/WebAssembly/Build/testassets/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
IsImplicitlyDefined="true" />
3030
</ItemGroup>
3131

32-
<Import Project="$(RepoRoot)src\Razor\Microsoft.NET.Sdk.Razor\src\build\netstandard2.0\Microsoft.NET.Sdk.Razor.props"/>
32+
<Import Project="$(MSBuildThisFileDirectory)Sdk.props"/>
3333
</Project>

0 commit comments

Comments
 (0)