aswi2021tri-musketyri-gitlab/Server/ServerApp/ServerApp.csproj @ 29a3f064
1 | 5e6dbc33 | Roman Kalivoda | <Project Sdk="Microsoft.NET.Sdk"> |
---|---|---|---|
2 | |||
3 | 3811845f | Alex Konig | <PropertyGroup> |
4 | <OutputType>Exe</OutputType> |
||
5 | 5e6dbc33 | Roman Kalivoda | <TargetFramework>net5.0</TargetFramework> |
6 | 3811845f | Alex Konig | </PropertyGroup> |
7 | 5e6dbc33 | Roman Kalivoda | |
8 | cdf3c217 | A-Konig | <ItemGroup> |
9 | 5e6dbc33 | Roman Kalivoda | <PackageReference Include="Microsoft.ML" Version="1.5.5" /> |
10 | cdf3c217 | A-Konig | </ItemGroup> |
11 | 5e6dbc33 | Roman Kalivoda | |
12 | </Project> |