An open API service indexing awesome lists of open source software.

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

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