-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
16 lines (16 loc) · 750 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
16 lines (16 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project>
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NuGetAuditMode>all</NuGetAuditMode>
<RestoreEnablePackagePruning>true</RestoreEnablePackagePruning>
<Deterministic>true</Deterministic>
<ContinuousIntegrationBuild Condition="'$(CI)' == 'true' Or '$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
<RepositoryUrl>https://github.com/rodri-oliveira-dev/Dapper.TypedParameters</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Authors>Rodrigo de Oliveira</Authors>
<Copyright>Copyright (c) 2026 Rodrigo de Oliveira</Copyright>
</PropertyGroup>
</Project>