forked from Ivasoft/DllExports
14 lines
271 B
XML
14 lines
271 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
|
|
|
|
<IsPackable>false</IsPackable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="DllExports" Version="*" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|