Skip to content

Commit

Permalink
RC5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed May 29, 2024
1 parent 5b48f1d commit 2d2f7aa
Show file tree
Hide file tree
Showing 18 changed files with 2,022 additions and 1,986 deletions.
30 changes: 15 additions & 15 deletions uSync.AutoTemplates/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"net8.0": {
"Umbraco.Cms.Core": {
"type": "Direct",
"requested": "[14.0.0-rc4, )",
"resolved": "14.0.0-rc4",
"contentHash": "pbRM2noejUR6UtxAt06zvmdILUYCxuGT58AdHgVa8WLDFG83C6LD0PGjWY1ehZlxZ/jbC9MSSllZxXYark3wow==",
"requested": "[14.0.0-rc5, )",
"resolved": "14.0.0-rc5",
"contentHash": "5xS9o4y2jDi4p9Sz+tbkGxutVL4tHMjRThszxVhHLNY+IBlEMs4dzTjMTNnr4kIDLSxliRpiyAWNR+fWFaCYdg==",
"dependencies": {
"Microsoft.Extensions.Caching.Abstractions": "8.0.0",
"Microsoft.Extensions.Caching.Memory": "8.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
"Microsoft.Extensions.FileProviders.Embedded": "8.0.4",
"Microsoft.Extensions.FileProviders.Embedded": "8.0.5",
"Microsoft.Extensions.FileProviders.Physical": "8.0.0",
"Microsoft.Extensions.Hosting.Abstractions": "8.0.0",
"Microsoft.Extensions.Identity.Core": "8.0.4",
"Microsoft.Extensions.Identity.Core": "8.0.5",
"Microsoft.Extensions.Logging": "8.0.0",
"Microsoft.Extensions.Options": "8.0.2",
"Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0",
Expand All @@ -23,15 +23,15 @@
},
"Microsoft.AspNetCore.Cryptography.Internal": {
"type": "Transitive",
"resolved": "8.0.4",
"contentHash": "W9pteGr3myODvbXWqicrh3xAGe1R1oNMnFp5M8w51ncgdiOIn6/OhMfHwC2yzn6Jj6JfM4Fq3S/Hpxhu6+dkVA=="
"resolved": "8.0.5",
"contentHash": "bu8jQbBpKuqubTsGSTR/mosNw2bNg7NRmgOpPgHiWIiHnYHvyuJWVjgGxKzhkztw53z9aAgiOHbgAm7SsKJihQ=="
},
"Microsoft.AspNetCore.Cryptography.KeyDerivation": {
"type": "Transitive",
"resolved": "8.0.4",
"contentHash": "acKwXsBSs8UIaP8k1MLsp2S8k0c6fHgOyO9ptXTZVsf8RKS+po5UNXex0+qsrLRpz7Bey87s017hY/IOE0A+LA==",
"resolved": "8.0.5",
"contentHash": "VQL44/kuHkyQtHKAxNklV9xn/7AYQwVT7aAUHD0JpkhsPp/93VmVOoM6llmllzs2u7USW0dG18o//JOBdZfhow==",
"dependencies": {
"Microsoft.AspNetCore.Cryptography.Internal": "8.0.4"
"Microsoft.AspNetCore.Cryptography.Internal": "8.0.5"
}
},
"Microsoft.Extensions.Caching.Abstractions": {
Expand Down Expand Up @@ -103,8 +103,8 @@
},
"Microsoft.Extensions.FileProviders.Embedded": {
"type": "Transitive",
"resolved": "8.0.4",
"contentHash": "r3wpZ7RSjDqtMQmsIICjOrOylCnOlJJ0nWcnsuLb+iyLslBEe2+wHAI7xCmEMDu8ZP1K5qSryXH8Kt4o6Lyn9g==",
"resolved": "8.0.5",
"contentHash": "j0zzS7NPhux2rqbCIjrSV/MW0WPNSd49Vvs+j9+ALcTGVrRR48mPmIuBVpeaNO/flTFkN2fTZCLyom403KkzNg==",
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "8.0.0"
}
Expand Down Expand Up @@ -138,10 +138,10 @@
},
"Microsoft.Extensions.Identity.Core": {
"type": "Transitive",
"resolved": "8.0.4",
"contentHash": "YC5ou4FBKDGrAvKOBoPG9QjbAkRifDaZ4JJAoWz4V8fG9Ks3AzIMnKNffIJs5KX5q7wIyK0MrQRYgRxFfCGmwQ==",
"resolved": "8.0.5",
"contentHash": "zl/dTogiyBA2D1NBgEQfJRq/5M7aHWU8qp5l6rq4U+hKFcDdd9YDeDaEEtiuYxTpfXn2VoxZten2MljK0kLNiA==",
"dependencies": {
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "8.0.4",
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "8.0.5",
"Microsoft.Extensions.Logging": "8.0.0",
"Microsoft.Extensions.Options": "8.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion uSync.AutoTemplates/uSync.AutoTemplates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms.Core" Version="14.0.0-rc4" />
<PackageReference Include="Umbraco.Cms.Core" Version="14.0.0-rc5" />
</ItemGroup>


Expand Down
Loading

0 comments on commit 2d2f7aa

Please sign in to comment.