Skip to content

hansei-hanum/hanum-csharp-backend-core

Repository files navigation

Hanum Csharp Backend Core

한움 마이크로 서비스 코어 패키지

Hanum Common Authentication, Standard DTO, User Service, Notification Service 등이 포함되어있습니다.

Nuget 패키지 소스 추가 방법

이 레포지토리를 nuget 패키지로 사용하려면 hansei-hanum 조직의 nuget source 등록이 필요합니다.

소스 등록 방법

NuGet 레지스트리 작업 의 내용처럼 Personal access tokens (classic) 토큰 발급 후 아래 명령어를 실행시켜 nuget 소스를 추가합니다.

dotnet nuget add source --username USERNAME --password GITHUB_TOKEN --store-password-in-clear-text --name hanum "https://nuget.pkg.github.com/hansei-hanum/index.json"

CLI에서 패키지 설치

아래 명령어를 통해 패키지를 설치합니다.

dotnet add package Hanum.Core --version x.x.x

Visual Studio 패키지 관리자로 패키지 설치

  1. 아래 사진처럼 nuget 소스를 아까 추가한 hanum으로 변경합니다.

    image

  2. Hanum.Core를 검색하여 패키지를 설치합니다.

    image

About

한움 마이크로서비스 공용 CIL 라이브러리

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages