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

https://github.com/kickeddroid/dotnevergiveup

Build .NET with GitHub actions
https://github.com/kickeddroid/dotnevergiveup

Last synced: 6 months ago
JSON representation

Build .NET with GitHub actions

Awesome Lists containing this project

README

          

# Dot NEVER GIVE UP

## Usage

Edit the config

```json
{
"projectName": "MyProject",
"dotnetVersion": "7.0",
"packageName": "Microsoft.AspNetCore.Components",
"packageVersion": "7.0.0",
"buildConfiguration": "Release"
}
```

Add your `.cs` File with the name matching the name you listed in the config