2023-02-20 18:33:02 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Cake.Powershell" Version="2.0.0" />
|
2023-02-20 21:20:52 +08:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
|
2023-02-20 18:33:02 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|