We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7db9f commit d560922Copy full SHA for d560922
1 file changed
cas-dotnet-sdk/cas-dotnet-sdk.csproj
@@ -14,9 +14,9 @@
14
<PackageReadmeFile>README.md</PackageReadmeFile>
15
<Platforms>AnyCPU;x64</Platforms>
16
<!-- Paths -->
17
- <RustProjectDir>../cas-core-lib</RustProjectDir>
+ <RustProjectDir>..\cas-core-lib</RustProjectDir>
18
<CasSdkDir>$(MSBuildProjectDirectory)</CasSdkDir>
19
- <NativeArtifactsDir>$(MSBuildProjectDirectory)/artifacts/native</NativeArtifactsDir>
+ <NativeArtifactsDir>$(MSBuildProjectDirectory)\artifacts\native</NativeArtifactsDir>
20
</PropertyGroup>
21
22
<PropertyGroup>
0 commit comments