Initial Commit

This commit is contained in:
Sebastian Fischlmayr 2022-05-11 21:06:50 +02:00
commit 69a2ef0686
10 changed files with 209 additions and 0 deletions

14
RecipeRevamper.csproj Normal file
View file

@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>