-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathShellUI.Core.csproj
More file actions
22 lines (19 loc) · 830 Bytes
/
ShellUI.Core.csproj
File metadata and controls
22 lines (19 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<!-- NuGet Package Metadata -->
<PackageId>ShellUI.Core</PackageId>
<Authors>ShellUI</Authors>
<Company>ShellUI</Company>
<Product>ShellUI</Product>
<Description>Core models and interfaces for ShellUI component library.</Description>
<PackageProjectUrl>https://github.com/shellui-dev/shellui</PackageProjectUrl>
<RepositoryUrl>https://github.com/shellui-dev/shellui</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>blazor;components;ui;shellui;core</PackageTags>
<IsPackable>false</IsPackable>
</PropertyGroup>
</Project>