This website requires JavaScript.
Explore
Help
Sign In
huahaofeng
/
aspnetcore
Watch
1
Star
0
Fork
You've already forked aspnetcore
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
00d2d6b0f0
aspnetcore
/
tools
/
GetSharedFrameworkVersion.sh
2 lines
83 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
dotnet --info
|
grep -i version
|
tail -1
|
cut -f
2
-d
":"
|
tr -d
' '
Reference in New Issue
View Git Blame
Copy Permalink