A game framework written with osu! in mind.

Compile tablet driver benchmark only with .NET 5

+2
+2
osu.Framework.Benchmarks/BenchmarkTabletDriver.cs
··· 1 1 // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 2 // See the LICENCE file in the repository root for full licence text. 3 3 4 + #if NET5_0 4 5 using BenchmarkDotNet.Attributes; 5 6 using osu.Framework.Input.Handlers.Tablet; 6 7 ··· 22 23 } 23 24 } 24 25 } 26 + #endif