2019-04-10 13:54:06 +01:00

4 lines
93 B
Bash

#!/bin/bash
for f in *.csproj; do dotnet restore --no-dependencies ../csproj-files/$f; done