14 строки
365 B
XML
14 строки
365 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<OutputType>Exe</OutputType>
|
|||
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<PackageReference Include="Azure.Storage.Blobs" Version="12.4.2" />
|
|||
|
<PackageReference Include="Microsoft.Azure.EventHubs" Version="4.2.0" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|