-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
24 lines (24 loc) · 1.03 KB
/
Directory.Build.props
File metadata and controls
24 lines (24 loc) · 1.03 KB
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>
<Import Project="./build/sources.props" />
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.143" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/>
</ItemGroup>
<PropertyGroup>
<Copyright>Copyright 2019 Cornerstone Solutions Group, Inc.</Copyright>
<Authors>Justin R. Buchanan</Authors>
<Company>CSG</Company>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/csgsolutions/Csg.Data</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>false</IncludeSymbols>
<DebugSymbols>true</DebugSymbols>
<DebugType>embedded</DebugType>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/csgsolutions/Csg.Data</RepositoryUrl>
<Deterministic>false</Deterministic>
</PropertyGroup>
<ItemGroup>
<None Include="icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>