Skip to content
Snippets Groups Projects

New: Create a Api Client Script

Merged Benedikt Heinrichs requested to merge x/setup into main
10 files
+ 645
0
Compare changes
  • Side-by-side
  • Inline

Files

+ 13
0
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<AssemblyName>Coscine.CodeGen</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Coscine.Configuration" Version="1.6.0" />
</ItemGroup>
</Project>
Loading