File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,30 @@ Complies with the RFC 4122 standard. And has version 1-8 UUIDs implemented. exce
2929 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
3030 </PropertyGroup >
3131
32+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0|AnyCPU'" >
33+ <WarningLevel >7</WarningLevel >
34+ </PropertyGroup >
35+
36+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0|x64'" >
37+ <WarningLevel >7</WarningLevel >
38+ </PropertyGroup >
39+
40+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0|x86'" >
41+ <WarningLevel >7</WarningLevel >
42+ </PropertyGroup >
43+
44+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'" >
45+ <WarningLevel >7</WarningLevel >
46+ </PropertyGroup >
47+
48+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|x64'" >
49+ <WarningLevel >7</WarningLevel >
50+ </PropertyGroup >
51+
52+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|x86'" >
53+ <WarningLevel >7</WarningLevel >
54+ </PropertyGroup >
55+
3256 <ItemGroup >
3357 <None Include =" ..\LICENSE.txt" >
3458 <Pack >True</Pack >
You can’t perform that action at this time.
0 commit comments