Skip to content

Commit

Permalink
Upgraded to Net 8.0
Browse files Browse the repository at this point in the history
Updated nuget packages
Updated submodules
  • Loading branch information
Justin113D committed Aug 3, 2024
1 parent b8b1bbd commit 83e4bec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/SA3D.ProjectConfigurations
2 changes: 1 addition & 1 deletion src/SA3D.Rendering.WPF/RenderControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public RenderControl(RenderContext context) : base()

GLWpfControlSettings settings = new()
{
GraphicsContextFlags = ContextFlags.ForwardCompatible,
ContextFlags = ContextFlags.ForwardCompatible,
MajorVersion = 4,
MinorVersion = 6
};
Expand Down
6 changes: 3 additions & 3 deletions src/SA3D.Rendering.WPF/SA3D.Rendering.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="../SA3D.ProjectConfigurations/NuGet.Build.props" />

<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<RootNamespace>SA3D.Rendering.WPF</RootNamespace>
<UseWPF>true</UseWPF>
</PropertyGroup>
Expand All @@ -30,8 +30,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OpenTK.GLWpfControl" Version="4.2.3" />
<PackageReference Include="SA3D.Rendering" Version="1.0.0" />
<PackageReference Include="OpenTK.GLWpfControl" Version="4.3.1" />
<PackageReference Include="SA3D.Rendering" Version="1.1.0" />
</ItemGroup>

</Project>

0 comments on commit 83e4bec

Please sign in to comment.