Skip to content

Commit

Permalink
update dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
afifi-ins committed Nov 15, 2024
1 parent 0d64f62 commit 0f85880
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="CoreWCF_Dev" value="https://pkgs.dev.azure.com/dotnet/CoreWCF/_packaging/CoreWCF/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources />
</configuration>
2 changes: 1 addition & 1 deletion eng/SendToHelix.proj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<Target Name="InstallDotNet">
<ItemGroup>
<AdditionalDotNetPackage Include="8.0.5">
<AdditionalDotNetPackage Include="8.0.8">
<PackageType>aspnetcore-runtime</PackageType>
<Channel>Current</Channel>
</AdditionalDotNetPackage>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ public static class CurrentOperatingSystem
/// Returns true if current OS matches OSPlatform
/// </summary>
/// <param name="os">OS Platform to check for</param>
public static bool IsOSPlatform(OSPlatform osPlatform) =>
RuntimeInformation.IsOSPlatform(osPlatform);
public static bool IsOSPlatform(OSPlatform osPlatform) => RuntimeInformation.IsOSPlatform(osPlatform);
}

public static X509Store GetX509Store(StoreName storeName, StoreLocation storeLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// See the LICENSE file in the project root for more information.

#if NET

using CoreWCF;
using CoreWCF.Channels;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// See the LICENSE file in the project root for more information.

#if NET

using CoreWCF;
using CoreWCF.Channels;

Expand Down

0 comments on commit 0f85880

Please sign in to comment.