This reverts commit cb40b05019.
This commit is contained in:
William Godbe 2023-07-19 15:17:47 -07:00 коммит произвёл GitHub
Родитель bf303a1092
Коммит 2ab40880b8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 19 добавлений и 19 удалений

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

@ -368,31 +368,31 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>4f933e1f77e211a73a44a3e3a1e5fb079d498ab7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23364.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23360.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>60ea5b2eca5af06fc63b250f8669d2c70179b18c</Sha>
<Sha>226c103b56a979243f08032e6cddb4deb66ea54b</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="8.0.0-beta.23361.2" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="8.0.0-beta.23358.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>d2e046aec870a5a7601cc51c5607f34463cc2d42</Sha>
<Sha>d65917a564ce5d2b75fc387a7f4d0bcc6bdd269d</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23364.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23360.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>60ea5b2eca5af06fc63b250f8669d2c70179b18c</Sha>
<Sha>226c103b56a979243f08032e6cddb4deb66ea54b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23364.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23360.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>60ea5b2eca5af06fc63b250f8669d2c70179b18c</Sha>
<Sha>226c103b56a979243f08032e6cddb4deb66ea54b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23364.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23360.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>60ea5b2eca5af06fc63b250f8669d2c70179b18c</Sha>
<Sha>226c103b56a979243f08032e6cddb4deb66ea54b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23364.2">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23360.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>60ea5b2eca5af06fc63b250f8669d2c70179b18c</Sha>
<Sha>226c103b56a979243f08032e6cddb4deb66ea54b</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Telemetry.Testing" Version="8.0.0-preview.7.23367.1">
<Uri>https://github.com/dotnet/extensions</Uri>

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

@ -156,11 +156,11 @@
<NuGetVersioningVersion>6.2.4</NuGetVersioningVersion>
<NuGetFrameworksVersion>6.2.4</NuGetFrameworksVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23364.2</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23364.2</MicrosoftDotNetBuildTasksTemplatingVersion>
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23364.2</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23360.1</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23360.1</MicrosoftDotNetBuildTasksTemplatingVersion>
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23360.1</MicrosoftDotNetRemoteExecutorVersion>
<!-- Packages from dotnet/source-link -->
<MicrosoftSourceLinkGitHubVersion>8.0.0-beta.23361.2</MicrosoftSourceLinkGitHubVersion>
<MicrosoftSourceLinkGitHubVersion>8.0.0-beta.23358.1</MicrosoftSourceLinkGitHubVersion>
<!-- Packages from dotnet/source-build-externals -->
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>8.0.0-alpha.1.23362.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
<!-- Packages from dotnet/source-build-reference-packages -->

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

@ -93,7 +93,7 @@ try {
}
'binskim' {
if ($targetDirectory) {
$tool.Args += "`"Target < $TargetDirectory\**`""
$tool.Args += "`"Target < $TargetDirectory`""
}
$tool.Args += $BinskimAdditionalRunConfigParams
}

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

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