forked from hypar-io/Elements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
19 lines (19 loc) · 926 Bytes
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<PropertyGroup>
<Authors>Hypar, Inc.</Authors>
<Company>Hypar, Inc.</Company>
<Copyright>Hypar, Inc. 2020</Copyright>
<RepositoryType>git</RepositoryType>
<PackageTags>AEC, Architecture, Structure, Engineering</PackageTags>
<TargetFramework>net6.0</TargetFramework>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageOutputPath>$(SolutionDir)nupkg</PackageOutputPath>
<PackageProjectUrl>https://github.com/hypar-io/CLI</PackageProjectUrl>
<RepositoryUrl>https://github.com/hypar-io/CLI</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>$(Version)</Version>
<PackageOutputPath>../../nupkg</PackageOutputPath>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
</Project>