Initial commit

This commit is contained in:
2025-05-10 20:37:54 +02:00
commit 51e854364f
16 changed files with 438 additions and 0 deletions

20
build/Build.csproj Normal file
View File

@@ -0,0 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8</TargetFramework>
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
<AssemblyVersion>0.0.1</AssemblyVersion>
<FileVersion>0.0.1</FileVersion>
<Product>dnnconnect2025demo</Product>
<Description>DnnConnect2025Demo 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>