NeuralNetwork2021/NeuralNetwork2021.csproj

9 lines
163 B
XML
Raw Normal View History

2022-01-06 14:43:03 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>