Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions src/Templates/Bix.Templates.fsproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!-- General info -->
<Description>dotnet new templates of Bix, feel free to contribute and improve if necessary</Description>
<Copyright>Copyright 2020 Angel D. Munoz</Copyright>
<Authors>Angel Munoz</Authors>

<!-- Build config -->
<TargetFramework>net6.0</TargetFramework>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>

<!-- NuGet config -->
<PackageType>Template</PackageType>
<PackageId>Bix.Templates</PackageId>
<PackageVersion>1.0.0-beta-001</PackageVersion>
<PackageTags>bix;web;app;dotnet;new;template;F#;fable;deno;bun;cloudflare;worker</PackageTags>
</PropertyGroup>

<ItemGroup>
<Content Include="templates\**\*" Exclude="templates\**\bin\**;templates\**\obj\**" />
<Compile Remove="**\*" />
</ItemGroup>

</Project>
Loading