We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a7913f + 0d5c82a commit 8f7285bCopy full SHA for 8f7285b
examples/IBM.Watson.TextToSpeech.v1.Examples/IBM.Watson.TextToSpeech.v1.Examples.csproj
@@ -5,4 +5,12 @@
5
<TargetFramework>netcoreapp2.1</TargetFramework>
6
</PropertyGroup>
7
8
+ <ItemGroup>
9
+ <PackageReference Include="IBM.Cloud.SDK.Core" Version="0.7.1" />
10
+ </ItemGroup>
11
+
12
13
+ <ProjectReference Include="..\..\src\IBM.Watson.TextToSpeech.v1\IBM.Watson.TextToSpeech.v1.csproj" />
14
15
16
</Project>
0 commit comments