简体   繁体   中英

Create new web app offline c# using Visual Studio

I notice (beginner) that when I generate a new .net web app in Visual Studio, it collects required packages from the web. I believe I need to connected to the web in order to create an app. Is there an offline mode where it stores the files needed?

When you create a new project, Visual studio will download the require NuGet packages (=dependencies) from the internet.

Technically you can add a local NuGet repository (=on your hard drive) but do you really want to do that?!

I found this article describing how to achieve that src

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM