From 686e21ae555aced24145909b81e7b093375e57e9 Mon Sep 17 00:00:00 2001 From: Marlon Gayle Date: Fri, 13 Dec 2024 11:34:34 -0500 Subject: [PATCH] update dotnet template shortname (#101) --- src/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 4ae439b9..0ce1019f 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -14,7 +14,7 @@ export const DESIGN_TEMPLATE_REPO = 'https://github.com/realdecoy/design-system- export const VUE_TEMPLATE_TAG = 'vue3'; // replace this with the appropriate release tag in the template repo export const MOBILE_TEMPLATE_TAG = 'beta-refactor'; // replace this with the appropriate release tag in the template repo export const DOTNET_TEMPLATE_TAG = '1.0.0-rc.6'; // replace this with the appropriate release tag in the template repo -export const DOTNET_TEMPLATE_SHORT_NAME = 'net7webapi'; // replace this with the appropriate release tag in the template repo +export const DOTNET_TEMPLATE_SHORT_NAME = 'netwebapi'; // replace this with the appropriate release tag in the template repo export const DOTNET_DOCKER_IMAGE = 'mcr.microsoft.com/dotnet/sdk'; export const DOTNET_DOCKER_IMAGE_TAG = '7.0'; export const DOTNET_DOCKER_VOLUME = 'tmp_dotnet_vol';