Skip to content

Commit f24cfbc

Browse files
author
Mirroring
committed
Merge commit '049799c39d766c58ef6388865d5f5ed273b6a75e'
2 parents 147e939 + 049799c commit f24cfbc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/SourceBuild/content/eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<ProductDependencies>
33
</ProductDependencies>
44
<ToolsetDependencies>
5-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24516.2">
5+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24572.2">
66
<Uri>https://github.com/dotnet/arcade</Uri>
7-
<Sha>3c393bbd85ae16ddddba20d0b75035b0c6f1a52d</Sha>
7+
<Sha>b41381d5cd633471265e9cd72e933a7048e03062</Sha>
88
</Dependency>
99
</ToolsetDependencies>
1010
</Dependencies>

src/SourceBuild/content/eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
of a .NET major or minor release, prebuilts may be needed. When the release is mature, prebuilts
2424
are not necessary, and this property is removed from the file.
2525
-->
26-
<PrivateSourceBuiltSdkVersion>9.0.101</PrivateSourceBuiltSdkVersion>
27-
<PrivateSourceBuiltArtifactsVersion>9.0.101-servicing.24575.1</PrivateSourceBuiltArtifactsVersion>
26+
<PrivateSourceBuiltSdkVersion>9.0.102</PrivateSourceBuiltSdkVersion>
27+
<PrivateSourceBuiltArtifactsVersion>9.0.102-servicing.24611.1</PrivateSourceBuiltArtifactsVersion>
2828
<!-- command-line-api dependencies -->
2929
<SystemCommandLineVersion>2.0.0-beta4.24126.1</SystemCommandLineVersion>
3030
<!-- msbuild dependencies -->

src/SourceBuild/content/global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.101"
3+
"dotnet": "9.0.102"
44
},
55
"msbuild-sdks": {
66
"Microsoft.Build.NoTargets": "3.7.0",
77
"Microsoft.Build.Traversal": "3.4.0",
8-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24516.2"
8+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24572.2"
99
}
1010
}

src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/OmniSharpTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Microsoft.DotNet.SourceBuild.SmokeTests;
2020
public class OmniSharpTests : SdkTests
2121
{
2222
// Update version as new releases become available: https://github.com/OmniSharp/omnisharp-roslyn/releases
23-
private const string OmniSharpReleaseVersion = "1.39.12";
23+
private const string OmniSharpReleaseVersion = "1.39.13";
2424

2525
private string OmniSharpDirectory { get; } = Path.Combine(Directory.GetCurrentDirectory(), nameof(OmniSharpTests));
2626

0 commit comments

Comments
 (0)