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

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

@ -14,13 +14,13 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21518.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21518.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c5a300999a6ab2792108190118280da36fb1991e</Sha>
<Sha>a329c7a820c01e420d35e547d5f3dedf0b5c11f9</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.21518.1">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.21518.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c5a300999a6ab2792108190118280da36fb1991e</Sha>
<Sha>a329c7a820c01e420d35e547d5f3dedf0b5c11f9</Sha>
</Dependency>
<Dependency Name="Microsoft.FileFormats" Version="1.0.250401">
<Uri>https://github.com/dotnet/symstore</Uri>

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

@ -30,7 +30,7 @@
-->
<PropertyGroup Label="Automated">
<!-- dotnet/arcade references -->
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.21518.1</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.21518.6</MicrosoftDotNetXUnitExtensionsVersion>
<!-- dotnet/aspnetcore references -->
<VSRedistCommonAspNetCoreSharedFrameworkx6460Version>6.0.0-rtm.21518.20</VSRedistCommonAspNetCoreSharedFrameworkx6460Version>
<!-- dotnet/diagnostics references -->

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

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