[main] Update dependencies from dotnet/arcade
This commit is contained in:
dotnet-maestro[bot] 2021-12-21 14:01:40 +00:00 коммит произвёл GitHub
Родитель 5cb0a7b0fe
Коммит 7dd5031a56
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 6 удалений

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

@ -34,13 +34,13 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>2d82d2cc6338b6e720da3d7cd77df680c0bdbf5f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21620.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21620.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>dd29c2fbe093e4e76e7227bbc01c34ecceb9a4d4</Sha>
<Sha>2af5dda2d48417982a6b90bf28e8b9a9b57f5ad4</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.21620.1">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.21620.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>dd29c2fbe093e4e76e7227bbc01c34ecceb9a4d4</Sha>
<Sha>2af5dda2d48417982a6b90bf28e8b9a9b57f5ad4</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>

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

@ -30,7 +30,7 @@
-->
<PropertyGroup Label="Automated">
<!-- dotnet/arcade references -->
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.21620.1</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.21620.2</MicrosoftDotNetXUnitExtensionsVersion>
<!-- dotnet/aspnetcore references -->
<MicrosoftAspNetCoreAppRuntimewinx64Version>6.0.2</MicrosoftAspNetCoreAppRuntimewinx64Version>
<VSRedistCommonAspNetCoreSharedFrameworkx6460Version>6.0.2-servicing.21616.6</VSRedistCommonAspNetCoreSharedFrameworkx6460Version>

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

@ -16,6 +16,6 @@
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "2.0.1",
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21620.1"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21620.2"
}
}