-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
24 lines (21 loc) · 949 Bytes
/
Directory.Build.props
File metadata and controls
24 lines (21 loc) · 949 Bytes
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>AppCore .NET Contributors</Authors>
<Company>The AppCore .NET project</Company>
<Product>AppCore .NET Project Template</Product>
<Copyright>Copyright (c) 2018-2020 the AppCore .NET project</Copyright>
<Version>1.0.0</Version>
<PackageLicenseUrl>https://github.com/AppCoreNet/Template/blob/dev/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/AppCoreNet/Template</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<LangVersion>latest</LangVersion>
<!--
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreLockedMode Condition="'$(CI)' == 'true'">true</RestoreLockedMode>
-->
</PropertyGroup>
<Import Project="./build/shared/dotnet/common.props" />
<Import Project="./build/shared/dotnet/netfx.props" />
<Import Project="./build/sources.props" />
<Import Project="./build/dependency-versions.props" />
</Project>