jmsudar/Update CSProj
Build and test .NET projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 20, 2025
- License
- GPL 3.0
Pinned Snippet
uses: jmsudar/dotnet-update-csproj-file-dev@e47b367cc3de0e633e9b9f20ebdc21f5adfe2789 # v1.37.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| file-path | The path to the csproj file | yes | "" |
| target-framework | The framework for your dotnet build | yes | 6.0 |
| implicit-usings | Whether or not to use implicit usings | yes | false |
| nullable | Whether or not to use nullable reference types | yes | true |
| package-id | The package id for your project | yes | "" |
| version | The current version for your project | yes | "" |
| author | The author of the project Defaults to repo owner | yes | "" |
| package-tags | The tags for your package | no | "" |
| repository-url | The repository URL for your project | no | "" |
| package-license | The license for your package | yes | "" |
| package-project-url | The project URL for your package | no | "" |
| package-readme-file | The readme file for your package | yes | README.md |
| github-token | Token from the calling action to confer repo permissions | yes | "" |
Outputs
no outputs