|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <Version>0.31.12</Version> |
5 | | - <TargetFramework>net7.0</TargetFramework> |
| 4 | + <Version>0.31.28</Version> |
| 5 | + <TargetFramework>net8.0</TargetFramework> |
6 | 6 | <ImplicitUsings>disable</ImplicitUsings> |
7 | 7 | <Nullable>disable</Nullable> |
8 | 8 | <PlatformTarget>x64</PlatformTarget> |
9 | 9 |
|
10 | 10 | <Title>OnnxStack.Core</Title> |
11 | | - <Company>Stackyard AI</Company> |
| 11 | + <Company>TensorStack</Company> |
12 | 12 | <Description> |
13 | | - OnnxRuntime Integration Library for .NET Core |
| 13 | + OnnxRuntime Integration Library for .NET |
14 | 14 |
|
15 | 15 | OnnxStack transforms machine learning in .NET, Seamlessly integrating with ONNX Runtime and Microsoft ML, this library empowers you to build, deploy, and execute machine learning models entirely within the .NET ecosystem. Bid farewell to Python dependencies and embrace a new era of intelligent applications tailored for .NET |
16 | 16 | </Description> |
17 | | - <Copyright>Stackyard AI - 2024</Copyright> |
18 | | - <RepositoryUrl>https://github.com/saddam213/OnnxStack</RepositoryUrl> |
| 17 | + <Copyright>TensorStack, Advanced Micro Devices - 2024</Copyright> |
| 18 | + <RepositoryUrl>https://github.com/TensorStack-AI/OnnxStack</RepositoryUrl> |
19 | 19 | <PackageTags>onnx;onnx-runtime;llm;stable-diffusion</PackageTags> |
20 | | - <Authors>sa_ddam213</Authors> |
| 20 | + <Authors>TensorStack, Advanced Micro Devices</Authors> |
21 | 21 | <PackageReadmeFile>README.md</PackageReadmeFile> |
22 | 22 | <PackageId>OnnxStack.Core</PackageId> |
23 | 23 | <Product>$(AssemblyName)</Product> |
|
38 | 38 |
|
39 | 39 | <ItemGroup> |
40 | 40 | <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" /> |
41 | | - <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" /> |
42 | 41 | <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" /> |
43 | | - <PackageReference Include="Microsoft.ML" Version="3.0.1" /> |
44 | 42 | <PackageReference Include="Microsoft.ML.OnnxRuntime.Extensions" Version="0.10.0" /> |
45 | 43 | <PackageReference Include="Microsoft.ML.OnnxRuntime.Managed" Version="1.18.0" /> |
46 | 44 | <PackageReference Include="SixLabors.ImageSharp" Version="3.1.4" /> |
47 | 45 | <PackageReference Include="System.Linq.Async" Version="6.0.1" /> |
| 46 | + <PackageReference Include="System.Numerics.Tensors" Version="8.0.0" /> |
48 | 47 | </ItemGroup> |
49 | 48 |
|
50 | 49 | <ItemGroup> |
|
0 commit comments