Skip to content

Commit

Permalink
Update system packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Dec 3, 2019
1 parent 5bd8d3e commit 25491e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="4.6.0" />
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions LibreMetaverse/LibreMetaverse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
<ItemGroup>
<PackageReference Include="log4net" Version="2.0.8" />
<PackageReference Include="Microsoft.Experimental.Collections" Version="1.0.6-e190117-3" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="3.0.0" />
<PackageReference Include="System.Drawing.Common" Version="4.6.0" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="3.1.0" />
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
<PackageReference Include="System.Threading.Channels" Version="4.6.0" />
<PackageReference Include="System.Threading.Channels" Version="4.7.0" />
<PackageReference Include="XmlRpcCore" Version="3.0.0" />
<PackageReference Include="zlib.net-mutliplatform" Version="1.0.4" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion PrimMesher/LibreMetaverse.PrimMesher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="4.6.0" />
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\LICENSE.txt">
Expand Down

0 comments on commit 25491e7

Please sign in to comment.