System.Data.SQLite.Core.osx.../System.Data.SQLite.Core.osx.arm64.proj
2023-01-24 20:54:29 +01:00

8 lines
354 B
XML

<Project Sdk="Microsoft.Build.NoTargets/3.4.0">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework> <!-- this is a dummy value -->
<NuspecFile>$(MSBuildThisFileDirectory)\system.data.sqlite.core.osx.arm64.nuspec</NuspecFile>
<NuspecProperties>version=$(PackageVersion)</NuspecProperties>
</PropertyGroup>
</Project>