Projekt

Obecné

Profil

Stáhnout (257 Bajtů) Statistiky
| Větev: | Tag: | Revize:
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>