diff --git a/NuGet.config b/NuGet.config index 4c4616c6a576..104875e9392b 100644 --- a/NuGet.config +++ b/NuGet.config @@ -18,15 +18,8 @@ - - - - - - - @@ -34,8 +27,6 @@ - - @@ -71,6 +62,7 @@ + @@ -87,7 +79,6 @@ - diff --git a/eng/pipelines/templates/variables/vmr-build.yml b/eng/pipelines/templates/variables/vmr-build.yml index fc2aeadb3999..b06695d9b260 100644 --- a/eng/pipelines/templates/variables/vmr-build.yml +++ b/eng/pipelines/templates/variables/vmr-build.yml @@ -6,7 +6,7 @@ variables: - name: centOSStreamContainer value: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9 - name: fedoraContainer - value: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-40 + value: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41 - name: ubuntuContainer value: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04 - name: ubuntuArmContainer @@ -19,7 +19,7 @@ variables: - name: centOSStreamName value: CentOSStream9 - name: fedoraName - value: Fedora40 + value: Fedora41 - name: ubuntuName value: Ubuntu2204 @@ -30,7 +30,7 @@ variables: - name: centOSStreamX64Rid value: centos.9-x64 - name: fedoraX64Rid - value: fedora.40-x64 + value: fedora.41-x64 - name: ubuntux64Rid value: ubuntu.22.04-x64 - name: ubuntuArm64Rid diff --git a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/OmniSharpTests.cs b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/OmniSharpTests.cs index a16be098b0b2..ff57040c5b37 100644 --- a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/OmniSharpTests.cs +++ b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/OmniSharpTests.cs @@ -19,7 +19,7 @@ namespace Microsoft.DotNet.SourceBuild.SmokeTests; public class OmniSharpTests : SdkTests { // Update version as new releases become available: https://github.com/OmniSharp/omnisharp-roslyn/releases - private const string OmniSharpReleaseVersion = "1.39.12"; + private const string OmniSharpReleaseVersion = "1.39.13"; private string OmniSharpDirectory { get; } = Path.Combine(Directory.GetCurrentDirectory(), nameof(OmniSharpTests));