-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
48 lines (39 loc) · 1.45 KB
/
Directory.Build.props
File metadata and controls
48 lines (39 loc) · 1.45 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<Project>
<Import Project="..\Directory.Build.props" />
<Import Project=".\Frameworks.props" />
<Import Project=".\Logo.props" />
<Import Project=".\SourceLink.targets" />
<PropertyGroup>
<Version>10.0.0</Version>
</PropertyGroup>
<PropertyGroup>
<IsPackable>true</IsPackable>
<RootNamespace>BootstrapBlazor.Components</RootNamespace>
<RepositoryUrl>https://github.com/BootstrapBlazor/BootstrapBlazor.Extensions?wt.mc_id=DT-MVP-5004174</RepositoryUrl>
<PackageProjectUrl>https://www.blazor.zone</PackageProjectUrl>
<RepositoryType>github</RepositoryType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<DocumentationFile>$(MSBuildProjectName).xml</DocumentationFile>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageReleaseNotes>https://github.com/BootstrapBlazor/BootstrapBlazor.Extensions/releases?wt.mc_id=DT-MVP-5004174</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<BBVersion>10.0.0</BBVersion>
</PropertyGroup>
<PropertyGroup>
<NET6Version>6.0.*</NET6Version>
<NET7Version>7.0.*</NET7Version>
<NET8Version>8.0.*</NET8Version>
<NET9Version>9.0.*</NET9Version>
<NET10Version>10.0.*</NET10Version>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
<ItemGroup>
<None Include="readme.md" Pack="true" PackagePath="" />
</ItemGroup>
<PropertyGroup>
<NoWarn>CS8002</NoWarn>
</PropertyGroup>
</Project>