Add project files.

This commit is contained in:
2024-04-25 22:54:21 +02:00
parent 6275e70247
commit 81d129713e
8 changed files with 244 additions and 0 deletions

View File

@ -0,0 +1,7 @@
namespace PostmanCloneLibrary
{
public class Class1
{
}
}

View File

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