[main] Update dependencies from dotnet/arcade
This commit is contained in:
dotnet-maestro[bot] 2021-10-30 12:45:15 +00:00 коммит произвёл GitHub
Родитель 211592a5b6
Коммит e1023a6310
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 6 удалений

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

@ -18,13 +18,13 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>ae1a6cbe225b99c0bf38b7e31bf60cb653b73a52</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21528.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21529.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b6e8b5b2cc97d5c802dff2dcc5f527193a5d50fd</Sha>
<Sha>0558f85d950fee2838bf02b9ba1f20d67f00b504</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.21528.3">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.21529.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b6e8b5b2cc97d5c802dff2dcc5f527193a5d50fd</Sha>
<Sha>0558f85d950fee2838bf02b9ba1f20d67f00b504</Sha>
</Dependency>
<Dependency Name="Microsoft.FileFormats" Version="1.0.252801">
<Uri>https://github.com/dotnet/symstore</Uri>

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

@ -30,7 +30,7 @@
-->
<PropertyGroup Label="Automated">
<!-- dotnet/arcade references -->
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.21528.3</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.21529.1</MicrosoftDotNetXUnitExtensionsVersion>
<!-- dotnet/aspnetcore references -->
<MicrosoftAspNetCoreAppRuntimewinx64Version>6.0.0</MicrosoftAspNetCoreAppRuntimewinx64Version>
<VSRedistCommonAspNetCoreSharedFrameworkx6460Version>6.0.0-rtm.21526.8</VSRedistCommonAspNetCoreSharedFrameworkx6460Version>

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

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