Initial commit
This commit is contained in:
20
build/Build.csproj
Normal file
20
build/Build.csproj
Normal file
@@ -0,0 +1,20 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8</TargetFramework>
|
||||
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
|
||||
<AssemblyVersion>1.0.2</AssemblyVersion>
|
||||
<FileVersion>1.0.2</FileVersion>
|
||||
<Product>inmemoriam</Product>
|
||||
<Description>In Memoriam module</Description>
|
||||
<Company>Bring2mind</Company>
|
||||
<Copyright>Copyright 2025 by Bring2mind</Copyright>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Cake.FileHelpers" Version="5.0.0" />
|
||||
<PackageReference Include="Cake.Frosting" Version="2.0.0" />
|
||||
<PackageReference Include="Cake.Npm" Version="1.0.0" />
|
||||
<PackageReference Include="Dnn.CakeUtils" Version="2.0.0" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user