Skip to content

Commit

Permalink
Pull in merged PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Oct 10, 2024
2 parents e6f2cf3 + 424f0ed commit 14d3e58
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions sources/Core/Core/Silk.NET.Core.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// <auto-generated/>
// <auto-generated/>
global using static Silk.NET.Core.DSL;
global using Silk.NET.Core;
global using Silk.NET.Core;
4 changes: 0 additions & 4 deletions sources/Core/Core/Silk.NET.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
<PackageReference Include="InlineIL.Fody" Version="1.8.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<Folder Include="Core\" />
</ItemGroup>

<!-- Dogfooding -->
<Import Project="Silk.NET.Core.targets" />

Expand Down
6 changes: 3 additions & 3 deletions tests/Maths/Maths/Silk.NET.Maths.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Silk.NET.BuildTools" Version="2.21.0" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="Verify.DiffPlex" Version="3.0.0" />
<PackageReference Include="Verify.NUnit" Version="25.0.1" />
<PackageReference Include="Verify.NUnit" Version="25.3.2" />
<None Include="**/*.received.*" />
<None Include="**/*.verified.*" />
</ItemGroup>
Expand Down

0 comments on commit 14d3e58

Please sign in to comment.