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

25 lines
977 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net461</TargetFrameworks>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<None Include="Templates\*.*" CopyToOutputDirectory="PreserveNewest" />
<ContentWithTargetPath Include="NuGet.config.template" CopyToOutputDirectory="PreserveNewest" TargetPath="NuGet.config" />
<ContentWithTargetPath Include="global.json.template" CopyToOutputDirectory="PreserveNewest" TargetPath="global.json" />
</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>