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>0.0.1</AssemblyVersion>
|
||||
<FileVersion>0.0.1</FileVersion>
|
||||
<Product>apidemo</Product>
|
||||
<Description>ApiDemo module</Description>
|
||||
<Company>Summit</Company>
|
||||
<Copyright>Copyright 2025 by Summit</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