3 usages of MSBuild property IncludeAspNetCoreRuntime
dotnet (2)
dotnet.csproj (2)
12<DefineConstants Condition="'$(IncludeAspNetCoreRuntime)' == 'false'">$(DefineConstants);EXCLUDE_ASPNETCORE</DefineConstants> 73<ItemGroup Condition=" '$(IncludeAspNetCoreRuntime)' != 'false' ">
Microsoft.DotNet.Configurer (1)
Microsoft.DotNet.Configurer.csproj (1)
10<DefineConstants Condition="'$(IncludeAspNetCoreRuntime)' == 'false'">$(DefineConstants);EXCLUDE_ASPNETCORE</DefineConstants>