adam
37541e45d3
Some checks failed
gitea.arg.rip/_template-service/pipeline/head There was a failure building this commit
rg -i -l REPO_NAME > .gitea/template and then add $REPO_NAME.csproj, rg checks contents.
7 lines
122 B
C#
7 lines
122 B
C#
namespace $REPO_NAME
|
|
{
|
|
public class Configuration
|
|
{
|
|
public string DBConnectionString { get; set; }
|
|
}
|
|
} |