rename files

This commit is contained in:
Maxime Adler
2025-02-15 21:42:12 +01:00
parent 2ed5f80fb1
commit 7a87e3457b
72 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Content Remove="Files\GameIdeas.fr.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="Files\GameIdeas.fr.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
</ItemGroup>
</Project>