Skip to content

Commit 700f4d2

Browse files
committed
chore: Update csproj files
1 parent febbe35 commit 700f4d2

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed
Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
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>

test/IBM.WatsonDeveloperCloud.Assistant.v2.UnitTests/IBM.WatsonDeveloperCloud.Assistant.v2.UnitTests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
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'">
@@ -45,7 +44,7 @@
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>

0 commit comments

Comments
 (0)