Skip to content

Commit 5301ab2

Browse files
committed
update dotnet version
1 parent 0d64f62 commit 5301ab2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

NuGet.config

-2
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

+1-1
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>

0 commit comments

Comments
 (0)