summaryrefslogtreecommitdiff
path: root/RhSolutions.ML.Lib
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2025-02-26 08:28:13 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2025-02-26 08:28:13 +0300
commit76af4cb0a5ce5dd89ece402c69ee69c6b7146837 (patch)
tree7d03d11f5d0093b03943f67289575cb0b30347eb /RhSolutions.ML.Lib
parent2e55cda42e4009eacb36bd43f7401c6a3015b8a7 (diff)
Bump libraries
Diffstat (limited to 'RhSolutions.ML.Lib')
-rw-r--r--RhSolutions.ML.Lib/RhSolutions.ML.Lib.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/RhSolutions.ML.Lib/RhSolutions.ML.Lib.csproj b/RhSolutions.ML.Lib/RhSolutions.ML.Lib.csproj
index 928fc99..bee08a8 100644
--- a/RhSolutions.ML.Lib/RhSolutions.ML.Lib.csproj
+++ b/RhSolutions.ML.Lib/RhSolutions.ML.Lib.csproj
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net7.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.ML" Version="2.0.1" />
+ <PackageReference Include="Microsoft.ML" Version="4.0.2" />
</ItemGroup>
</Project>