Skip to content

Commit d4a10f9

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

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717

1818
<!-- Added explicitly to avoid version conflicts. -->
1919
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
20+
<PackageVersion Include="Microsoft.Extensions.FileProviders.Embedded" Version="7.0.0" />
2021
</ItemGroup>
2122
</Project>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99

1010
<!-- Added explicitly to avoid version conflicts. -->
1111
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" />
12+
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" />
1213
</ItemGroup>
1314
</Project>

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
"Microsoft.Extensions.Primitives": "7.0.0"
1212
}
1313
},
14+
"Microsoft.Extensions.FileProviders.Embedded": {
15+
"type": "Direct",
16+
"requested": "[7.0.0, )",
17+
"resolved": "7.0.0",
18+
"contentHash": "mh0rIIjKO7PiU7VPtC92LlIG2lpWVCnGIEqBk8ru2oMWEVQ/gJDizePv1fdmnljwC4e69jtYknXYmLNwm0dZEg==",
19+
"dependencies": {
20+
"Microsoft.Extensions.FileProviders.Abstractions": "7.0.0"
21+
}
22+
},
1423
"Microsoft.SourceLink.GitHub": {
1524
"type": "Direct",
1625
"requested": "[1.1.1, )",
@@ -524,10 +533,10 @@
524533
},
525534
"Microsoft.Extensions.FileProviders.Abstractions": {
526535
"type": "Transitive",
527-
"resolved": "7.0.0-rc.2.22472.3",
528-
"contentHash": "rJYuHNjzvNm1cy7s5wkiTqYM5RKnhbM7NG74VAZDxDOgXSEtNhBABeWwMRDELgVPX6zJsD5FiuDROij172LUOQ==",
536+
"resolved": "7.0.0",
537+
"contentHash": "NyawiW9ZT/liQb34k9YqBSNPLuuPkrjMgQZ24Y/xXX1RoiBkLUdPMaQTmxhZ5TYu8ZKZ9qayzil75JX95vGQUg==",
529538
"dependencies": {
530-
"Microsoft.Extensions.Primitives": "7.0.0-rc.2.22472.3"
539+
"Microsoft.Extensions.Primitives": "7.0.0"
531540
}
532541
},
533542
"Microsoft.Extensions.FileProviders.Composite": {
@@ -539,14 +548,6 @@
539548
"Microsoft.Extensions.Primitives": "5.0.0"
540549
}
541550
},
542-
"Microsoft.Extensions.FileProviders.Embedded": {
543-
"type": "Transitive",
544-
"resolved": "7.0.0-rc.2.22476.2",
545-
"contentHash": "R4RKPRjy5815SFsW6MfA3tQZtlJBbIykHoSLBiTtmuGtbr05liqo7WNxqJOHD9whhNEG/H82WagutXQXrU+hwQ==",
546-
"dependencies": {
547-
"Microsoft.Extensions.FileProviders.Abstractions": "7.0.0-rc.2.22472.3"
548-
}
549-
},
550551
"Microsoft.Extensions.FileProviders.Physical": {
551552
"type": "Transitive",
552553
"resolved": "7.0.0-rc.2.22472.3",

0 commit comments

Comments
 (0)