mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-06 09:41:38 -05:00
12 lines
250 B
XML
12 lines
250 B
XML
![]() |
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<TargetFrameworks>netcoreapp3.1; net5.0</TargetFrameworks>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<PackageReference Include="TabletDriverPlugin" Version="0.3.2" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|