Conversation
|
@nick-beer @pakdev is there anyone else using .NET right now mainly in ASW that can also chime in on this change? |
| <add key="automatic" value="True" /> | ||
| </packageRestore> | ||
| <packageSources> | ||
| <add key="NuGet" value="https://www.nuget.org/api/v2/" /> |
There was a problem hiding this comment.
NOTE: Removed this to avoid warning NU1507: There are 2 package sources defined in your configuration. When using central package management, please
map your package sources with package source mapping (https://aka.ms/nuget-package-source-mapping) or specify a single package source. The following sources are defined: NuGet, nuget.org
There was a problem hiding this comment.
I'm not sure I understand this change? I think it would be better to add a <clear /> here.
| <add key="automatic" value="True" /> | ||
| </packageRestore> | ||
| <packageSources> | ||
| <add key="NuGet" value="https://www.nuget.org/api/v2/" /> |
There was a problem hiding this comment.
I'm not sure I understand this change? I think it would be better to add a <clear /> here.
|
@yaqian256 The change was approved and the PR went in however, please address Nick's comment in nuget.config before I build a new export. |
addressed in #101 |
Justification
.NET 6 has reached its end of life, and the
actions/setup-dotnet@v1step used in the csharp-styleguide workflow no longer installs it. We need to update to .NET 8 to prevent build errors.Implementation
Testing
builds