-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Directory.Build.props
24 lines (21 loc) · 959 Bytes
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<PropertyGroup>
<Authors>ErikEJ</Authors>
<PackageProjectUrl>https://github.com/ErikEJ/EFCore.SqlServer.DateOnlyTimeOnly</PackageProjectUrl>
<PackageTags>EFCore;SQL Server;DateOnly;TimeOnly</PackageTags>
<Copyright>© 2023 ErikEJ. All rights reserved.</Copyright>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)keyfile.snk</AssemblyOriginatorKeyFile>
<Features>strict</Features>
<NoWarn>$(NoWarn);EF1001</NoWarn>
<LangVersion>latest</LangVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
</ItemGroup>
</Project>