Создан проект Intersvyaz.Net.

This commit is contained in:
mikhail "synzr" 2025-11-18 23:11:40 +05:00
parent f3ff765d49
commit cb36edfd2e
3 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,8 @@
using System;
namespace Intersvyaz.Net
{
public class Class1
{
}
}

View file

@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
</PropertyGroup>
</Project>