Skip to content

Commit

Permalink
Bump version to 0.6.1.
Browse files Browse the repository at this point in the history
Added net45.
  • Loading branch information
tanaka-takayoshi committed May 15, 2017
1 parent dd04b1b commit 50721e9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Chatwork.Service/Chatwork.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<Description>Chatwork API Client</Description>
<AssemblyTitle>Chatwork.Api</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>0.6.0</VersionPrefix>
<VersionPrefix>0.6.1</VersionPrefix>
<Authors>Takayoshi Taknaka</Authors>
<TargetFrameworks>netstandard1.6;net461</TargetFrameworks>
<TargetFrameworks>netstandard1.6;net45</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugType>portable</DebugType>
<AssemblyName>Chatwork.Api</AssemblyName>
Expand All @@ -33,12 +33,11 @@
<None Include="App.config" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
</ItemGroup>

<!-- see https://github.com/dotnet/cli/issues/6033 -->
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' " Label=".NET 4.6.1 Package References">
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' " Label=".NET 4.5 Package References">
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
</ItemGroup>
</Project>

0 comments on commit 50721e9

Please sign in to comment.