mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-01-07 14:29:30 +01:00
16 lines
403 B
XML
16 lines
403 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="CsvHelper" Version="33.1.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|