Skip to content

Commit

Permalink
Enable invariant globalization
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel2215 committed Nov 17, 2024
1 parent 23da767 commit bcc169e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/ChatAIze.PerfectEmail.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<InvariantGlobalization>true</InvariantGlobalization>
<Description>
An easy-to-use, high-performance email validator for C# .NET 9.0 with custom attribute and
disposable domain detection.
Expand Down Expand Up @@ -65,13 +66,7 @@
</PackageTags>
</PropertyGroup>
<ItemGroup>
<None
Include="icon.png"
Pack="true"
PackagePath="\" />
<None
Include="../README.md"
Pack="true"
PackagePath="" />
<None Include="icon.png" Pack="true" PackagePath="\" />
<None Include="../README.md" Pack="true" PackagePath="" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions test/ChatAIze.PerfectEmail.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<InvariantGlobalization>true</InvariantGlobalization>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<Description>Test project for Perfect Email library.</Description>
Expand Down

0 comments on commit bcc169e

Please sign in to comment.