|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<_SkipAnalyzers>true</_SkipAnalyzers>
<AssemblyName>Microsoft.Extensions.Hosting.Abstractions</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/AspNetCore.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="BackgroundService.cs"/>
<Compile Include="EnvironmentName.cs"/>
<Compile Include="Environments.cs"/>
<Compile Include="HostAbortedException.cs"/>
<Compile Include="HostBuilderContext.cs"/>
<Compile Include="HostDefaults.cs"/>
<Compile Include="HostEnvironmentEnvExtensions.cs"/>
<Compile Include="HostingAbstractionsHostBuilderExtensions.cs"/>
<Compile Include="HostingAbstractionsHostExtensions.cs"/>
<Compile Include="HostingEnvironmentExtensions.cs"/>
<Compile Include="IApplicationLifetime.cs"/>
<Compile Include="IHost.cs"/>
<Compile Include="IHostApplicationBuilder.cs"/>
<Compile Include="IHostApplicationLifetime.cs"/>
<Compile Include="IHostBuilder.cs"/>
<Compile Include="IHostedLifecycleService.cs"/>
<Compile Include="IHostedService.cs"/>
<Compile Include="IHostEnvironment.cs"/>
<Compile Include="IHostingEnvironment.cs"/>
<Compile Include="IHostLifetime.cs"/>
<Compile Include="ServiceCollectionHostedServiceExtensions.cs"/>
<Compile Include="../../Common/src/System/Obsoletions.cs" Link="src/runtime/src/libraries/Common/src/System/Obsoletions.cs"/>
<Compile Include="../../Common/src/System/SR.cs" Link="src/runtime/src/libraries/Common/src/System/SR.cs"/>
<Compile Include="../../Common/src/SkipLocalsInit.cs" Link="src/runtime/src/libraries/Common/src/SkipLocalsInit.cs"/>
<Compile Include="../../../../artifacts/obj/Microsoft.Extensions.Hosting.Abstractions/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/Microsoft.Extensions.Hosting.Abstractions/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="../../../../artifacts/obj/Microsoft.Extensions.Hosting.Abstractions/Release/net11.0/System.SR.cs" Link="src/runtime/artifacts/obj/Microsoft.Extensions.Hosting.Abstractions/Release/net11.0/System.SR.cs"/>
<Compile Include="../../../../artifacts/obj/Microsoft.Extensions.Hosting.Abstractions/Release/net11.0/Microsoft.Extensions.Hosting.Abstractions.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/Microsoft.Extensions.Hosting.Abstractions/Release/net11.0/Microsoft.Extensions.Hosting.Abstractions.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="../../../../../../ref/558c68e30ba6483196cd2e08d3be7390/Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="../../../../../../ref/4749c2d5eae34599b56cef27c878804c/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="../../../../../../ref/1bd9649b68a54598a4ecc4095ab86ed2/Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="../../../../../../ref/bccb31b6fd234273a5f827d035100d59/Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="../../../../../../ref/9512da011d2047f3b689612d4acb601e/Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="../../../../../../ref/7778fc7ebb1149f9a9a72c44023332d9/System.ComponentModel.dll"/>
<ReferencePath Include="../../../../../../ref/d4bf71505976454fbbb6f34e5eaa05ab/System.Runtime.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|