Skip to content

Commit 331b4c1

Browse files
committed
use UseRidGraph to allow cross runtime compilation (probably we can do it better in the future)
1 parent 3c5cd8b commit 331b4c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dotnet.Script.DependencyModel/ProjectSystem/csproj.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net5.0</TargetFramework>
55
<LangVersion>latest</LangVersion>
6+
<UseRidGraph>true</UseRidGraph>
67
</PropertyGroup>
78
<ItemGroup>
89
</ItemGroup>

0 commit comments

Comments
 (0)