https://github.com/ghost1372/get-csproj-tag
Read any tag from csproj file
https://github.com/ghost1372/get-csproj-tag
Last synced: 12 months ago
JSON representation
Read any tag from csproj file
- Host: GitHub
- URL: https://github.com/ghost1372/get-csproj-tag
- Owner: ghost1372
- License: mit
- Created: 2024-02-17T14:48:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T15:53:13.000Z (over 2 years ago)
- Last Synced: 2024-11-04T16:49:42.394Z (over 1 year ago)
- Language: C#
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Get-CSProj-Tag
# Example
Get-CSProj-Tag.exe myapp.csproj TargetFramework
// output: net8.0
Get-CSProj-Tag.exe myapp.csproj "TargetFramework|RootNamespace"
// output:
// net8.0
// Get_CSProj_Tag