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

Commit 13e924a

Browse files
committed
remove cross platform project
1 parent bf8beee commit 13e924a

File tree

4 files changed

+1
-53
lines changed

4 files changed

+1
-53
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ after the dll is compiled, you can use it from the C# project.
6767

6868
## Multiplatform Support
6969

70-
the SDK (C#) is only available for Windows, IOS and Android, for this example exists `csharp-cross-platform.csproj` and `source.cs`.
70+
the SDK (C#) is only available for Windows, IOS and Android.
7171

7272
## AppCenter Callbacks
7373

csharp/csharp-cross-platform.csproj

Lines changed: 0 additions & 27 deletions
This file was deleted.

csharp/csharp.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
<ImplicitUsings>enable</ImplicitUsings>
99
</PropertyGroup>
1010

11-
<ItemGroup>
12-
<Compile Remove="source\source.cs" />
13-
</ItemGroup>
14-
1511
<ItemGroup>
1612
<PackageReference Include="Microsoft.AppCenter" Version="4.4.0" />
1713
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.4.0" />

csharp/source/source.cs

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)