- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20162.3
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.20162.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2020-03-16 09:42:48 -07:00 коммит произвёл GitHub
Родитель 0efc5b874d
Коммит 96e572d7cc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -4,9 +4,9 @@
<Uri>https://github.com/dotnet/command-line-api</Uri>
<Sha>166610c56ff732093f0145a2911d4f6c40b786da</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20160.4">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20162.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9a9422d109520d942711e07fae8c662c20e7b6e9</Sha>
<Sha>16d4350184cf362cd59807b589d1c93803025abc</Sha>
</Dependency>
<Dependency Name="Microsoft.SymbolStore" Version="1.0.116302">
<Uri>https://github.com/dotnet/symstore</Uri>
@ -14,9 +14,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20160.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20162.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9a9422d109520d942711e07fae8c662c20e7b6e9</Sha>
<Sha>16d4350184cf362cd59807b589d1c93803025abc</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="5.0.0-preview.3.20161.9">
<Uri>https://github.com/dotnet/runtime</Uri>

Просмотреть файл

@ -47,7 +47,7 @@
<SystemThreadingChannelsVersion>4.7.0</SystemThreadingChannelsVersion>
<XUnitVersion>2.4.1</XUnitVersion>
<XUnitAbstractionsVersion>2.0.3</XUnitAbstractionsVersion>
<MicrosoftDotNetRemoteExecutorVersion>5.0.0-beta.20160.4</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetRemoteExecutorVersion>5.0.0-beta.20162.3</MicrosoftDotNetRemoteExecutorVersion>
<cdbsosversion>10.0.18362</cdbsosversion>
</PropertyGroup>
<PropertyGroup>

Просмотреть файл

@ -3,6 +3,6 @@
"dotnet": "3.1.101"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20160.4"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20162.3"
}
}