Try it.
Please read:
Are you using VS 2017 15.3.3+ and NuGet 4.3+? Did you install .NET Core 2.0 SDK?
If you install a fresh version of VS 2017, then NuGet and .NET Core SDK version should be correct. Otherwise, install those manually.
If you bothered to click the link:
.NET Core is not a dependency, but the SDK is for .NET Standard 2.0.
ABP v3.0.0 is based on .NET Standard 2.0, which is only supported in VS 2017 15.3.3+.
Duplicate of #4145@0da75f62-1c68-4132-b1d7-a8b31f6f9d70
Are you using VS 2017 15.3.3+ and NuGet 4.3+? Did you install .NET Core 2.0 SDK?
You can override it: #1717@c38af232-2d22-4409-900c-a9d4dbfd02a7
That doesn't look like the full stack trace.
Duplicate of #4145@0da75f62-1c68-4132-b1d7-a8b31f6f9d70
Are you using VS 2017 15.3.3+ and NuGet 4.3+? Did you install .NET Core 2.0 SDK?
If the above does not work, please copy-and-paste the full stack trace.
Is there any way I can register my services explicitly like this in the aspnet zero template. builder.RegisterType<ExampleService>().As<IExampleService>(); (done using Autofac)
From the Dependency Injection documentation's Custom/Direct Registration section:
IocManager.Register<IExampleService, ExampleService>(DependencyLifeStyle.Transient);
Do the above in the PreInitialize method of your module.
Also can I get preview of AspNet Zero source code? I have a paid subscription.
You need to login with your GitHub account to access the private repo. You can invite yourself here: <a class="postlink" href="https://aspnetzero.com/LicenseManagement">https://aspnetzero.com/LicenseManagement</a>
That's great. Happy new year :)