/
shask-it-class_138
/
linear_algorithms-R3rthompson
Обзор
Документация
Войти
/
shask-it-class_138
/
linear_algorithms-R3rthompson
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Work
linear_algorithms.csproj
10 строк
242 B
Anton Yuzhakov
Добавьте файлы проекта.
11 сен 2024, 18:47
11 сен 2024, 18:47
d1c4094
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> </Project>