Skip to content

Commit a5b1c1c

Browse files
committed
update dotnet version
1 parent 0d64f62 commit a5b1c1c

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

NuGet.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
66
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
77
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
8-
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
9-
<add key="CoreWCF_Dev" value="https://pkgs.dev.azure.com/dotnet/CoreWCF/_packaging/CoreWCF/nuget/v3/index.json" />
108
</packageSources>
119
<disabledPackageSources />
1210
</configuration>

eng/SendToHelix.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<Target Name="InstallDotNet">
2121
<ItemGroup>
22-
<AdditionalDotNetPackage Include="8.0.5">
22+
<AdditionalDotNetPackage Include="8.0.8">
2323
<PackageType>aspnetcore-runtime</PackageType>
2424
<Channel>Current</Channel>
2525
</AdditionalDotNetPackage>

src/System.Private.ServiceModel/tools/IISHostedWcfService/App_code/CoreWCF/BasicHttpsBinding.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44

55
#if NET
6-
76
using CoreWCF;
87
using CoreWCF.Channels;
98

src/System.Private.ServiceModel/tools/IISHostedWcfService/App_code/CoreWCF/NetHttpsBinding.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44

55
#if NET
6-
76
using CoreWCF;
87
using CoreWCF.Channels;
98

0 commit comments

Comments
 (0)