Rename onlinefix-out.csproj to src/online-fix-importer/onlinefix-out.csproj

This commit is contained in:
kqnori
2026-06-28 20:03:59 +02:00
committed by GitHub
parent 21c6120b1f
commit 45e12f54fa
@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>onlinefix_out</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
</Project>