You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happends because of the - usage. PRoject generator handles ., but not -. Can we change this to MyCompanyName.MyProjectName-* instead of MyCompanyName-MyProjectName-*?
The text was updated successfully, but these errors were encountered:
Create a new project named "MyCrm". UserSecretsId in the csproj file will be like that:
It should be:
This happends because of the
-
usage. PRoject generator handles.
, but not-
. Can we change this toMyCompanyName.MyProjectName-*
instead ofMyCompanyName-MyProjectName-*
?The text was updated successfully, but these errors were encountered: