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