Skip to content

Commit ef61c59

Browse files
author
aafent
committed
Net 10.0 support
1 parent 2ecb279 commit ef61c59

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

FAST.FBasic.LibraryToolkit/FAST.FBasic.LibraryToolkit.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-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77

@@ -10,7 +10,7 @@
1010
<Copyright>Global Cloud Services EOOD</Copyright>
1111
<PackageOutputPath>.\Packages</PackageOutputPath>
1212
<PackageId>FAST.FBasicLibraryToolkit</PackageId>
13-
<Version>1.0.1</Version>
13+
<Version>1.0.2</Version>
1414
<Authors>GCS</Authors>
1515
<RepositoryUrl>https://github.com/aafent/FAST.FBasic</RepositoryUrl>
1616
<PackageProjectUrl>https://github.com/aafent/FAST.FBasic/blob/main/README.md</PackageProjectUrl>

FAST.FBasic.TemplatingLibrary/FAST.FBasic.TemplatingLibrary.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44

55

6-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
6+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99

@@ -12,7 +12,7 @@
1212
<Copyright>Global Cloud Services EOOD</Copyright>
1313
<PackageOutputPath>.\Packages</PackageOutputPath>
1414
<PackageId>FAST.FBasicTemplatingLibrary</PackageId>
15-
<Version>1.0.0</Version>
15+
<Version>1.0.1</Version>
1616
<Authors>GCS</Authors>
1717
<RepositoryUrl>https://github.com/aafent/FAST.FBasic</RepositoryUrl>
1818
<PackageProjectUrl>https://github.com/aafent/FAST.FBasic/blob/main/README.md</PackageProjectUrl>

FAST.FBasicInterpreter/FAST.FBasicInterpreter.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-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>disable</Nullable>
77
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
@@ -10,7 +10,7 @@
1010
<Copyright>Global Cloud Services EOOD</Copyright>
1111
<PackageOutputPath>.\Packages</PackageOutputPath>
1212
<PackageId>FAST.FBasicInterpreter</PackageId>
13-
<Version>1.1.1</Version>
13+
<Version>1.1.2</Version>
1414
<Authors>GCS</Authors>
1515
<RepositoryUrl>https://github.com/aafent/FAST.FBasic</RepositoryUrl>
1616
<PackageProjectUrl>https://github.com/aafent/FAST.FBasic/blob/main/README.md</PackageProjectUrl>

0 commit comments

Comments
 (0)