Skip to content

Commit

Permalink
Update to .NET 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saddam213 committed Jun 12, 2024
1 parent 8927bb4 commit 7032849
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 35 deletions.
2 changes: 1 addition & 1 deletion OnnxStack.Console/OnnxStack.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<PlatformTarget>x64</PlatformTarget>
Expand Down
17 changes: 8 additions & 9 deletions OnnxStack.Core/OnnxStack.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.31.12</Version>
<TargetFramework>net7.0</TargetFramework>
<Version>0.31.28</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<PlatformTarget>x64</PlatformTarget>

<Title>OnnxStack.Core</Title>
<Company>Stackyard AI</Company>
<Company>TensorStack</Company>
<Description>
OnnxRuntime Integration Library for .NET Core
OnnxRuntime Integration Library for .NET

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
</Description>
<Copyright>Stackyard AI - 2024</Copyright>
<RepositoryUrl>https://github.com/saddam213/OnnxStack</RepositoryUrl>
<Copyright>TensorStack, Advanced Micro Devices - 2024</Copyright>
<RepositoryUrl>https://github.com/TensorStack-AI/OnnxStack</RepositoryUrl>
<PackageTags>onnx;onnx-runtime;llm;stable-diffusion</PackageTags>
<Authors>sa_ddam213</Authors>
<Authors>TensorStack, Advanced Micro Devices</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>OnnxStack.Core</PackageId>
<Product>$(AssemblyName)</Product>
Expand All @@ -38,13 +38,12 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.ML" Version="3.0.1" />
<PackageReference Include="Microsoft.ML.OnnxRuntime.Extensions" Version="0.10.0" />
<PackageReference Include="Microsoft.ML.OnnxRuntime.Managed" Version="1.18.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.4" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="System.Numerics.Tensors" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
14 changes: 7 additions & 7 deletions OnnxStack.FeatureExtractor/OnnxStack.FeatureExtractor.csproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.31.0</Version>
<TargetFramework>net7.0</TargetFramework>
<Version>0.31.11</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<PlatformTarget>x64</PlatformTarget>

<Title>OnnxStack.FeatureExtractor</Title>
<Company>Stackyard AI</Company>
<Company>TensorStack</Company>
<Description>
OnnxRuntime Image Feature Extractor Library for .NET Core
OnnxRuntime Image Feature Extractor Library for .NET
</Description>
<Copyright>Stackyard AI - 2024</Copyright>
<RepositoryUrl>https://github.com/saddam213/OnnxStack</RepositoryUrl>
<Copyright>TensorStack, Advanced Micro Devices - 2024</Copyright>
<RepositoryUrl>https://github.com/TensorStack-AI/OnnxStack</RepositoryUrl>
<PackageTags>onnx;onnx-runtime;</PackageTags>
<Authors>sa_ddam213</Authors>
<Authors>TensorStack, Advanced Micro Devices</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>OnnxStack.FeatureExtractor</PackageId>
<Product>$(AssemblyName)</Product>
Expand Down
14 changes: 7 additions & 7 deletions OnnxStack.ImageUpscaler/OnnxStack.ImageUpscaler.csproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.31.0</Version>
<TargetFramework>net7.0</TargetFramework>
<Version>0.31.11</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<PlatformTarget>x64</PlatformTarget>

<Title>OnnxStack.ImageUpscaler</Title>
<Company>Stackyard AI</Company>
<Company>TensorStack</Company>
<Description>
OnnxRuntime Image Upscale Library for .NET Core
OnnxRuntime Image Upscale Library for .NET
</Description>
<Copyright>Stackyard AI - 2024</Copyright>
<RepositoryUrl>https://github.com/saddam213/OnnxStack</RepositoryUrl>
<Copyright>TensorStack, Advanced Micro Devices - 2024</Copyright>
<RepositoryUrl>https://github.com/TensorStack-AI/OnnxStack</RepositoryUrl>
<PackageTags>onnx;onnx-runtime;upscale</PackageTags>
<Authors>sa_ddam213</Authors>
<Authors>TensorStack, Advanced Micro Devices</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>OnnxStack.ImageUpscaler</PackageId>
<Product>$(AssemblyName)</Product>
Expand Down
18 changes: 8 additions & 10 deletions OnnxStack.StableDiffusion/OnnxStack.StableDiffusion.csproj
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.31.16</Version>
<TargetFramework>net7.0</TargetFramework>
<Version>0.31.29</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<PlatformTarget>x64</PlatformTarget>

<Title>OnnxStack.StableDiffusion</Title>
<Company>Stackyard AI</Company>
<Company>TensorStack</Company>
<Description>
Stable Diffusion Integration Library for .NET Core

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.
Stable Diffusion Library for .NET
</Description>
<Copyright>Stackyard AI - 2023</Copyright>
<RepositoryUrl>https://github.com/saddam213/OnnxStack</RepositoryUrl>
<Copyright>TensorStack, Advanced Micro Devices - 2024</Copyright>
<RepositoryUrl>https://github.com/TensorStack-AI/OnnxStack</RepositoryUrl>
<PackageTags>onnx;onnx-runtime;llm;stable-diffusion</PackageTags>
<Authors>sa_ddam213</Authors>
<Authors>TensorStack, Advanced Micro Devices</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>OnnxStack.StableDiffusion</PackageId>
<Product>$(AssemblyName)</Product>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<PackageIcon>OnnxStack - 128x128.png</PackageIcon>
<Configurations>Debug;Release</Configurations>
<Configurations>Debug;Release</Configurations>
<Platforms>x64</Platforms>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion OnnxStack.UI/OnnxStack.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Version>0.31.0</Version>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>disable</Nullable>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
Expand Down

0 comments on commit 7032849

Please sign in to comment.