|
7 | 7 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
8 | 8 | <Title>cas-dotnet-sdk</Title> |
9 | 9 | <PackageIcon>icon.jpeg</PackageIcon> |
10 | | - <Version>1.8.5</Version> |
| 10 | + <Version>1.8.6</Version> |
11 | 11 | <Authors>Mike Mulchrone</Authors> |
12 | 12 | <Description>A Nuget package that provides a implementation of the RustCrypto suite of cryptographic algorithms.</Description> |
13 | 13 | <RepositoryUrl>https://github.com/Cryptographic-API-Services/cas-dotnet-sdk</RepositoryUrl> |
|
16 | 16 | <!-- Paths --> |
17 | 17 | <RustProjectDir>../cas-core-lib</RustProjectDir> |
18 | 18 | <CasSdkDir>$(MSBuildProjectDirectory)</CasSdkDir> |
19 | | - <NativeArtifactsDir>$(MSBuildProjectDirectory)\artifacts\native</NativeArtifactsDir> |
| 19 | + <NativeArtifactsDir>$(MSBuildProjectDirectory)/artifacts/native</NativeArtifactsDir> |
20 | 20 | </PropertyGroup> |
21 | 21 |
|
22 | 22 | <PropertyGroup> |
|
45 | 45 | </Target> |
46 | 46 |
|
47 | 47 | <!-- Pack staged native artifacts into runtimes/<rid>/native --> |
48 | | - <ItemGroup> |
49 | | - <None Include="$(NativeArtifactsDir)\win-x64\cas_core_lib.dll" |
50 | | - Condition="Exists('$(NativeArtifactsDir)\win-x64\cas_core_lib.dll')"> |
51 | | - <Pack>true</Pack> |
52 | | - <PackagePath>runtimes/win-x64/native</PackagePath> |
53 | | - <Link>cas_core_lib.dll</Link> |
54 | | - <!-- Optional: helps for projects that reference this library directly --> |
55 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
56 | | - </None> |
| 48 | + <ItemGroup> |
| 49 | + <None Include="$(NativeArtifactsDir)/win-x64/cas_core_lib.dll" |
| 50 | + Condition="Exists('$(NativeArtifactsDir)/win-x64/cas_core_lib.dll')"> |
| 51 | + <Pack>true</Pack> |
| 52 | + <PackagePath>runtimes/win-x64/native</PackagePath> |
| 53 | + <Link>cas_core_lib.dll</Link> |
| 54 | + </None> |
57 | 55 |
|
58 | | - <None Include="$(NativeArtifactsDir)\linux-x64\libcas_core_lib.so" |
59 | | - Condition="Exists('$(NativeArtifactsDir)\linux-x64\libcas_core_lib.so')"> |
60 | | - <Pack>true</Pack> |
61 | | - <PackagePath>runtimes/linux-x64/native</PackagePath> |
62 | | - <Link>libcas_core_lib.so</Link> |
63 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
64 | | - </None> |
65 | | - </ItemGroup> |
| 56 | + <None Include="$(NativeArtifactsDir)/linux-x64/libcas_core_lib.so" |
| 57 | + Condition="Exists('$(NativeArtifactsDir)/linux-x64/libcas_core_lib.so')"> |
| 58 | + <Pack>true</Pack> |
| 59 | + <PackagePath>runtimes/linux-x64/native</PackagePath> |
| 60 | + <Link>libcas_core_lib.so</Link> |
| 61 | + </None> |
| 62 | + </ItemGroup> |
66 | 63 |
|
67 | 64 | <ItemGroup> |
68 | 65 | <Content Include="..\icon.jpeg"> |
|
0 commit comments