forked from BlazorFluentUI/BlazorFluentUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
27 lines (25 loc) · 990 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
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Authors>Lee McPherson, Vincent Baaij, Lukas Frensel, Steven Rasmussen, Frank Strieder</Authors>
<Owners>BlazorFluentUI</Owners>
<Company>BlazorFluentUI</Company>
<RepositoryUrl>https://github.com/BlazorFluentUI/BlazorFluentUI</RepositoryUrl>
<PackageProjectUrl>https://github.com/BlazorFluentUI/BlazorFluentUI</PackageProjectUrl>
<Product>BlazorFluentUI</Product>
<Copyright>Copyright 2021</Copyright>
<PackageTags>Blazor;FluentUI;Fluent;components</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IsPackable>true</IsPackable>
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
<PackageOutputPath>../../packages</PackageOutputPath>
<Version>6.0.1</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>