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
Arguments passed to the application that is being run.
61
+
56
62
## Options
57
63
58
64
-**`--`**
@@ -75,6 +81,10 @@ To run the application, the `dotnet run` command resolves the dependencies of th
75
81
76
82
Builds and runs the app using the specified [framework](../../standard/frameworks.md). The framework must be specified in the project file.
77
83
84
+
-**`--file <FILE_PATH>`**
85
+
86
+
The path to the file-based app to run. This option can be passed as the first argument if there is no project in the current directory.
87
+
78
88
-**`--force`**
79
89
80
90
Forces all dependencies to be resolved even if the last restore was successful. Specifying this flag is the same as deleting the *project.assets.json* file.
@@ -155,6 +165,12 @@ The environment is constructed in the same order as this list, so the `-e|--envi
0 commit comments