mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-10-29 20:11:18 +00:00
Add the package ManagedEsent (microsoft/ManagedEsent@d358c07), and WelsonJS.Esent
14 lines
314 B
XML
14 lines
314 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<Platforms>AnyCPU;x86</Platforms>
|
|
<Title>WelsonJS.Esent</Title>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\EsentInterop\EsentInterop.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|