diff options
Diffstat (limited to 'RhSolutions.ML.Lib/RhSolutions.ML.Lib.csproj')
-rw-r--r-- | RhSolutions.ML.Lib/RhSolutions.ML.Lib.csproj | 4 |
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> |