Skip to content

Commit bff42dd

Browse files
committed
Updated package dependencies
1 parent 06a538c commit bff42dd

File tree

8 files changed

+31
-32
lines changed

8 files changed

+31
-32
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1313

1414
### Changed
1515

16+
* Changed minimum Unity version supported to 2022.3 LTS
1617

1718
### Deprecated
1819

com.unity.netcode.gameobjects/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"displayName": "Netcode for GameObjects",
44
"description": "Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.",
55
"version": "1.14.2",
6-
"unity": "2021.3",
6+
"unity": "2022.3",
77
"dependencies": {
8-
"com.unity.nuget.mono-cecil": "1.10.1",
9-
"com.unity.transport": "1.4.0"
8+
"com.unity.nuget.mono-cecil": "1.11.6",
9+
"com.unity.transport": "1.5.0"
1010
},
1111
"samples": [
1212
{

minimalproject/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"disableProjectUpdate": false,
33
"dependencies": {
4-
"com.unity.ide.rider": "3.0.34",
4+
"com.unity.ide.rider": "3.0.37",
55
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects"
66
},
77
"testables": [

minimalproject/Packages/packages-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://packages.unity.com"
2929
},
3030
"com.unity.ide.rider": {
31-
"version": "3.0.34",
31+
"version": "3.0.37",
3232
"depth": 0,
3333
"source": "registry",
3434
"dependencies": {
@@ -48,12 +48,12 @@
4848
"depth": 0,
4949
"source": "local",
5050
"dependencies": {
51-
"com.unity.nuget.mono-cecil": "1.10.1",
52-
"com.unity.transport": "1.4.0"
51+
"com.unity.nuget.mono-cecil": "1.11.6",
52+
"com.unity.transport": "1.5.0"
5353
}
5454
},
5555
"com.unity.nuget.mono-cecil": {
56-
"version": "1.11.4",
56+
"version": "1.11.6",
5757
"depth": 1,
5858
"source": "registry",
5959
"dependencies": {},

testproject-tools-integration/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"disableProjectUpdate": false,
33
"dependencies": {
44
"com.unity.ide.rider": "3.0.37",
5-
"com.unity.multiplayer.tools": "2.2.6",
5+
"com.unity.multiplayer.tools": "1.1.1",
66
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects",
77
"com.unity.test-framework": "1.4.6",
88
"com.unity.test-framework.performance": "3.1.0",

testproject-tools-integration/Packages/packages-lock.json

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"url": "https://packages.unity.com"
1212
},
1313
"com.unity.collections": {
14-
"version": "2.5.1",
14+
"version": "2.2.1",
1515
"depth": 1,
1616
"source": "registry",
1717
"dependencies": {
18-
"com.unity.burst": "1.8.17",
19-
"com.unity.test-framework": "1.4.5",
18+
"com.unity.burst": "1.8.8",
2019
"com.unity.nuget.mono-cecil": "1.11.4",
21-
"com.unity.test-framework.performance": "3.0.3"
20+
"com.unity.modules.unityanalytics": "1.0.0",
21+
"com.unity.test-framework.performance": "3.0.2"
2222
},
2323
"url": "https://packages.unity.com"
2424
},
@@ -39,24 +39,22 @@
3939
"url": "https://packages.unity.com"
4040
},
4141
"com.unity.mathematics": {
42-
"version": "1.3.2",
42+
"version": "1.3.1",
4343
"depth": 1,
4444
"source": "registry",
4545
"dependencies": {},
4646
"url": "https://packages.unity.com"
4747
},
4848
"com.unity.multiplayer.tools": {
49-
"version": "2.2.6",
49+
"version": "1.1.1",
5050
"depth": 0,
5151
"source": "registry",
5252
"dependencies": {
53-
"com.unity.burst": "1.8.18",
54-
"com.unity.collections": "2.5.1",
55-
"com.unity.mathematics": "1.3.2",
56-
"com.unity.profiling.core": "1.0.2",
57-
"com.unity.nuget.mono-cecil": "1.11.4",
53+
"com.unity.collections": "1.1.0",
54+
"com.unity.profiling.core": "1.0.0-pre.1",
55+
"com.unity.nuget.mono-cecil": "1.10.1",
5856
"com.unity.modules.uielements": "1.0.0",
59-
"com.unity.nuget.newtonsoft-json": "3.2.1"
57+
"com.unity.nuget.newtonsoft-json": "2.0.0"
6058
},
6159
"url": "https://packages.unity.com"
6260
},
@@ -65,12 +63,12 @@
6563
"depth": 0,
6664
"source": "local",
6765
"dependencies": {
68-
"com.unity.nuget.mono-cecil": "1.10.1",
69-
"com.unity.transport": "1.4.0"
66+
"com.unity.nuget.mono-cecil": "1.11.6",
67+
"com.unity.transport": "1.5.0"
7068
}
7169
},
7270
"com.unity.nuget.mono-cecil": {
73-
"version": "1.11.4",
71+
"version": "1.11.6",
7472
"depth": 1,
7573
"source": "registry",
7674
"dependencies": {},

testproject/Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"com.unity.addressables": "1.21.9",
55
"com.unity.ai.navigation": "1.1.1",
66
"com.unity.collab-proxy": "2.6.0",
7-
"com.unity.ide.rider": "3.0.34",
7+
"com.unity.ide.rider": "3.0.37",
88
"com.unity.ide.visualstudio": "2.0.22",
99
"com.unity.mathematics": "1.2.6",
1010
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects",
@@ -14,7 +14,7 @@
1414
"com.unity.services.core": "1.14.0",
1515
"com.unity.services.relay": "1.0.5",
1616
"com.unity.test-framework": "1.3.3",
17-
"com.unity.test-framework.performance": "2.8.1-preview",
17+
"com.unity.test-framework.performance": "3.1.0",
1818
"com.unity.textmeshpro": "3.0.6",
1919
"com.unity.timeline": "1.8.2",
2020
"com.unity.ugui": "1.0.0",

testproject/Packages/packages-lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"url": "https://packages.unity.com"
5959
},
6060
"com.unity.ide.rider": {
61-
"version": "3.0.34",
61+
"version": "3.0.37",
6262
"depth": 0,
6363
"source": "registry",
6464
"dependencies": {
@@ -87,12 +87,12 @@
8787
"depth": 0,
8888
"source": "local",
8989
"dependencies": {
90-
"com.unity.nuget.mono-cecil": "1.10.1",
91-
"com.unity.transport": "1.4.0"
90+
"com.unity.nuget.mono-cecil": "1.11.6",
91+
"com.unity.transport": "1.5.0"
9292
}
9393
},
9494
"com.unity.nuget.mono-cecil": {
95-
"version": "1.11.4",
95+
"version": "1.11.6",
9696
"depth": 1,
9797
"source": "registry",
9898
"dependencies": {},
@@ -187,11 +187,11 @@
187187
"url": "https://packages.unity.com"
188188
},
189189
"com.unity.test-framework.performance": {
190-
"version": "2.8.1-preview",
190+
"version": "3.1.0",
191191
"depth": 0,
192192
"source": "registry",
193193
"dependencies": {
194-
"com.unity.test-framework": "1.1.0",
194+
"com.unity.test-framework": "1.1.33",
195195
"com.unity.modules.jsonserialize": "1.0.0"
196196
},
197197
"url": "https://packages.unity.com"

0 commit comments

Comments
 (0)