Skip to content

Commit 3d84259

Browse files
committed
Update nuget packages.
Note that UWP unit testing NUnit is still 3.2.1 because nunit.xamarin runner requires old API.
1 parent 53082f1 commit 3d84259

6 files changed

Lines changed: 11 additions & 35 deletions

File tree

MsgPack.nuspec

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -77,33 +77,9 @@ This package provides MessagePack serialization/deserialization APIs. This pacak
7777
<dependency id="System.Threading" version="4.0.11" />
7878
</group>
7979
<group targetFramework="uap10.0">
80-
<dependency id="System.Collections" version="4.0.11" />
81-
<dependency id="System.Collections.Concurrent" version="4.0.12" />
80+
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.2.2" />
8281
<dependency id="System.Collections.NonGeneric" version="4.0.1" />
8382
<dependency id="System.Collections.Specialized" version="4.0.1" />
84-
<dependency id="System.Data.Common" version="4.1.0" />
85-
<dependency id="System.Diagnostics.Contracts" version="4.0.1" />
86-
<dependency id="System.Diagnostics.Debug" version="4.0.11" />
87-
<dependency id="System.Diagnostics.Tools" version="4.0.1" />
88-
<dependency id="System.Globalization" version="4.0.11" />
89-
<dependency id="System.IO" version="4.1.0" />
90-
<dependency id="System.Linq" version="4.1.0" />
91-
<dependency id="System.Linq.Expressions" version="4.1.0" />
92-
<dependency id="System.Numerics.Vectors" version="4.1.1" />
93-
<dependency id="System.ObjectModel" version="4.0.12" />
94-
<dependency id="System.Reflection" version="4.1.0" />
95-
<dependency id="System.Reflection.Extensions" version="4.0.1" />
96-
<dependency id="System.Reflection.Primitives" version="4.0.1" />
97-
<dependency id="System.Resources.ResourceManager" version="4.0.1" />
98-
<dependency id="System.Runtime" version="4.1.0" />
99-
<dependency id="System.Runtime.Extensions" version="4.1.0" />
100-
<dependency id="System.Runtime.InteropServices" version="4.1.0" />
101-
<dependency id="System.Runtime.Numerics" version="4.0.1" />
102-
<dependency id="System.Runtime.Serialization.Primitives" version="4.1.1" />
103-
<dependency id="System.Text.Encoding" version="4.0.11" />
104-
<dependency id="System.Text.Encoding.Extensions" version="4.0.11" />
105-
<dependency id="System.Text.RegularExpressions" version="4.1.0" />
106-
<dependency id="System.Threading" version="4.0.11" />
10783
</group>
10884
</dependencies>
10985
</metadata>

src/MsgPack.Uwp/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"../MsgPack/Serialization/Tracer.cs"
5151
],
5252
"dependencies": {
53-
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.0",
53+
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
5454
"System.Collections.NonGeneric": "4.0.1",
5555
"System.Collections.Specialized": "4.0.1"
5656
},

test/MsgPack.UnitTest.Uwp.Aot/MsgPack.UnitTest.Uwp.Aot.nuget.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
55
</PropertyGroup>
66
<ImportGroup>
7-
<Import Project="$(NuGetPackageRoot)\Xamarin.Forms\2.2.0.31\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('$(NuGetPackageRoot)\Xamarin.Forms\2.2.0.31\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
7+
<Import Project="$(NuGetPackageRoot)\Xamarin.Forms\2.3.3.180\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('$(NuGetPackageRoot)\Xamarin.Forms\2.3.3.180\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
88
</ImportGroup>
99
</Project>

test/MsgPack.UnitTest.Uwp.Aot/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.0",
4-
"NUnit": "3.2.1",
3+
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
4+
"NUnit": "3.6.0",
55
"nunit.xamarin": "3.0.1",
66
"System.Collections.NonGeneric": "4.0.1",
77
"System.Collections.Specialized": "4.0.1",
8-
"System.Data.Common": "4.1.0",
8+
"System.Data.Common": "4.3.0",
99
"System.Numerics.Vectors": "4.1.1",
10-
"Xamarin.Forms": "2.2.0.31"
10+
"Xamarin.Forms": "2.3.3.180"
1111
},
1212
"frameworks": {
1313
"uap10.0": {}

test/MsgPack.UnitTest.Uwp/MsgPack.UnitTest.Uwp.nuget.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
55
</PropertyGroup>
66
<ImportGroup>
7-
<Import Project="$(NuGetPackageRoot)\Xamarin.Forms\2.2.0.31\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('$(NuGetPackageRoot)\Xamarin.Forms\2.2.0.31\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
7+
<Import Project="$(NuGetPackageRoot)\Xamarin.Forms\2.3.3.180\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('$(NuGetPackageRoot)\Xamarin.Forms\2.3.3.180\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
88
</ImportGroup>
99
</Project>

test/MsgPack.UnitTest.Uwp/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.0",
3+
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
44
"NUnit": "3.2.1",
55
"nunit.xamarin": "3.0.1",
66
"System.Collections.NonGeneric": "4.0.1",
77
"System.Collections.Specialized": "4.0.1",
8-
"System.Data.Common": "4.1.0",
8+
"System.Data.Common": "4.3.0",
99
"System.Numerics.Vectors": "4.1.1",
10-
"Xamarin.Forms": "2.2.0.31"
10+
"Xamarin.Forms": "2.3.3.180"
1111
},
1212
"frameworks": {
1313
"uap10.0": {}

0 commit comments

Comments
 (0)