Bump DarcLib to fix zero-sized patches in VMR sync (#14907)
This commit is contained in:
parent
8ad05446da
commit
c63c57f911
3 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
"isRoot": true,
|
||||
"tools": {
|
||||
"microsoft.dotnet.darc": {
|
||||
"version": "1.1.0-beta.22554.2",
|
||||
"version": "1.1.0-beta.22554.5",
|
||||
"commands": [
|
||||
"darc"
|
||||
]
|
||||
|
|
|
@ -205,13 +205,13 @@
|
|||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>80b6be47e1425ea90c5febffac119250043a0c92</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.22554.2">
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.22554.5">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
<Sha>7a093e86507405b990f0e6aa5c634c9a5585319f</Sha>
|
||||
<Sha>aa6e835ea5e8ef70a95a8fa6075fdf4c73de8bd8</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22554.2">
|
||||
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22554.5">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
<Sha>7a093e86507405b990f0e6aa5c634c9a5585319f</Sha>
|
||||
<Sha>aa6e835ea5e8ef70a95a8fa6075fdf4c73de8bd8</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="7.0.0-rc.1.22426.10">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.22554.2</MicrosoftDotNetDarcLibVersion>
|
||||
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.22554.5</MicrosoftDotNetDarcLibVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
|
Loading…
Reference in a new issue