Pin Xdt until strict coherency is enabled (#8383)
Because Xdt doesn't have a build associated with it, legacy coherency cannot satisfy this dependency. For now, pin Xdt until strict coherency is the default. Co-authored-by: dotnet-bot <dotnet-bot@dotnetfoundation.org>
This commit is contained in:
parent
f40805bd34
commit
3e171f435e
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@
|
|||
<Uri>https://github.com/Microsoft/ApplicationInsights-dotnet</Uri>
|
||||
<Sha>53b80940842204f78708a538628288ff5d741a1d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Web.Xdt" Version="3.1.0" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<!-- Temporarily pinning Microsoft.Web.Xdt until strict coherency is enabled by default -->
|
||||
<Dependency Name="Microsoft.Web.Xdt" Version="3.1.0" CoherentParentDependency="Microsoft.NET.Sdk" Pinned="true">
|
||||
<Uri>https://github.com/aspnet/xdt</Uri>
|
||||
<Sha>c01a538851a8ab1a1fbeb2e6243f391fff7587b4</Sha>
|
||||
</Dependency>
|
||||
|
|
Loading…
Reference in a new issue