Skip to content

Commit bb27e72

Browse files
committed
Added explicit reference to avoid version conflict (3).
1 parent d4a10f9 commit bb27e72

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
<!-- Added explicitly to avoid version conflicts. -->
1919
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
2020
<PackageVersion Include="Microsoft.Extensions.FileProviders.Embedded" Version="7.0.0" />
21+
<PackageVersion Include="Microsoft.Extensions.FileProviders.Physical" Version="7.0.0" />
2122
</ItemGroup>
2223
</Project>

src/Umbraco.Deploy.Contrib/Umbraco.Deploy.Contrib.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
<!-- Added explicitly to avoid version conflicts. -->
1111
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" />
1212
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" />
13+
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical" />
1314
</ItemGroup>
1415
</Project>

src/Umbraco.Deploy.Contrib/packages.lock.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@
2020
"Microsoft.Extensions.FileProviders.Abstractions": "7.0.0"
2121
}
2222
},
23+
"Microsoft.Extensions.FileProviders.Physical": {
24+
"type": "Direct",
25+
"requested": "[7.0.0, )",
26+
"resolved": "7.0.0",
27+
"contentHash": "K8D2MTR+EtzkbZ8z80LrG7Ur64R7ZZdRLt1J5cgpc/pUWl0C6IkAUapPuK28oionHueCPELUqq0oYEvZfalNdg==",
28+
"dependencies": {
29+
"Microsoft.Extensions.FileProviders.Abstractions": "7.0.0",
30+
"Microsoft.Extensions.FileSystemGlobbing": "7.0.0",
31+
"Microsoft.Extensions.Primitives": "7.0.0"
32+
}
33+
},
2334
"Microsoft.SourceLink.GitHub": {
2435
"type": "Direct",
2536
"requested": "[1.1.1, )",
@@ -548,20 +559,10 @@
548559
"Microsoft.Extensions.Primitives": "5.0.0"
549560
}
550561
},
551-
"Microsoft.Extensions.FileProviders.Physical": {
552-
"type": "Transitive",
553-
"resolved": "7.0.0-rc.2.22472.3",
554-
"contentHash": "q94QZllFVpGWWKOsw2TVHt3+mv1iZqOh+ltI3DDnM1aLcVdeIn0djy4qdCMsalQriJMwsik3Azo3+GuuHPS+UA==",
555-
"dependencies": {
556-
"Microsoft.Extensions.FileProviders.Abstractions": "7.0.0-rc.2.22472.3",
557-
"Microsoft.Extensions.FileSystemGlobbing": "7.0.0-rc.2.22472.3",
558-
"Microsoft.Extensions.Primitives": "7.0.0-rc.2.22472.3"
559-
}
560-
},
561562
"Microsoft.Extensions.FileSystemGlobbing": {
562563
"type": "Transitive",
563-
"resolved": "7.0.0-rc.2.22472.3",
564-
"contentHash": "HWsEqt0OSFvIwe60eE8SB1uhAVfK26aQrosmvsAxl5/JfeXkn94V3rCNsrXH5m6LF/OK7AbKrNGZOoVRwpSX4w=="
564+
"resolved": "7.0.0",
565+
"contentHash": "2jONjKHiF+E92ynz2ZFcr9OvxIw+rTGMPEH+UZGeHTEComVav93jQUWGkso8yWwVBcEJGcNcZAaqY01FFJcj7w=="
565566
},
566567
"Microsoft.Extensions.Hosting.Abstractions": {
567568
"type": "Transitive",

0 commit comments

Comments
 (0)