-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMbSoftLab.TemplateEngine.Core.Razor.csproj
More file actions
42 lines (38 loc) · 1.7 KB
/
MbSoftLab.TemplateEngine.Core.Razor.csproj
File metadata and controls
42 lines (38 loc) · 1.7 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<FileVersion>1.1.1.0</FileVersion>
<Version>1.1.1</Version>
<PackageVersion>1.1.1</PackageVersion>
<Description>Razor-enabled extension for MbSoftLab.TemplateEngine.Core providing RazorTemplateEngine.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>Template Engine Razor RazorEngineCore Html</PackageTags>
<PackageId>MbSoftLab.TemplateEngine.Core.Razor</PackageId>
<Company>MbSoftLab</Company>
<Authors>MbSoftLab</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>© 2021 - 2025 MbSoftLab</Copyright>
<PackageIcon>MbSoftLabLogo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/mbsoftlab/MbSoftLab.TemplateEngine.Core</PackageProjectUrl>
<RepositoryUrl>https://github.com/mbsoftlab/MbSoftLab.TemplateEngine.Core</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<DocumentationFile>Documentation.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="RazorEngineCore" Version="2020.10.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../MbSoftLab.TemplateEngine.Core/MbSoftLab.TemplateEngine.Core.csproj" />
<None Include="../MbSoftLab.TemplateEngine.Core/MbSoftLabLogo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>