Skip to content

Commit a83aaba

Browse files
committed
Merge branch 'master' of https://github.com/bucurb/UnityNuGet
2 parents fd56633 + 614b8d5 commit a83aaba

2 files changed

Lines changed: 38 additions & 1 deletion

File tree

registry.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"listed": true,
44
"version": "1.4.1"
55
},
6+
"Antlr4.Runtime.Standard": {
7+
"listed": true,
8+
"version": "4.9.1"
9+
},
610
"Asmodat.Standard.SSH.NET": {
711
"listed": true,
812
"version": "[1.0.0,1.0.0.1]"
@@ -882,6 +886,13 @@
882886
"listed": true,
883887
"version": "0.1.0"
884888
},
889+
"RichardSzalay.MockHttp": {
890+
"listed": true,
891+
"version": "5.0.0",
892+
"defineConstraints": [
893+
"UNITY_EDITOR"
894+
]
895+
},
885896
"Robots": {
886897
"listed": true,
887898
"version": "1.1.7"
@@ -891,6 +902,16 @@
891902
"version": "1.2.0",
892903
"analyzer": true
893904
},
905+
"Roslynator.CodeAnalysis.Analyzers": {
906+
"listed": true,
907+
"version": "1.0.0",
908+
"analyzer": true
909+
},
910+
"Roslynator.Formatting.Analyzers": {
911+
"listed": true,
912+
"version": "1.0.0",
913+
"analyzer": true
914+
},
894915
"Scriban": {
895916
"listed": true,
896917
"version": "1.2.4"
@@ -1057,6 +1078,14 @@
10571078
"listed": true,
10581079
"version": "3.2.0"
10591080
},
1081+
"System.IO.Abstractions": {
1082+
"listed": true,
1083+
"version": "2.1.0.201"
1084+
},
1085+
"System.IO.FileSystem.AccessControl": {
1086+
"listed": true,
1087+
"version": "4.4.0"
1088+
},
10601089
"System.IO.Pipelines": {
10611090
"listed": true,
10621091
"version": "4.5.0"
@@ -1169,6 +1198,14 @@
11691198
"listed": true,
11701199
"version": "0.8.6"
11711200
},
1201+
"TestableIO.System.IO.Abstractions": {
1202+
"listed": true,
1203+
"version": "17.2.26"
1204+
},
1205+
"TestableIO.System.IO.Abstractions.Wrappers": {
1206+
"listed": true,
1207+
"version": "17.2.26"
1208+
},
11721209
"UniRxAnalyzer": {
11731210
"listed": true,
11741211
"version": "1.0.4.1",

src/UnityNuGet.Server/UnityNuGet.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
19-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.8" />
19+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.9" />
2020
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="7.0.0" />
2121
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="7.0.0" />
2222
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" />

0 commit comments

Comments
 (0)