-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCoreSharp.ContentToolsJs.Editor.csproj
More file actions
36 lines (28 loc) · 1.15 KB
/
CoreSharp.ContentToolsJs.Editor.csproj
File metadata and controls
36 lines (28 loc) · 1.15 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
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Tananut Songsiriwith</Authors>
<Company>Nancom Company Limited</Company>
<Product>CoreSharp.ContentToolsJs.Editor</Product>
<Copyright>Tananut Songsiriwith</Copyright>
<PackageReleaseNotes>WYSIWYG Editor for Blazor applications - Uses ContentTools (https://getcontenttools.com/) more detail comming soon</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/nantcom/Blazor.ContentToolsJs.Editor</PackageProjectUrl>
</PropertyGroup>
<ItemGroup>
<Content Remove="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="wwwroot\default.css" />
</ItemGroup>
<ItemGroup>
<None Include="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.3" />
<PackageReference Include="NUglify" Version="1.13.2" />
</ItemGroup>
</Project>