Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions eng/DotNetBuild.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<!-- When altering this file, include @dotnet/product-construction as a reviewer. -->
<Project>

<!-- TODO: Remove this file when fsharp upgrades to Arcade 10 -->
<PropertyGroup>
<GitHubRepositoryName>fsharp</GitHubRepositoryName>
<SourceBuildManagedOnly>true</SourceBuildManagedOnly>
<ReportPrebuiltUsage Condition="'$(DotNetBuildSourceOnly)' == 'true'">$(DotNetBuildOrchestrator)</ReportPrebuiltUsage>
<SetUpSourceBuildIntermediateNupkgCache>false</SetUpSourceBuildIntermediateNupkgCache>
<CreateIntermediatePackage>false</CreateIntermediatePackage>
</PropertyGroup>

<!--
Expand Down
33 changes: 0 additions & 33 deletions eng/SourceBuildPrebuiltBaseline.xml

This file was deleted.

21 changes: 2 additions & 19 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.25223.3">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>19eb5ea4e5f9c4e5256843a92805c8c9e942207d</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.13.25-preview-25214-09">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>7ad4e1c76585d0ed6e438da2d4f9394326934399</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.13.25">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>7ad4e1c76585d0ed6e438da2d4f9394326934399</Sha>
Expand Down Expand Up @@ -42,15 +31,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25225.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bfbc858ba868b60fffaf7b2150f1d2165b01e786</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25225.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25255.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bfbc858ba868b60fffaf7b2150f1d2165b01e786</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
<Sha>dba26274ff5a0906a1880443fc3c0466d1a298ae</Sha>
</Dependency>
<Dependency Name="optimization.windows_nt-x64.MIBC.Runtime" Version="1.0.0-prerelease.24462.2">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"perl": "5.38.2.2"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25225.6",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25255.3",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23255.2"
}
}