Skip to content

Commit

Permalink
Update to .NET 9.0 with thinBasic 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jiowcl committed Dec 4, 2024
1 parent 3d245a2 commit 8388e76
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## Environment

- Windows 7 above (recommend)
- ThinBasic 1.12
- ThinBasic 1.13
- .NET 8

## NuGet Installation
Expand Down
2 changes: 1 addition & 1 deletion ThinBasic.Example/ThinBasic.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net8.0-windows;net7.0-windows;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net9.0-windows;net8.0-windows;net7.0-windows;net6.0-windows</TargetFrameworks>
<StartupObject>ThinBasic.Example.Program</StartupObject>
<Authors>Jiowcl</Authors>
<Company>Inwazy Technology</Company>
Expand Down
Binary file modified ThinBasic.NET/Lib/thinBasic_UI.dll
Binary file not shown.
Binary file modified ThinBasic.NET/Lib/thinCore.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions ThinBasic.NET/ThinBasic.NET.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0-windows;net7.0-windows;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net9.0-windows;net8.0-windows;net7.0-windows;net6.0-windows</TargetFrameworks>
<Company>Inwazy Technology</Company>
<Copyright>Ji-Feng Tsai</Copyright>
<Description>.Net Wrapper for ThinBasic Programming Language.</Description>
Expand All @@ -12,7 +12,7 @@
<Authors>Jiowcl</Authors>
<PackageProjectUrl>https://github.com/jiowcl/ThinBasic.NET</PackageProjectUrl>
<Platforms>AnyCPU;x86</Platforms>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
<PackageIcon></PackageIcon>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
Expand Down
2 changes: 1 addition & 1 deletion ThinBasic.NETTests/ThinBasic.NETTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0-windows;net7.0-windows;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net9.0-windows;net8.0-windows;net7.0-windows;net6.0-windows</TargetFrameworks>

<IsPackable>false</IsPackable>

Expand Down

0 comments on commit 8388e76

Please sign in to comment.