aboutsummaryrefslogtreecommitdiff
path: root/lib/Emails.Transactional.Plugin/src/Emails.Transactional.csproj
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-05-02 15:38:05 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-05-02 15:38:05 -0400
commit2090837aa7d97ce200f7ce6815ba74f31b8ecc08 (patch)
tree400e60c7af7a94279076935d9f7c9ddd229b1999 /lib/Emails.Transactional.Plugin/src/Emails.Transactional.csproj
parent4334ea94b64182d79b62421db2d1634880e257d9 (diff)
spring project cleanupHEADmaster
Diffstat (limited to 'lib/Emails.Transactional.Plugin/src/Emails.Transactional.csproj')
-rw-r--r--lib/Emails.Transactional.Plugin/src/Emails.Transactional.csproj8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/Emails.Transactional.Plugin/src/Emails.Transactional.csproj b/lib/Emails.Transactional.Plugin/src/Emails.Transactional.csproj
index 4ff7cc2..c9ac882 100644
--- a/lib/Emails.Transactional.Plugin/src/Emails.Transactional.csproj
+++ b/lib/Emails.Transactional.Plugin/src/Emails.Transactional.csproj
@@ -2,16 +2,18 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
+ <Nullable>enable</Nullable>
<RootNamespace>Emails.Transactional</RootNamespace>
<AssemblyName>Emails.Transactional</AssemblyName>
- <Nullable>enable</Nullable>
- <NeutralLanguage>en-US</NeutralLanguage>
-
<!-- Resolve nuget dll files and store them in the output dir -->
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
+ </PropertyGroup>
+
+ <PropertyGroup>
<Authors>Vaughn Nugent</Authors>
<Company>Vaughn Nugent</Company>
<Copyright>Copyright © 2024 Vaughn Nugent</Copyright>