Skip to content

Commit a3e0704

Browse files
committed
Fixed package reference from tests project.
1 parent 41ada67 commit a3e0704

File tree

2 files changed

+106
-0
lines changed

2 files changed

+106
-0
lines changed

tests/Umbraco.Deploy.Contrib.Tests/Umbraco.Deploy.Contrib.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PackageReference Include="NUnit3TestAdapter" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" />
1111
<PackageReference Include="Umbraco.Cms.Tests" />
12+
<PackageReference Include="Umbraco.Deploy.Infrastructure" />
1213
</ItemGroup>
1314

1415
<ItemGroup>

tests/Umbraco.Deploy.Contrib.Tests/packages.lock.json

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,17 @@
6969
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.0.1"
7070
}
7171
},
72+
"Umbraco.Deploy.Infrastructure": {
73+
"type": "Direct",
74+
"requested": "[12.0.0--rc.preview.1.gf3f2138, 13.0.0)",
75+
"resolved": "12.0.0--rc.preview.1.gf3f2138",
76+
"contentHash": "Eq85H1JtRRyUsgocMdxye1IxSRjm5AFUhOZsXxbYcox/P6uwCZ1UwtnQhLd/ZEFbAl7hncQDHkZ5r76ZJqux8w==",
77+
"dependencies": {
78+
"Umbraco.Cms.Web.BackOffice": "[12.0.0--rc.preview.1.gfe11f3c, 13.0.0)",
79+
"Umbraco.Deploy.Core": "12.0.0--rc.preview.1.gf3f2138",
80+
"Umbraco.Licensing": "4.0.0"
81+
}
82+
},
7283
"Umbraco.GitVersioning.Extensions": {
7384
"type": "Direct",
7485
"requested": "[0.2.0, )",
@@ -1111,6 +1122,22 @@
11111122
"resolved": "2.12.0",
11121123
"contentHash": "xaiJLIdu6rYMKfQMYUZgTy8YK7SMZjB4Yk50C/u//Z4OsvxkUfSPJy4nknfvwAC34yr13q7kcyh4grbwhSxyZg=="
11131124
},
1125+
"Serilog.AspNetCore": {
1126+
"type": "Transitive",
1127+
"resolved": "6.1.0",
1128+
"contentHash": "iMwFUJDN+/yWIPz4TKCliagJ1Yn//SceCYCzgdPwe/ECYUwb5/WUL8cTzRKV+tFwxGjLEV/xpm0GupS5RwbhSQ==",
1129+
"dependencies": {
1130+
"Microsoft.Extensions.DependencyInjection": "5.0.0",
1131+
"Microsoft.Extensions.Logging": "5.0.0",
1132+
"Serilog": "2.10.0",
1133+
"Serilog.Extensions.Hosting": "5.0.1",
1134+
"Serilog.Formatting.Compact": "1.1.0",
1135+
"Serilog.Settings.Configuration": "3.3.0",
1136+
"Serilog.Sinks.Console": "4.0.1",
1137+
"Serilog.Sinks.Debug": "2.0.0",
1138+
"Serilog.Sinks.File": "5.0.0"
1139+
}
1140+
},
11141141
"Serilog.Enrichers.Process": {
11151142
"type": "Transitive",
11161143
"resolved": "2.0.2",
@@ -1191,6 +1218,22 @@
11911218
"Serilog": "2.9.0"
11921219
}
11931220
},
1221+
"Serilog.Sinks.Console": {
1222+
"type": "Transitive",
1223+
"resolved": "4.0.1",
1224+
"contentHash": "apLOvSJQLlIbKlbx+Y2UDHSP05kJsV7mou+fvJoRGs/iR+jC22r8cuFVMjjfVxz/AD4B2UCltFhE1naRLXwKNw==",
1225+
"dependencies": {
1226+
"Serilog": "2.10.0"
1227+
}
1228+
},
1229+
"Serilog.Sinks.Debug": {
1230+
"type": "Transitive",
1231+
"resolved": "2.0.0",
1232+
"contentHash": "Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==",
1233+
"dependencies": {
1234+
"Serilog": "2.10.0"
1235+
}
1236+
},
11941237
"Serilog.Sinks.File": {
11951238
"type": "Transitive",
11961239
"resolved": "5.0.0",
@@ -1718,6 +1761,17 @@
17181761
"System.Threading": "4.3.0"
17191762
}
17201763
},
1764+
"System.Private.ServiceModel": {
1765+
"type": "Transitive",
1766+
"resolved": "4.8.1",
1767+
"contentHash": "neXeXhKIlCUBCg5rxKpYnae4vQSiMWjhqeTgsMedHvKKUTsmP98je+G8oPmDdY9uZVruvxqRGjcljn1XYNhC+w==",
1768+
"dependencies": {
1769+
"System.Numerics.Vectors": "4.5.0",
1770+
"System.Reflection.DispatchProxy": "4.7.1",
1771+
"System.Security.Cryptography.Xml": "4.7.0",
1772+
"System.Security.Principal.Windows": "4.7.0"
1773+
}
1774+
},
17211775
"System.Reflection": {
17221776
"type": "Transitive",
17231777
"resolved": "4.3.0",
@@ -1730,6 +1784,11 @@
17301784
"System.Runtime": "4.3.0"
17311785
}
17321786
},
1787+
"System.Reflection.DispatchProxy": {
1788+
"type": "Transitive",
1789+
"resolved": "4.7.1",
1790+
"contentHash": "C1sMLwIG6ILQ2bmOT4gh62V6oJlyF4BlHcVMrOoor49p0Ji2tA8QAoqyMcIhAdH6OHKJ8m7BU+r4LK2CUEOKqw=="
1791+
},
17331792
"System.Reflection.Emit": {
17341793
"type": "Transitive",
17351794
"resolved": "4.3.0",
@@ -2053,6 +2112,23 @@
20532112
"resolved": "5.0.0",
20542113
"contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA=="
20552114
},
2115+
"System.ServiceModel.Http": {
2116+
"type": "Transitive",
2117+
"resolved": "4.8.1",
2118+
"contentHash": "yrfGQJ5joGXnZx3G340KDfgpmOSYzRMHP3zJkcwiV3CP750AEsvesVIXc+PXYFzU7v3JKLEw6GLrH7kPiZJa/g==",
2119+
"dependencies": {
2120+
"System.Private.ServiceModel": "4.8.1",
2121+
"System.ServiceModel.Primitives": "4.8.1"
2122+
}
2123+
},
2124+
"System.ServiceModel.Primitives": {
2125+
"type": "Transitive",
2126+
"resolved": "4.8.1",
2127+
"contentHash": "XjzGCqvWZBHnw2ym8t9PVeTm5Tsp7lSDKEwhDZAU4Jnw+6+zEDu/2ZQYQbRqBR0t/KpfNA4Aya/5aONKJnuyEw==",
2128+
"dependencies": {
2129+
"System.Private.ServiceModel": "4.8.1"
2130+
}
2131+
},
20562132
"System.Text.Encoding": {
20572133
"type": "Transitive",
20582134
"resolved": "4.3.0",
@@ -2242,6 +2318,16 @@
22422318
"Umbraco.Cms.Infrastructure": "12.0.0--rc.preview.1.gfe11f3c"
22432319
}
22442320
},
2321+
"Umbraco.Cms.Web.BackOffice": {
2322+
"type": "Transitive",
2323+
"resolved": "12.0.0--rc.preview.1.gfe11f3c",
2324+
"contentHash": "9cAO2gXeSvscMtQAwgI0IvPgLNEFd9xWrYBrsVo3QoZYWMySpZAAlbEnCMgV13F7rP4j3NJqnkrihB23q8P+PQ==",
2325+
"dependencies": {
2326+
"Newtonsoft.Json": "13.0.2",
2327+
"Serilog.AspNetCore": "6.1.0",
2328+
"Umbraco.Cms.Web.Common": "12.0.0--rc.preview.1.gfe11f3c"
2329+
}
2330+
},
22452331
"Umbraco.Cms.Web.Common": {
22462332
"type": "Transitive",
22472333
"resolved": "12.0.0--rc.preview.1.gfe11f3c",
@@ -2262,6 +2348,25 @@
22622348
"resolved": "15.0.0",
22632349
"contentHash": "YSDIkxq44VMy2N3jBTwJBJ/ZjGyuyb0GRyfQAUIma07dCHIbjXgKXjZaAxVa6ik3XTqgcyATvwYJL0EBtAClwA=="
22642350
},
2351+
"Umbraco.Deploy.Core": {
2352+
"type": "Transitive",
2353+
"resolved": "12.0.0--rc.preview.1.gf3f2138",
2354+
"contentHash": "Ap+toYg3UXn2ssUq+7mBTR9kQY3hTj8b2E5k7EIgsEuolsDjUgjDKC7c36NEaZI/MkU+r/HuNA4ISibAgN4/sA==",
2355+
"dependencies": {
2356+
"Umbraco.Cms.Core": "[12.0.0--rc.preview.1.gfe11f3c, 13.0.0)"
2357+
}
2358+
},
2359+
"Umbraco.Licensing": {
2360+
"type": "Transitive",
2361+
"resolved": "4.0.0",
2362+
"contentHash": "sBuTVyPnwEJ3LdgLN4cGCNrw88Urr+PKPkrzLlVxqd3H6+xmk51bECLwb4/pCFhUTMwBaj48z+H1bbG/V19eog==",
2363+
"dependencies": {
2364+
"Microsoft.Win32.Registry": "5.0.0",
2365+
"System.ServiceModel.Http": "4.8.1",
2366+
"System.ServiceModel.Primitives": "4.8.1",
2367+
"Umbraco.Cms.Web.Common": "9.0.0"
2368+
}
2369+
},
22652370
"umbraco.deploy.contrib": {
22662371
"type": "Project",
22672372
"dependencies": {

0 commit comments

Comments
 (0)