Is there a way to restrict .NET Core projects to generate only .dll as output files when using .NET Core 3.1 sdk
When i build my .NET Core Console Application using .NET Core 3.1 sdk,it generates both .exe as well as .dll as output. When i was using .NET Core 2.1 it was generating only .dll as output. Is there a way to restrict .NET Core 3.1 sdk to generate only .dll as output?
Is there a way to restrict .NET Core projects to generate only .dll as output files when using .NET Core 3.1 sdk
When i build my .NET Core Console Application using .NET Core 3.1 sdk,it generates both .exe as well as .dll as output. When i was using .NET Core 2.1 it was generating only .dll as output. Is there a way to restrict .NET Core 3.1 sdk to generate only .dll as output?
Replace existing action routes in ASP.NET Core
I have my ASP.NET Core 8 project that references to external project that contains the following controller: