We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e88d2a commit edfbb2dCopy full SHA for edfbb2d
ASCOM.Alpaca.Simulators/Program.cs
@@ -158,7 +158,7 @@ private static IHostBuilder CreateHostBuilder(string[] args)
158
{
159
webBuilder.UseStartup<Startup>()
160
#if BUNDLED
161
- .UseContentRoot(Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location))
+ .UseContentRoot(System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location))
162
#endif
163
.UseKestrel().ConfigureKestrel(options =>
164
0 commit comments