File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
9
<ProjectReference Include =" ..\SPB\SPB.csproj" />
10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" OpenTK.Graphics" Version =" 4.6.7 " />
13
+ <PackageReference Include =" OpenTK.Graphics" Version =" 4.8.2 " />
14
14
</ItemGroup >
15
15
16
16
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<VersionPrefix >0.0.4</VersionPrefix >
5
5
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6
- <Authors >Thog </Authors >
6
+ <Authors >marysaka </Authors >
7
7
<Description >Simple Platform Bindings</Description >
8
8
<Copyright >Copyright (c) SPB Team and Contributors</Copyright >
9
- <PackageProjectUrl >https://github.com/Thog /SPB/</PackageProjectUrl >
10
- <RepositoryUrl >https://github.com/Thog /SPB/</RepositoryUrl >
9
+ <PackageProjectUrl >https://github.com/marysaka /SPB/</PackageProjectUrl >
10
+ <RepositoryUrl >https://github.com/marysaka /SPB/</RepositoryUrl >
11
11
<PackageLicenseFile >LICENSE.txt</PackageLicenseFile >
12
12
</PropertyGroup >
13
13
<ItemGroup >
You can’t perform that action at this time.
0 commit comments