aspnetcore/tools/GetSharedFrameworkVersion.sh

2 lines
83 B
Bash
Executable File

#!/bin/bash
dotnet --info | grep -i version | tail -1 | cut -f 2 -d ":" | tr -d ' '