Merge in 'release/8.0.3xx' changes
This commit is contained in:
commit
57cb992d3d
3 changed files with 8 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
"isRoot": true,
|
||||
"tools": {
|
||||
"microsoft.dotnet.darc": {
|
||||
"version": "1.1.0-beta.24253.1",
|
||||
"version": "1.1.0-beta.24253.7",
|
||||
"commands": [
|
||||
"darc"
|
||||
]
|
||||
|
|
|
@ -227,21 +227,21 @@
|
|||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>67d23f4ba1813b315e7e33c71d18b63475f5c5f8</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24253.1">
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24253.7">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
<Sha>27d7e19521190350568160c486bf9126a7daf1c4</Sha>
|
||||
<Sha>05bd6da6bde53f18a8f1e8c516b778e3f86a5433</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24253.1">
|
||||
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24253.7">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
<Sha>27d7e19521190350568160c486bf9126a7daf1c4</Sha>
|
||||
<Sha>05bd6da6bde53f18a8f1e8c516b778e3f86a5433</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="8.0.0-alpha.1.22557.12">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>af841c8b33cecc92d74222298f1e45bf7bf3d90a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.24163.3">
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.24251.1">
|
||||
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
|
||||
<Sha>79827eed138fd2575a8b24820b4f385ee4ffb6e6</Sha>
|
||||
<Sha>6f814daa935e08b578b1c0c65a1f26ea3317f517</Sha>
|
||||
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.24253.1</MicrosoftDotNetDarcLibVersion>
|
||||
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.24253.7</MicrosoftDotNetDarcLibVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
|
Loading…
Reference in a new issue