This commit is contained in:
h z
2025-03-09 11:51:30 +00:00
commit ee95ce38c1
8 changed files with 93 additions and 0 deletions

13
Alchegos.Developer.csproj Normal file
View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Worker">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>dotnet-Alchegos.Developer-5cea2de1-4604-457a-91af-77f34a876606</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2"/>
</ItemGroup>
</Project>