LevelInputProvider/LevelInputUpdateRunner/LevelInputUpdateRunner.csproj
Simon Diesenreiter 8cb14caff1
Some checks failed
CI / tests_linux (9.0.X, ubuntu-latest) (push) Blocked by required conditions
CI / linter (9.0.X, ubuntu-latest) (push) Has been cancelled
SonarQube Scan / SonarQube Trigger (push) Has been cancelled
ci: add initial implementation of update runner action, ref: A24-10
2024-12-03 13:25:53 +01:00

16 lines
399 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="AoCAPI" Version="2.3.0" />
</ItemGroup>
</Project>