File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 15
15
<CodeAnalysisTreatWarningsAsErrors >false</CodeAnalysisTreatWarningsAsErrors >
16
16
<EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
17
17
<LangVersion >preview</LangVersion >
18
- <NoWarn >$(NoWarn);NU1507;NU5105;CS1591</NoWarn >
18
+ <NoWarn >$(NoWarn);NU1507;NU5105;CS1591;NU1608 </NoWarn >
19
19
<GenerateDocumentationFile >true</GenerateDocumentationFile >
20
20
<RestoreSources >
21
21
https://api.nuget.org/v3/index.json;
Original file line number Diff line number Diff line change 13
13
<PackageVersion Include =" Microsoft.Build.Framework" Version =" 17.8.3" />
14
14
<PackageVersion Include =" Microsoft.Build.Locator" Version =" 1.6.10" />
15
15
<PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.8.0" />
16
+ <PackageVersion Include =" Microsoft.CodeAnalysis.Common" Version =" 4.8.0" />
16
17
<PackageVersion Include =" Microsoft.Extensions.DependencyModel" Version =" 8.0.0" />
17
18
<PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.0" />
18
19
<PackageVersion Include =" Microsoft.Extensions.FileSystemGlobbing" Version =" 8.0.0" />
39
40
<!-- For test issue 809 https://github.com/coverlet-coverage/coverlet/issues/809-->
40
41
<PackageVersion Include =" LinqKit.Microsoft.EntityFrameworkCore" Version =" 7.1.4" />
41
42
<PackageVersion Include =" System.CommandLine" Version =" 2.0.0-beta4.24209.3" />
42
- <!-- <PackageVersion Include="System.CommandLine.Hosting" Version="0.4.0-alpha.24209.3" />
43
- <PackageVersion Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.24209.3" />-->
43
+ <PackageVersion Include =" System.CommandLine.Generator" Version =" 2.0.0-beta4.23307.1" />
44
44
<!-- To test issue 1104 https://github.com/coverlet-coverage/coverlet/issues/1104-->
45
45
<PackageVersion Include =" System.Collections.Immutable" Version =" 8.0.0" />
46
46
<PackageVersion Include =" System.Configuration.ConfigurationManager" Version =" 8.0.0" />
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8.0.101 "
3
+ "version" : " 8.0.300 "
4
4
}
5
5
}
Original file line number Diff line number Diff line change 22
22
<PackageLicenseExpression >MIT</PackageLicenseExpression >
23
23
<RepositoryType >git</RepositoryType >
24
24
</PropertyGroup >
25
-
25
+
26
26
<ItemGroup >
27
27
<PackageReference Include =" System.CommandLine" />
28
+ <PackageReference Include =" System.CommandLine.Generator" />
29
+ <!-- <PackageReference Include="Microsoft.CodeAnalysis.Common" />-->
28
30
</ItemGroup >
29
31
30
32
<ItemGroup >
You can’t perform that action at this time.
0 commit comments