aspnetcore/test/Microsoft.AspNetCore.AzureA.../Microsoft.AspNetCore.AzureA...

25 lines
822 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<None Include="Assets\*.*" CopyToOutputDirectory="PreserveNewest" />
<Compile Remove="Assets\**\*.*" />
<Compile Include="Assets\RuntimeInformationMiddleware.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
<PackageReference Include="Microsoft.Extensions.Logging.Testing" />
<PackageReference Include="Microsoft.Extensions.Process.Sources" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" />
<PackageReference Include="WindowsAzure.Storage" />
</ItemGroup>
</Project>