We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d121b commit 9f383d3Copy full SHA for 9f383d3
src/Lab/Experiments/PrototypeStructChaining/PrototypeStructChaining/PrototypeStructChaining.csproj
@@ -12,7 +12,7 @@
12
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
13
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
14
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0" />
15
- <PackageReference Include="Silk.NET.Core" Version="2.9.0" />
+ <ProjectReference Include="..\..\..\..\Core\Silk.NET.Core\Silk.NET.Core.csproj" />
16
<PackageReference Include="System.Memory" Version="4.5.4" />
17
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
18
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
0 commit comments