Skip to content

Commit

Permalink
Bump OpenTK.Core from 4.8.0 to 4.8.2
Browse files Browse the repository at this point in the history
Bumps OpenTK.Core from 4.8.0 to 4.8.2.

---
updated-dependencies:
- dependency-name: OpenTK.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent a6261b4 commit adec2fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenTK.Core" Version="4.8.0" />
<PackageReference Include="OpenTK.Core" Version="4.8.2" />
<PackageReference Include="OpenTK.Windowing.Common" Version="4.8.0" />
<PackageReference Include="OpenTK.Windowing.Desktop" Version="4.8.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenTK.Core" Version="4.8.0" />
<PackageReference Include="OpenTK.Core" Version="4.8.2" />
<PackageReference Include="OpenTK.Graphics" Version="4.8.0" />
<PackageReference Include="OpenTK.Windowing.Common" Version="4.8.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
Expand Down
2 changes: 1 addition & 1 deletion FinalEngine.Tests/FinalEngine.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="OpenTK.Core" Version="4.8.0" />
<PackageReference Include="OpenTK.Core" Version="4.8.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit adec2fd

Please sign in to comment.