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.
1 parent 00811df commit 0d5c82aCopy full SHA for 0d5c82a
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