Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 7032849

Browse files
committed
Update to .NET 8.0
1 parent 8927bb4 commit 7032849

File tree

6 files changed

+32
-35
lines changed

6 files changed

+32
-35
lines changed

OnnxStack.Console/OnnxStack.Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>disable</Nullable>
88
<PlatformTarget>x64</PlatformTarget>

OnnxStack.Core/OnnxStack.Core.csproj

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.31.12</Version>
5-
<TargetFramework>net7.0</TargetFramework>
4+
<Version>0.31.28</Version>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
88
<PlatformTarget>x64</PlatformTarget>
99

1010
<Title>OnnxStack.Core</Title>
11-
<Company>Stackyard AI</Company>
11+
<Company>TensorStack</Company>
1212
<Description>
13-
OnnxRuntime Integration Library for .NET Core
13+
OnnxRuntime Integration Library for .NET
1414

1515
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
1616
</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>
1919
<PackageTags>onnx;onnx-runtime;llm;stable-diffusion</PackageTags>
20-
<Authors>sa_ddam213</Authors>
20+
<Authors>TensorStack, Advanced Micro Devices</Authors>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
2222
<PackageId>OnnxStack.Core</PackageId>
2323
<Product>$(AssemblyName)</Product>
@@ -38,13 +38,12 @@
3838

3939
<ItemGroup>
4040
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
41-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
4241
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
43-
<PackageReference Include="Microsoft.ML" Version="3.0.1" />
4442
<PackageReference Include="Microsoft.ML.OnnxRuntime.Extensions" Version="0.10.0" />
4543
<PackageReference Include="Microsoft.ML.OnnxRuntime.Managed" Version="1.18.0" />
4644
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.4" />
4745
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
46+
<PackageReference Include="System.Numerics.Tensors" Version="8.0.0" />
4847
</ItemGroup>
4948

5049
<ItemGroup>

OnnxStack.FeatureExtractor/OnnxStack.FeatureExtractor.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.31.0</Version>
5-
<TargetFramework>net7.0</TargetFramework>
4+
<Version>0.31.11</Version>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
88
<PlatformTarget>x64</PlatformTarget>
99

1010
<Title>OnnxStack.FeatureExtractor</Title>
11-
<Company>Stackyard AI</Company>
11+
<Company>TensorStack</Company>
1212
<Description>
13-
OnnxRuntime Image Feature Extractor Library for .NET Core
13+
OnnxRuntime Image Feature Extractor Library for .NET
1414
</Description>
15-
<Copyright>Stackyard AI - 2024</Copyright>
16-
<RepositoryUrl>https://github.com/saddam213/OnnxStack</RepositoryUrl>
15+
<Copyright>TensorStack, Advanced Micro Devices - 2024</Copyright>
16+
<RepositoryUrl>https://github.com/TensorStack-AI/OnnxStack</RepositoryUrl>
1717
<PackageTags>onnx;onnx-runtime;</PackageTags>
18-
<Authors>sa_ddam213</Authors>
18+
<Authors>TensorStack, Advanced Micro Devices</Authors>
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
2020
<PackageId>OnnxStack.FeatureExtractor</PackageId>
2121
<Product>$(AssemblyName)</Product>

OnnxStack.ImageUpscaler/OnnxStack.ImageUpscaler.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.31.0</Version>
5-
<TargetFramework>net7.0</TargetFramework>
4+
<Version>0.31.11</Version>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
88
<PlatformTarget>x64</PlatformTarget>
99

1010
<Title>OnnxStack.ImageUpscaler</Title>
11-
<Company>Stackyard AI</Company>
11+
<Company>TensorStack</Company>
1212
<Description>
13-
OnnxRuntime Image Upscale Library for .NET Core
13+
OnnxRuntime Image Upscale Library for .NET
1414
</Description>
15-
<Copyright>Stackyard AI - 2024</Copyright>
16-
<RepositoryUrl>https://github.com/saddam213/OnnxStack</RepositoryUrl>
15+
<Copyright>TensorStack, Advanced Micro Devices - 2024</Copyright>
16+
<RepositoryUrl>https://github.com/TensorStack-AI/OnnxStack</RepositoryUrl>
1717
<PackageTags>onnx;onnx-runtime;upscale</PackageTags>
18-
<Authors>sa_ddam213</Authors>
18+
<Authors>TensorStack, Advanced Micro Devices</Authors>
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
2020
<PackageId>OnnxStack.ImageUpscaler</PackageId>
2121
<Product>$(AssemblyName)</Product>

OnnxStack.StableDiffusion/OnnxStack.StableDiffusion.csproj

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.31.16</Version>
5-
<TargetFramework>net7.0</TargetFramework>
4+
<Version>0.31.29</Version>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
88
<PlatformTarget>x64</PlatformTarget>
99

1010
<Title>OnnxStack.StableDiffusion</Title>
11-
<Company>Stackyard AI</Company>
11+
<Company>TensorStack</Company>
1212
<Description>
13-
Stable Diffusion Integration Library for .NET Core
14-
15-
This repository harnesses the capabilities of both ONNX Runtime and Microsoft ML, offering a comprehensive solution that empowers developers to build, deploy, and execute machine learning models seamlessly in .NET environments, unlocking a world of possibilities for intelligent applications.
13+
Stable Diffusion Library for .NET
1614
</Description>
17-
<Copyright>Stackyard AI - 2023</Copyright>
18-
<RepositoryUrl>https://github.com/saddam213/OnnxStack</RepositoryUrl>
15+
<Copyright>TensorStack, Advanced Micro Devices - 2024</Copyright>
16+
<RepositoryUrl>https://github.com/TensorStack-AI/OnnxStack</RepositoryUrl>
1917
<PackageTags>onnx;onnx-runtime;llm;stable-diffusion</PackageTags>
20-
<Authors>sa_ddam213</Authors>
18+
<Authors>TensorStack, Advanced Micro Devices</Authors>
2119
<PackageReadmeFile>README.md</PackageReadmeFile>
2220
<PackageId>OnnxStack.StableDiffusion</PackageId>
2321
<Product>$(AssemblyName)</Product>
2422
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2523
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
2624
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
2725
<PackageIcon>OnnxStack - 128x128.png</PackageIcon>
28-
<Configurations>Debug;Release</Configurations>
26+
<Configurations>Debug;Release</Configurations>
2927
<Platforms>x64</Platforms>
3028
<Configurations>Debug;Release</Configurations>
3129
</PropertyGroup>

OnnxStack.UI/OnnxStack.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Version>0.31.0</Version>
55
<OutputType>WinExe</OutputType>
6-
<TargetFramework>net7.0-windows</TargetFramework>
6+
<TargetFramework>net8.0-windows</TargetFramework>
77
<Nullable>disable</Nullable>
88
<UseWPF>true</UseWPF>
99
<UseWindowsForms>true</UseWindowsForms>

0 commit comments

Comments
 (0)