Rename project namespace

This commit is contained in:
Guilherme Werner 2025-07-04 13:52:48 -03:00
parent 8efcd46e62
commit 79236af76b
24 changed files with 27 additions and 27 deletions

View file

@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="dotenv.net" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ProxmoxSharp\ProxmoxSharp.csproj" />
</ItemGroup>
</Project>