Archived
Private
Public Access
1
0

Finished DependencyInjector

This commit is contained in:
2023-05-22 17:24:56 +02:00
commit 8c0d15398e
69 changed files with 788 additions and 0 deletions

View File

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