use dnscript

This commit is contained in:
Li 2022-09-01 16:44:11 +12:00
parent 0f0e092461
commit 61dfd8db9a
5 changed files with 8 additions and 8 deletions

View file

@ -272,6 +272,6 @@
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="dotnet script $(ProjectDir)prebuild.csx" />
<Exec Command="dotnet-script $(ProjectDir)prebuild.csx" />
</Target>
</Project>