Skip to content

Commit 9f383d3

Browse files
Bump Silk.NET.Core from 2.9.0 to 2.12.0 (#799)
* Bump Silk.NET.Core from 2.9.0 to 2.12.0 Bumps [Silk.NET.Core](https://github.com/dotnet/Silk.NET) from 2.9.0 to 2.12.0. - [Release notes](https://github.com/dotnet/Silk.NET/releases) - [Commits](v2.9.0...v2.12.0) --- updated-dependencies: - dependency-name: Silk.NET.Core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update src/Lab/Experiments/PrototypeStructChaining/PrototypeStructChaining/PrototypeStructChaining.csproj Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dylan Perks <[email protected]>
1 parent a2d121b commit 9f383d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lab/Experiments/PrototypeStructChaining/PrototypeStructChaining/PrototypeStructChaining.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
1313
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
1414
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0" />
15-
<PackageReference Include="Silk.NET.Core" Version="2.9.0" />
15+
<ProjectReference Include="..\..\..\..\Core\Silk.NET.Core\Silk.NET.Core.csproj" />
1616
<PackageReference Include="System.Memory" Version="4.5.4" />
1717
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
1818
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />

0 commit comments

Comments
 (0)