commandlineparser / commandlineparser/commandline
Target newer .NET versions
- 主要语言
- C#
- 星标
- 4.8k
- 派生
- 478
- PR 合并指标
- 30 天内没有已合并 PR
描述
It would be nice to support newer TargetFrameworks. Using it in a netcoreapp3.1 project causes a bunch of
```
warning MSB3277: Found conflicts between different versions of "Microsoft.Win32.Registry" that could not be resolved.
```
Project file:
```
Exe
netcoreapp3.1
```
See also https://github.com/FluentValidation/FluentValidation/issues/638.
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先,使用提供的 netcoreapp3.1 项目文件重现 MSB3277 警告,并检查其对 Microsoft.Build、Microsoft.Build.Framework、Microsoft.Build.Locator 和 Microsoft.Build.Utilities.Core 的引用。完成的标准是项目能够面向更新的 .NET framework,而不会出现所报告的 Microsoft.Win32.Registry 冲突。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp
- 领域
- cli
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100