Skip to content

Commit dd662ed

Browse files
authored
Fix compiling Mvc.sln in 2.2 (#4955)
1 parent 206db05 commit dd662ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/src/Microsoft.AspNetCore.Mvc.Core/Microsoft.AspNetCore.Mvc.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Microsoft.AspNetCore.Mvc.RouteAttribute</Description>
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<Compile Include="$(RepositoryRoot)\src\Shared\RangeHelper\**\*.cs" />
20+
<Compile Include="$(MSBuildThisFileDirectory)..\..\..\Shared\RangeHelper\**\*.cs" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)