File tree Expand file tree Collapse file tree 3 files changed +13
-17
lines changed Expand file tree Collapse file tree 3 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 1414
1515 <ItemGroup >
1616 <!-- Explicit reference to ensure transitive dependency is copied to output -->
17- <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 8 .0.0 " />
17+ <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 9 .0.10 " />
1818 </ItemGroup >
1919
2020</Project >
Original file line number Diff line number Diff line change 120120 <!-- Package the .targets file and Worker files for NuGet -->
121121 <ItemGroup >
122122 <!-- Include .targets file in build/ folder so NuGet auto-imports it -->
123+ <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 9.0.10" />
123124 <None Include =" D2Sharp.targets" Pack =" true" PackagePath =" build/D2Sharp.targets" />
124125
125126 <!-- Include Worker files in build/ folder so .targets can reference them -->
Original file line number Diff line number Diff line change 22 "version" : 1 ,
33 "dependencies" : {
44 "net8.0" : {
5+ "Microsoft.Extensions.Caching.Abstractions" : {
6+ "type" : " Direct" ,
7+ "requested" : " [9.0.10, )" ,
8+ "resolved" : " 9.0.10" ,
9+ "contentHash" : " cL6iTxgJ4u5zP3eFOdBiDAtmE/B2WKTRhyJfEne7n6qvHpsMwwIDxljs210mWSO1ucBy7lR1Lo7/7kjeZeLcqQ==" ,
10+ "dependencies" : {
11+ "Microsoft.Extensions.Primitives" : " 9.0.10"
12+ }
13+ },
514 "Microsoft.Extensions.Caching.Memory" : {
615 "type" : " Direct" ,
716 "requested" : " [8.0.1, )" ,
6069 "resolved" : " 8.0.0" ,
6170 "contentHash" : " bZKfSIKJRXLTuSzLudMFte/8CempWjVamNUR5eHJizsy+iuOuO/k2gnh7W0dHJmYY0tBf+gUErfluCv5mySAOQ=="
6271 },
63- "Microsoft.Extensions.Caching.Abstractions" : {
64- "type" : " Transitive" ,
65- "resolved" : " 8.0.0" ,
66- "contentHash" : " 3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==" ,
67- "dependencies" : {
68- "Microsoft.Extensions.Primitives" : " 8.0.0"
69- }
70- },
7172 "Microsoft.Extensions.DependencyInjection.Abstractions" : {
7273 "type" : " Transitive" ,
7374 "resolved" : " 8.0.2" ,
8384 },
8485 "Microsoft.Extensions.Primitives" : {
8586 "type" : " Transitive" ,
86- "resolved" : " 8 .0.0 " ,
87- "contentHash" : " bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g =="
87+ "resolved" : " 9 .0.10 " ,
88+ "contentHash" : " 3pl8D1O5ZwMpDkZAT2uXrhQ6NipkwEgDLMFuURiHTf72TvkoMP61QYH3Vk1yrzVHnHBdNZk3cQACz8Zc7YGNhQ =="
8889 },
8990 "Microsoft.SourceLink.Common" : {
9091 "type" : " Transitive" ,
9192 "resolved" : " 8.0.0" ,
9293 "contentHash" : " dk9JPxTCIevS75HyEQ0E4OVAFhB2N+V9ShCXf8Q6FkUQZDkgLI12y679Nym1YqsiSysuQskT7Z+6nUf3yab6Vw=="
93- },
94- "d2sharp.abstractions" : {
95- "type" : " Project" ,
96- "dependencies" : {
97- "Microsoft.Extensions.DependencyInjection.Abstractions" : " [8.0.0, )"
98- }
9994 }
10095 }
10196 }
You can’t perform that action at this time.
0 commit comments