This commit is contained in:
code liturgy 2022-12-01 23:04:21 +00:00
parent 0e4d02652f
commit 6949875891
5 changed files with 4 additions and 12 deletions

View File

@ -16,10 +16,6 @@
<PackageReference Include="NUnit.Analyzers" Version="3.3.0" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Sharp.Augeas\Sharp.Augeas.csproj" />
</ItemGroup>
<ItemGroup>
<ContentWithTargetPath Include="root\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@ -32,4 +28,7 @@
<TargetPath>lens\%(RecursiveDir)\%(Filename)%(Extension)</TargetPath>
</ContentWithTargetPath>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Sharp.Augeas\Sharp.Augeas.csproj" />
</ItemGroup>
</Project>

View File

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Sharp.Augeas.Test
namespace Sharp.Augeas
{
[StructLayout(LayoutKind.Sequential)]
public unsafe partial struct AugSettings {

View File

@ -1,6 +1,5 @@
using System.Runtime.InteropServices;
using System.Text;
using Sharp.Augeas.Test;
using static Sharp.Augeas.AugeasExtern;
namespace Sharp.Augeas

View File

@ -2,7 +2,6 @@ using System.Numerics;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using Sharp.Augeas.Test;
namespace Sharp.Augeas
{

View File

@ -18,11 +18,6 @@
<Version>3.5.109</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<PackageReference Update="Nerdbank.GitVersioning">
<Version>3.5.109</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Content Include="libclAugeas.so">
<Pack>true</Pack>