Skip to content

Commit 3c0ff92

Browse files
committed
.NET 10.0 target
1 parent 62facc7 commit 3c0ff92

File tree

25 files changed

+71
-53
lines changed

25 files changed

+71
-53
lines changed

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ root = true
66
csharp_prefer_simple_using_statement = false
77

88
# IDE0290: Use primary constructor
9-
csharp_style_prefer_primary_constructors = false
9+
csharp_style_prefer_primary_constructors = false
10+
11+
# IDE0130: Namespace does not match folder structure
12+
dotnet_style_namespace_match_folder = false

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.1.84</Version>
3+
<Version>0.1.93</Version>
44
<Company>TensorStack</Company>
55
<Copyright>TensorStack - 2025</Copyright>
66
<RepositoryUrl>https://github.com/TensorStack-AI/TensorStack</RepositoryUrl>

Examples/TensorStack.Example.Extractors/Properties/PublishProfiles/SelfContained.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PublishDir>bin\Build\ExtractorDemo\</PublishDir>
88
<PublishProtocol>FileSystem</PublishProtocol>
99
<_TargetId>Folder</_TargetId>
10-
<TargetFramework>net9.0-windows10.0.17763.0</TargetFramework>
10+
<TargetFramework>net10.0-windows10.0.17763.0</TargetFramework>
1111
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1212
<SelfContained>true</SelfContained>
1313
<PublishSingleFile>true</PublishSingleFile>

Examples/TensorStack.Example.Extractors/TensorStack.Example.Extractors.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<AssemblyName>ExtractorDemo</AssemblyName>
6-
<TargetFramework>net9.0-windows10.0.17763.0</TargetFramework>
6+
<TargetFramework>net10.0-windows10.0.17763.0</TargetFramework>
77
<PlatformTarget>x64</PlatformTarget>
88
<UseWPF>true</UseWPF>
99
<ApplicationIcon>..\..\Assets\Icon.ico</ApplicationIcon>
@@ -53,7 +53,7 @@
5353

5454
<!--Common Packages-->
5555
<ItemGroup>
56-
<PackageReference Include="System.Linq.Async" Version="6.0.3" />
56+
<PackageReference Include="System.Linq.Async" Version="7.0.0" />
5757
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0" />
5858
</ItemGroup>
5959

Examples/TensorStack.Example.TextGeneration/Properties/PublishProfiles/SelfContained.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PublishDir>bin\Build\TextDemo\</PublishDir>
88
<PublishProtocol>FileSystem</PublishProtocol>
99
<_TargetId>Folder</_TargetId>
10-
<TargetFramework>net9.0-windows10.0.17763.0</TargetFramework>
10+
<TargetFramework>net10.0-windows10.0.17763.0</TargetFramework>
1111
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1212
<SelfContained>true</SelfContained>
1313
<PublishSingleFile>true</PublishSingleFile>

Examples/TensorStack.Example.TextGeneration/TensorStack.Example.TextGeneration.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<AssemblyName>TextDemo</AssemblyName>
6-
<TargetFramework>net9.0-windows10.0.17763.0</TargetFramework>
6+
<TargetFramework>net10.0-windows10.0.17763.0</TargetFramework>
77
<PlatformTarget>x64</PlatformTarget>
88
<UseWPF>true</UseWPF>
99
<ApplicationIcon>..\..\Assets\Icon.ico</ApplicationIcon>
@@ -51,7 +51,7 @@
5151

5252
<!--Common Packages-->
5353
<ItemGroup>
54-
<PackageReference Include="System.Linq.Async" Version="6.0.3" />
54+
<PackageReference Include="System.Linq.Async" Version="7.0.0" />
5555
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0" />
5656
</ItemGroup>
5757

Examples/TensorStack.Example.Upscaler/Properties/PublishProfiles/SelfContained.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PublishDir>bin\Build\UpscaleDemo\</PublishDir>
88
<PublishProtocol>FileSystem</PublishProtocol>
99
<_TargetId>Folder</_TargetId>
10-
<TargetFramework>net9.0-windows10.0.17763.0</TargetFramework>
10+
<TargetFramework>net10.0-windows10.0.17763.0</TargetFramework>
1111
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1212
<SelfContained>true</SelfContained>
1313
<PublishSingleFile>true</PublishSingleFile>

Examples/TensorStack.Example.Upscaler/TensorStack.Example.Upscaler.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<AssemblyName>UpscaleDemo</AssemblyName>
6-
<TargetFramework>net9.0-windows10.0.17763.0</TargetFramework>
6+
<TargetFramework>net10.0-windows10.0.17763.0</TargetFramework>
77
<PlatformTarget>x64</PlatformTarget>
88
<UseWPF>true</UseWPF>
99
<ApplicationIcon>..\..\Assets\Icon.ico</ApplicationIcon>
@@ -53,7 +53,7 @@
5353

5454
<!--Common Packages-->
5555
<ItemGroup>
56-
<PackageReference Include="System.Linq.Async" Version="6.0.3" />
56+
<PackageReference Include="System.Linq.Async" Version="7.0.0" />
5757
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0" />
5858
</ItemGroup>
5959

TensorStack.Audio.Windows/TensorStack.Audio.Windows.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>net9.0-windows10.0.17763.0</TargetFramework>
4+
<TargetFrameworks>net9.0-windows10.0.17763.0;net10.0-windows10.0.17763.0</TargetFrameworks>
55
<PlatformTarget>x64</PlatformTarget>
66
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
77
</PropertyGroup>
@@ -48,7 +48,7 @@
4848
<None Remove="Icon.png" />
4949
</ItemGroup>
5050
<ItemGroup Condition="'$(Configuration)' == 'Release'">
51-
<None Update="README.md">
51+
<None Include="README.md">
5252
<Pack>True</Pack>
5353
<PackagePath>\</PackagePath>
5454
</None>

TensorStack.Audio/TensorStack.Audio.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFrameworks>net9.0;net10.0</TargetFrameworks>
55
<PlatformTarget>x64</PlatformTarget>
66
</PropertyGroup>
77

@@ -29,7 +29,7 @@
2929
<None Remove="Icon.png" />
3030
</ItemGroup>
3131
<ItemGroup Condition="'$(Configuration)' == 'Release'">
32-
<None Update="README.md">
32+
<None Include="README.md">
3333
<Pack>True</Pack>
3434
<PackagePath>\</PackagePath>
3535
</None>

0 commit comments

Comments
 (0)