File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed
examples/IBM.WatsonDeveloperCloud.Assistant.v2.Example
test/IBM.WatsonDeveloperCloud.Assistant.v2.UnitTests Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2-
32 <PropertyGroup >
3+ <VersionPrefix >2.8.0</VersionPrefix >
4+ <TargetFramework >netcoreapp1.0</TargetFramework >
5+ <AssemblyName >IBM.WatsonDeveloperCloud.Conversation.v1.Example</AssemblyName >
46 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp2.1</TargetFramework >
7+ <PackageId >IBM.WatsonDeveloperCloud.Conversation.v1.Example</PackageId >
8+ <RuntimeFrameworkVersion >1.0.4</RuntimeFrameworkVersion >
9+ <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
10+ <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
11+ <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
12+ <Version >2.8.0</Version >
13+ </PropertyGroup >
14+
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
16+ <DebugType >full</DebugType >
17+ <DebugSymbols >true</DebugSymbols >
18+ </PropertyGroup >
19+
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
21+ <DebugType >full</DebugType >
22+ <DebugSymbols >true</DebugSymbols >
623 </PropertyGroup >
724
825 <ItemGroup >
926 <ProjectReference Include =" ..\..\src\IBM.WatsonDeveloperCloud.Assistant.v2\IBM.WatsonDeveloperCloud.Assistant.v2.csproj" />
1027 <ProjectReference Include =" ..\..\src\IBM.WatsonDeveloperCloud\IBM.WatsonDeveloperCloud.csproj" />
1128 </ItemGroup >
1229
30+ <ItemGroup >
31+ <PackageReference Include =" Newtonsoft.Json" Version =" 9.0.1" />
32+ </ItemGroup >
33+
1334</Project >
Original file line number Diff line number Diff line change 1212 <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
1313 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
1414 <Version >2.8.0</Version >
15- <Authors >IBM.WatsonDeveloperCloud.Assistant.v2.UnitTests</Authors >
1615 </PropertyGroup >
1716
1817 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
4544 <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 1.0.2" />
4645 <PackageReference Include =" OpenCover" Version =" 4.6.519" />
4746 <PackageReference Include =" coveralls.net" Version =" 0.7.0" />
48- <PackageReference Include =" ReportGenerator" Version =" 2.4.5.0 " />
47+ <PackageReference Include =" ReportGenerator" Version =" 2.4.5" />
4948 </ItemGroup >
5049
5150 <ItemGroup >
You can’t perform that action at this time.
0 commit comments