File tree Expand file tree Collapse file tree 11 files changed +70
-9
lines changed
ReactiveUI.AndroidSupport Expand file tree Collapse file tree 11 files changed +70
-9
lines changed Original file line number Diff line number Diff line change 40
40
uses : actions/checkout@v2
41
41
with :
42
42
fetch-depth : 0
43
+ lfs : true
43
44
44
45
- name : Install .NET Core
45
46
Original file line number Diff line number Diff line change 39
39
<PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
40
40
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
41
41
</PropertyGroup >
42
-
43
- <ItemGroup Condition =" $(TargetFramework.StartsWith('MonoAndroid')) " >
44
- <!-- Hack to get around invalid version of Java.Interop -->
45
- <Reference Include =" Java.Interop" >
46
- <!-- Path to a VS 2019 Java.Interop.dll -->
47
- <HintPath >C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\MonoAndroid\v1.0\Java.Interop.dll</HintPath >
48
- </Reference >
49
- </ItemGroup >
50
-
42
+
51
43
<ItemGroup Condition =" $(IsTestProject)" >
52
44
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0.0" />
53
45
<PackageReference Include =" xunit" Version =" 2.4.1" />
Original file line number Diff line number Diff line change
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf36e42a425d140c6217c512bfe15862ed062a1715d74562475c2547bc5376e1
3
+ size 208760
Original file line number Diff line number Diff line change 9
9
<PackageTags >mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;frp;xamarin;android;forms;monodroid;monotouch;xamarin.android;net;</PackageTags >
10
10
</PropertyGroup >
11
11
12
+ <ItemGroup Condition =" $(TargetFramework.StartsWith('MonoAndroid')) " >
13
+ <!-- Hack to get around invalid version of Java.Interop -->
14
+ <Reference Include =" Java.Interop" >
15
+ <!-- Path to a VS 2019 Java.Interop.dll -->
16
+ <HintPath >..\Java.Interop.dll</HintPath >
17
+ </Reference >
18
+ </ItemGroup >
19
+
12
20
<ItemGroup >
13
21
<PackageReference Include =" Xamarin.Android.Support.Animated.Vector.Drawable" Version =" 28.*" />
14
22
<PackageReference Include =" Xamarin.Android.Support.v4" Version =" 28.*" />
Original file line number Diff line number Diff line change 9
9
<PackageTags >mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;frp;xamarin;android;forms;monodroid;monotouch;xamarin.android;net;</PackageTags >
10
10
</PropertyGroup >
11
11
12
+ <ItemGroup Condition =" $(TargetFramework.StartsWith('MonoAndroid')) " >
13
+ <!-- Hack to get around invalid version of Java.Interop -->
14
+ <Reference Include =" Java.Interop" >
15
+ <!-- Path to a VS 2019 Java.Interop.dll -->
16
+ <HintPath >..\Java.Interop.dll</HintPath >
17
+ </Reference >
18
+ </ItemGroup >
19
+
12
20
<ItemGroup >
13
21
<PackageReference Include =" System.Runtime.Serialization.Primitives" Version =" 4.3.0" />
14
22
<PackageReference Include =" Xamarin.AndroidX.AppCompat" Version =" 1.3.1.3" />
Original file line number Diff line number Diff line change 9
9
<Nullable >enable</Nullable >
10
10
<LangVersion >preview</LangVersion >
11
11
</PropertyGroup >
12
+
13
+ <ItemGroup Condition =" $(TargetFramework.StartsWith('MonoAndroid')) " >
14
+ <!-- Hack to get around invalid version of Java.Interop -->
15
+ <Reference Include =" Java.Interop" >
16
+ <!-- Path to a VS 2019 Java.Interop.dll -->
17
+ <HintPath >..\Java.Interop.dll</HintPath >
18
+ </Reference >
19
+ </ItemGroup >
20
+
12
21
<ItemGroup >
13
22
<Compile Remove =" Resources\**" />
14
23
<EmbeddedResource Remove =" Resources\**" />
Original file line number Diff line number Diff line change 16
16
<LangVersion >preview</LangVersion >
17
17
</PropertyGroup >
18
18
19
+ <ItemGroup Condition =" $(TargetFramework.StartsWith('MonoAndroid')) " >
20
+ <!-- Hack to get around invalid version of Java.Interop -->
21
+ <Reference Include =" Java.Interop" >
22
+ <!-- Path to a VS 2019 Java.Interop.dll -->
23
+ <HintPath >..\Java.Interop.dll</HintPath >
24
+ </Reference >
25
+ </ItemGroup >
26
+
19
27
<ItemGroup >
20
28
<PackageReference Include =" Fody" Version =" 6.6.0" PrivateAssets =" None" />
21
29
<PackageReference Include =" FodyPackaging" Version =" 6.6.0" PrivateAssets =" All" />
Original file line number Diff line number Diff line change 11
11
<PackageTags >mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;frp;test;</PackageTags >
12
12
</PropertyGroup >
13
13
14
+ <ItemGroup Condition =" $(TargetFramework.StartsWith('MonoAndroid')) " >
15
+ <!-- Hack to get around invalid version of Java.Interop -->
16
+ <Reference Include =" Java.Interop" >
17
+ <!-- Path to a VS 2019 Java.Interop.dll -->
18
+ <HintPath >..\Java.Interop.dll</HintPath >
19
+ </Reference >
20
+ </ItemGroup >
21
+
14
22
<ItemGroup >
15
23
<PackageReference Include =" Microsoft.Reactive.Testing" Version =" 5.0.0" />
16
24
<ProjectReference Include =" ..\ReactiveUI\ReactiveUI.csproj" />
Original file line number Diff line number Diff line change 14
14
<DefineConstants >$(DefineConstants);WASM</DefineConstants >
15
15
</PropertyGroup >
16
16
17
+ <ItemGroup Condition =" $(TargetFramework.StartsWith('MonoAndroid')) " >
18
+ <!-- Hack to get around invalid version of Java.Interop -->
19
+ <Reference Include =" Java.Interop" >
20
+ <!-- Path to a VS 2019 Java.Interop.dll -->
21
+ <HintPath >..\Java.Interop.dll</HintPath >
22
+ </Reference >
23
+ </ItemGroup >
24
+
17
25
<ItemGroup >
18
26
<EmbeddedResource Remove =" Resources\**" />
19
27
<None Remove =" Resources\**" />
Original file line number Diff line number Diff line change 15
15
<DefineConstants >$(DefineConstants);WASM</DefineConstants >
16
16
</PropertyGroup >
17
17
18
+ <ItemGroup Condition =" $(TargetFramework.StartsWith('MonoAndroid')) " >
19
+ <!-- Hack to get around invalid version of Java.Interop -->
20
+ <Reference Include =" Java.Interop" >
21
+ <!-- Path to a VS 2019 Java.Interop.dll -->
22
+ <HintPath >..\Java.Interop.dll</HintPath >
23
+ </Reference >
24
+ </ItemGroup >
25
+
18
26
<ItemGroup >
19
27
<EmbeddedResource Remove =" Resources\**" />
20
28
<None Remove =" Resources\**" />
You can’t perform that action at this time.
0 commit comments