Fixing coverage - 6

This commit is contained in:
2024-05-12 23:47:10 +02:00
parent e941649d75
commit 6b53139fd4
6 changed files with 56 additions and 27 deletions

View File

@@ -13,8 +13,8 @@
"Url": ""
},
"OpenApiLicense": {
"Name": "",
"Url": ""
"Name": "MIT License",
"Url": "https://github.com/csimonapastore/BasicDotnetTemplate/blob/main/LICENSE.md"
}
}
}

View File

@@ -0,0 +1,22 @@
{
"AppSettings" :
{
"Settings": {
"Name": "MainProject",
"Version": "v1.0",
"Description": "This template contains basic configuration for a .Net 8 backend"
},
"OpenApiSettings": {
"TermsOfServiceUrl": "",
"OpenApiContact": {
"Name": "",
"Url": ""
},
"OpenApiLicense": {
"Name": "",
"Url": ""
}
}
}
}