[main] Update dependencies from dotnet/arcade
This commit is contained in:
dotnet-maestro[bot] 2023-07-31 13:25:39 +00:00 коммит произвёл GitHub
Родитель f107566c2e
Коммит 26d6e378a1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 15 добавлений и 15 удалений

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

@ -368,26 +368,26 @@
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>906ac1628112861933c3c00874cdef4621d13b36</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23371.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23378.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>602351e3681015ea789b2aeaa7b2a9156a8baf38</Sha>
<Sha>54dd37d44a2adfb8b966fac466c2ece40f8b20dd</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23371.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23378.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>602351e3681015ea789b2aeaa7b2a9156a8baf38</Sha>
<Sha>54dd37d44a2adfb8b966fac466c2ece40f8b20dd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23371.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23378.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>602351e3681015ea789b2aeaa7b2a9156a8baf38</Sha>
<Sha>54dd37d44a2adfb8b966fac466c2ece40f8b20dd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23371.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23378.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>602351e3681015ea789b2aeaa7b2a9156a8baf38</Sha>
<Sha>54dd37d44a2adfb8b966fac466c2ece40f8b20dd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23371.1">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23378.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>602351e3681015ea789b2aeaa7b2a9156a8baf38</Sha>
<Sha>54dd37d44a2adfb8b966fac466c2ece40f8b20dd</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Telemetry.Testing" Version="8.0.0-rc.1.23373.1">
<Uri>https://github.com/dotnet/extensions</Uri>

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

@ -157,9 +157,9 @@
<NuGetVersioningVersion>6.2.4</NuGetVersioningVersion>
<NuGetFrameworksVersion>6.2.4</NuGetFrameworksVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23371.1</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23371.1</MicrosoftDotNetBuildTasksTemplatingVersion>
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23371.1</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23378.2</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23378.2</MicrosoftDotNetBuildTasksTemplatingVersion>
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23378.2</MicrosoftDotNetRemoteExecutorVersion>
<!-- Packages from dotnet/source-build-externals -->
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>8.0.0-alpha.1.23369.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
<!-- Packages from dotnet/source-build-reference-packages -->

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

@ -27,7 +27,7 @@
},
"msbuild-sdks": {
"Yarn.MSBuild": "1.22.10",
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23371.1",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23371.1"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23378.2",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23378.2"
}
}