12 lines
469 B
XML
12 lines
469 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<StartupObject>GoogleCloudSamples.Recognize</StartupObject>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="CommandLineParser" Version="2.1.1-beta" />
|
|
<PackageReference Include="Google.Cloud.Speech.V1" Version="1.0.0" />
|
|
<PackageReference Include="NAudio" Version="1.8.3" />
|
|
</ItemGroup>
|
|
</Project> |