Skip to content

Commit

Permalink
update dotnet template shortname (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonajgayle authored Dec 13, 2024
1 parent 4e3d7ee commit 686e21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 686e21a

Please sign in to comment.