2 lines
65 B
Batchfile
2 lines
65 B
Batchfile
|
for /R %%f in (*.csproj) do dotnet restore --no-dependencies %%f
|