|
<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;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/cdd1ed1bc64745b7b192d62b91422264/Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="../../../../../../ref/665dbad03614464893f788de76fd9592/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="../../../../../../ref/161c4866afa04ac6a3c3c2e2a399a855/Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="../../../../../../ref/0818cf2bd4a84e34be61aec35862107b/Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="../../../../../../ref/fb72f496b88f430cad4eeab66a650c9c/Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="../../../../../../ref/bd18c56a3c7942dbb82326e59bc7cd0e/System.ComponentModel.dll"/>
<ReferencePath Include="../../../../../../ref/e57e4f26396143be9581052269fd753f/System.Runtime.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|