🔨 réation d'une projet debibliothèque de classeC# pour la solution

pull/35/head
Rémi LAVERGNE 1 year ago
parent ac99c06210
commit 6baa575e48
No known key found for this signature in database
GPG Key ID: CA264B55E97FD220

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
Loading…
Cancel
Save