Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit d1f641c

Browse files
committed
multiplatform support
1 parent 693a75a commit d1f641c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ after the dll is compiled, you can use it from the C# project.
6565
public static extern void dllEntry();
6666
```
6767

68+
## Multiplatform Support
69+
70+
the SDK is only available for Windows, IOS and Android, for this example exists `csharp-cross-platform.csproj` and `source.cs`.

csharp/csharp-cross-platform.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<!-- this will only work on Windows uncomment if true -- >
15+
<!-- this will only work on Windows uncomment if true
1616
<PackageReference Include="Microsoft.AppCenter" Version="4.4.0" />
1717
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.4.0" />
1818
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.4.0" />
19-
<!-- -->
19+
-->
2020
</ItemGroup>
2121

2222
<ItemGroup>

0 commit comments

Comments
 (0)