1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 01:50:53 +09:00

Update dependencies from https://github.com/dotnet/sdk build 20240916.7 (#107885)

Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.ApiCompat.Task
 From Version 9.0.100-rc.1.24409.1 -> To Version 9.0.100-rc.2.24466.7

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-09-16 17:09:44 -06:00 committed by GitHub
parent 6932f10d51
commit 9c84f600f4
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -382,14 +382,14 @@
<Sha>df4ae6b81013ac45367372176b9c3135a35a7e3c</Sha> <Sha>df4ae6b81013ac45367372176b9c3135a35a7e3c</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" /> <SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-rc.1.24409.1"> <Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-rc.2.24466.7">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>43360291a50c9c7c471551f8f8363919d38014ea</Sha> <Sha>fb54cfdd13f5f5f6c3228208ee5927a147642291</Sha>
</Dependency> </Dependency>
<!-- Intermediate is necessary for source build. --> <!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.sdk" Version="9.0.100-rc.1.24409.1"> <Dependency Name="Microsoft.SourceBuild.Intermediate.sdk" Version="9.0.100-rc.2.24466.7">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>43360291a50c9c7c471551f8f8363919d38014ea</Sha> <Sha>fb54cfdd13f5f5f6c3228208ee5927a147642291</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" /> <SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency> </Dependency>
<Dependency Name="optimization.windows_nt-arm64.MIBC.Runtime" Version="1.0.0-prerelease.24409.2"> <Dependency Name="optimization.windows_nt-arm64.MIBC.Runtime" Version="1.0.0-prerelease.24409.2">

View file

@ -81,7 +81,7 @@
<PropertyGroup> <PropertyGroup>
<StaticCsVersion>0.2.0</StaticCsVersion> <StaticCsVersion>0.2.0</StaticCsVersion>
<!-- SDK dependencies (also used in wasm build tests --> <!-- SDK dependencies (also used in wasm build tests -->
<MicrosoftDotNetApiCompatTaskVersion>9.0.100-rc.1.24409.1</MicrosoftDotNetApiCompatTaskVersion> <MicrosoftDotNetApiCompatTaskVersion>9.0.100-rc.2.24466.7</MicrosoftDotNetApiCompatTaskVersion>
<!-- Arcade dependencies --> <!-- Arcade dependencies -->
<MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.24459.6</MicrosoftDotNetBuildTasksFeedVersion> <MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.24459.6</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetCodeAnalysisVersion>9.0.0-beta.24459.6</MicrosoftDotNetCodeAnalysisVersion> <MicrosoftDotNetCodeAnalysisVersion>9.0.0-beta.24459.6</MicrosoftDotNetCodeAnalysisVersion>