Skip to content

Commit cb37b23

Browse files
committed
Update to .NET 10
1 parent 00fe885 commit cb37b23

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

OxygenBasic.Example/OxygenBasic.Example.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-
<TargetFrameworks>net9.0-windows;net8.0-windows</TargetFrameworks>
5+
<TargetFrameworks>net10.0-windows;net9.0-windows;net8.0-windows</TargetFrameworks>
66
<StartupObject>OxygenBasic.Example.Program</StartupObject>
77
<Authors>Jiowcl</Authors>
88
<Company>Inwazy Technology</Company>

OxygenBasic.NET/OxygenBasic.NET.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net9.0-windows;net8.0-windows</TargetFrameworks>
4+
<TargetFrameworks>net10.0-windows;net9.0-windows;net8.0-windows</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<Copyright>Ji-Feng Tsai</Copyright>
77
<Description>.NET Wrapper for OxygenBasic Programming Language.</Description>

OxygenBasic.NETTests/OxygenBasic.NETTests.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net9.0-windows;net8.0-windows</TargetFrameworks>
4+
<TargetFrameworks>net10.0-windows;net9.0-windows;net8.0-windows</TargetFrameworks>
55

66
<IsPackable>false</IsPackable>
77

@@ -37,10 +37,10 @@
3737
</PropertyGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
41-
<PackageReference Include="MSTest.TestAdapter" Version="4.0.2" />
42-
<PackageReference Include="MSTest.TestFramework" Version="4.0.2" />
43-
<PackageReference Include="coverlet.collector" Version="6.0.4">
40+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
41+
<PackageReference Include="MSTest.TestAdapter" Version="4.2.2" />
42+
<PackageReference Include="MSTest.TestFramework" Version="4.2.2" />
43+
<PackageReference Include="coverlet.collector" Version="10.0.0">
4444
<PrivateAssets>all</PrivateAssets>
4545
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4646
</PackageReference>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
## Environment
1111

12-
- Windows 7 above (recommend)
12+
- Windows 10 above (recommend)
1313
- OxygenBasic 0.90
14-
- .NET 9
14+
- .NET 10
1515

1616
## NuGet Installation
1717

@@ -21,7 +21,7 @@ PM> Install-Package OxygenBasic.NET
2121

2222
## How to Build
2323

24-
Building requires [Visual Studio 2022 Community](https://visualstudio.microsoft.com/vs/community/) and test under Windows 10.
24+
Building requires [Visual Studio 2026 Community](https://visualstudio.microsoft.com/vs/community/) and test under Windows 11.
2525

2626
## Example
2727

0 commit comments

Comments
 (0)