File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7- - feat/building-blocks-nuget
87 pull_request :
98 types : [closed]
109 branches :
Original file line number Diff line number Diff line change @@ -243,6 +243,33 @@ public class OutboxEntity
243243
244244- Dapr provider
245245
246+ # Private ` nuget ` for NetCoreKit
247+
248+ Fork this repository!
249+
250+ Set global nuget for accessing in Visual Studio
251+
252+ ```
253+ # edit C:\Users\<current user>\AppData\Roaming\NuGet\NuGet.Config
254+
255+ ```
256+
257+ ``` xml
258+ <?xml version =" 1.0" encoding =" utf-8" ?>
259+ <configuration >
260+ <packageSources >
261+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
262+ <add key =" github" value =" https://nuget.pkg.github.com/thangchung/index.json" />
263+ </packageSources >
264+ <packageSourceCredentials >
265+ <github >
266+ <add key =" Username" value =" <your github username>" />
267+ <add key =" ClearTextPassword" value =" <Github Token>" />
268+ </github >
269+ </packageSourceCredentials >
270+ </configuration >
271+ ```
272+
246273# Sample pages
247274
248275![ ] ( assets/products_screen.png )
You can’t perform that action at this time.
0 commit comments