Skip to content

Commit 867af90

Browse files
committed
Updating project
1 parent 7ef5a8a commit 867af90

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Library/DaanV2.UUID.Net.csproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)