[main] Update dependencies from dotnet/arcade
This commit is contained in:
dotnet-maestro[bot] 2021-09-24 16:04:19 +00:00 коммит произвёл GitHub
Родитель 34b8b23c44
Коммит d189ce0608
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 6 удалений

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

@ -14,13 +14,13 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21472.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21473.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8b2142306838fb8e155e12c1d8a9f59c9c4cd73f</Sha>
<Sha>c7546c02b92d9d5cbad2345e15a5962253bf6560</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.21472.4">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.21473.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8b2142306838fb8e155e12c1d8a9f59c9c4cd73f</Sha>
<Sha>c7546c02b92d9d5cbad2345e15a5962253bf6560</Sha>
</Dependency>
<Dependency Name="Microsoft.FileFormats" Version="1.0.247001">
<Uri>https://github.com/dotnet/symstore</Uri>

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

@ -27,7 +27,7 @@
-->
<PropertyGroup Label="Automated">
<!-- dotnet/arcade references -->
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.21472.4</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.21473.1</MicrosoftDotNetXUnitExtensionsVersion>
<!-- dotnet/aspnetcore references -->
<VSRedistCommonAspNetCoreSharedFrameworkx6460Version>6.0.0-rtm.21474.1</VSRedistCommonAspNetCoreSharedFrameworkx6460Version>
<!-- dotnet/diagnostics references -->

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

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