Updated nuget packages references to their latest version

This commit is contained in:
Havij khor 2020-02-15 00:30:01 +03:30
parent f5b1c7d6b8
commit 214a4946ff

View File

@ -2,12 +2,12 @@
<PropertyGroup> <PropertyGroup>
<SystemBuffers>4.5.0</SystemBuffers> <SystemBuffers>4.5.0</SystemBuffers>
<SystemIO>4.3.0</SystemIO> <SystemIO>4.3.0</SystemIO>
<SystemMemory>4.5.1</SystemMemory> <SystemMemory>4.5.3</SystemMemory>
<SystemTasks>4.5.1</SystemTasks> <SystemTasks>4.5.3</SystemTasks>
<BenchmarkDotNet>0.11.1</BenchmarkDotNet> <BenchmarkDotNet>0.12</BenchmarkDotNet>
<MicrosoftSdk>15.8.0</MicrosoftSdk> <MicrosoftSdk>16.5.0</MicrosoftSdk>
<xUnit>2.4.0</xUnit> <xUnit>2.4.1</xUnit>
<xUnitRunner>2.4.0</xUnitRunner> <xUnitRunner>2.4.1</xUnitRunner>
<xUnitTool>2.3.1</xUnitTool> <xUnitTool>2.3.1</xUnitTool>
</PropertyGroup> </PropertyGroup>
</Project> </Project>