- Add Cake build project - Change to CPM - Package bumps for security bumps - Reorganise solution structure to group harness projects
13 lines
No EOL
485 B
XML
13 lines
No EOL
485 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Cake.Frosting"/>
|
|
<PackageReference Include="Cake.Powershell"/>
|
|
<PackageReference Include="System.IO.Packaging" />
|
|
<PackageReference Include="System.Security.Cryptography.Xml" />
|
|
</ItemGroup>
|
|
</Project> |