2 lines
124 B
Bash
2 lines
124 B
Bash
#!/bin/sh
|
|
dotnet bootstrap/prebuild.dll /target vs2022 /targetframework net6_0 /excludedir = "obj | bin" /file prebuild.xml
|