Skip to content

Commit

Permalink
nugetパッケージ更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ingen084 committed Jul 7, 2019
1 parent f2fe307 commit bf5bf58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

# 更新情報
## 0.2.0.2
### 変更

- nugetパッケージを更新しました。

### 削除

- 現在利用できないAPIに `Obsolate` をつけて利用できなくしました。
Expand Down
6 changes: 3 additions & 3 deletions src/KyoshinMonitorLib/KyoshinMonitorLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MessagePack" Version="1.7.3.4" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="MessagePack" Version="1.7.3.7" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<Reference Include="System.Net.Http">
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Net.Http.dll</HintPath>
</Reference>
Expand Down

0 comments on commit bf5bf58

Please sign in to comment.