Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 45b068c

Browse files
committed
Fix tests references
1 parent 8896034 commit 45b068c

File tree

2 files changed

+91
-95
lines changed

2 files changed

+91
-95
lines changed

tests/AndroidSupport.Tests/AndroidSupport.Tests.csproj

Lines changed: 39 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<OutputType>Library</OutputType>
1010
<RootNamespace>AndroidSupport.Tests</RootNamespace>
1111
<AssemblyName>AndroidSupport.Tests</AssemblyName>
12-
<TargetFrameworkVersion>v7.1</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v7.0</TargetFrameworkVersion>
1313
<AndroidApplication>True</AndroidApplication>
1414
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
1515
<AndroidResgenClass>Resource</AndroidResgenClass>
1616
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
1717
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
1818
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
19-
<AndroidUseLatestPlatformSdk>true</AndroidUseLatestPlatformSdk>
19+
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
2020
<AndroidEnableMultiDex>true</AndroidEnableMultiDex>
2121
</PropertyGroup>
2222
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -29,6 +29,9 @@
2929
<WarningLevel>4</WarningLevel>
3030
<AndroidLinkMode>None</AndroidLinkMode>
3131
<AndroidSupportedAbis>arm64-v8a;armeabi;armeabi-v7a;x86</AndroidSupportedAbis>
32+
<NoWarn></NoWarn>
33+
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
34+
<PlatformTarget>anycpu</PlatformTarget>
3235
</PropertyGroup>
3336
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3437
<DebugSymbols>true</DebugSymbols>
@@ -46,24 +49,6 @@
4649
<Reference Include="System.Core" />
4750
<Reference Include="System.IO.Compression" />
4851
<Reference Include="System.Net.Http" />
49-
<Reference Include="xunit.abstractions">
50-
<HintPath>..\..\packages\xunit.abstractions.2.0.1\lib\netstandard1.0\xunit.abstractions.dll</HintPath>
51-
</Reference>
52-
<Reference Include="xunit.assert">
53-
<HintPath>..\..\packages\xunit.assert.2.2.0\lib\netstandard1.1\xunit.assert.dll</HintPath>
54-
</Reference>
55-
<Reference Include="xunit.core">
56-
<HintPath>..\..\packages\xunit.extensibility.core.2.2.0\lib\netstandard1.1\xunit.core.dll</HintPath>
57-
</Reference>
58-
<Reference Include="xunit.execution.dotnet">
59-
<HintPath>..\..\packages\xunit.extensibility.execution.2.2.0\lib\netstandard1.1\xunit.execution.dotnet.dll</HintPath>
60-
</Reference>
61-
<Reference Include="xunit.runner.utility.netstandard15">
62-
<HintPath>..\..\packages\xunit.runner.utility.2.2.0\lib\netstandard1.5\xunit.runner.utility.netstandard15.dll</HintPath>
63-
</Reference>
64-
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable">
65-
<HintPath>..\..\output\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath>
66-
</Reference>
6752
<Reference Include="Xamarin.Android.Support.Annotations">
6853
<HintPath>..\..\output\Xamarin.Android.Support.Annotations.dll</HintPath>
6954
</Reference>
@@ -79,9 +64,6 @@
7964
<Reference Include="Xamarin.Android.Support.CustomTabs">
8065
<HintPath>..\..\output\Xamarin.Android.Support.CustomTabs.dll</HintPath>
8166
</Reference>
82-
<Reference Include="Xamarin.Android.Support.Design">
83-
<HintPath>..\..\output\Xamarin.Android.Support.Design.dll</HintPath>
84-
</Reference>
8567
<Reference Include="Xamarin.Android.Support.Dynamic.Animation">
8668
<HintPath>..\..\output\Xamarin.Android.Support.Dynamic.Animation.dll</HintPath>
8769
</Reference>
@@ -103,30 +85,15 @@
10385
<Reference Include="Xamarin.Android.Support.Transition">
10486
<HintPath>..\..\output\Xamarin.Android.Support.Transition.dll</HintPath>
10587
</Reference>
106-
<Reference Include="Xamarin.Android.Support.v4">
107-
<HintPath>..\..\output\Xamarin.Android.Support.v4.dll</HintPath>
108-
</Reference>
109-
<Reference Include="Xamarin.Android.Support.v7.AppCompat">
110-
<HintPath>..\..\output\Xamarin.Android.Support.v7.AppCompat.dll</HintPath>
111-
</Reference>
112-
<Reference Include="Xamarin.Android.Support.v7.CardView">
113-
<HintPath>..\..\output\Xamarin.Android.Support.v7.CardView.dll</HintPath>
114-
</Reference>
11588
<Reference Include="Xamarin.Android.Support.v7.GridLayout">
11689
<HintPath>..\..\output\Xamarin.Android.Support.v7.GridLayout.dll</HintPath>
11790
</Reference>
118-
<Reference Include="Xamarin.Android.Support.v7.MediaRouter">
119-
<HintPath>..\..\output\Xamarin.Android.Support.v7.MediaRouter.dll</HintPath>
120-
</Reference>
12191
<Reference Include="Xamarin.Android.Support.v7.Palette">
12292
<HintPath>..\..\output\Xamarin.Android.Support.v7.Palette.dll</HintPath>
12393
</Reference>
12494
<Reference Include="Xamarin.Android.Support.v7.Preference">
12595
<HintPath>..\..\output\Xamarin.Android.Support.v7.Preference.dll</HintPath>
12696
</Reference>
127-
<Reference Include="Xamarin.Android.Support.v7.RecyclerView">
128-
<HintPath>..\..\output\Xamarin.Android.Support.v7.RecyclerView.dll</HintPath>
129-
</Reference>
13097
<Reference Include="Xamarin.Android.Support.v8.RenderScript">
13198
<HintPath>..\..\output\Xamarin.Android.Support.v8.RenderScript.dll</HintPath>
13299
</Reference>
@@ -142,10 +109,40 @@
142109
<Reference Include="Xamarin.Android.Support.v17.Preference.Leanback">
143110
<HintPath>..\..\output\Xamarin.Android.Support.v17.Preference.Leanback.dll</HintPath>
144111
</Reference>
145-
<Reference Include="Xamarin.Android.Support.Vector.Drawable">
146-
<HintPath>..\..\output\Xamarin.Android.Support.Vector.Drawable.dll</HintPath>
147-
</Reference>
148112
<Reference Include="Mono.Android" />
113+
<Reference Include="Xamarin.Android.Support.v4">
114+
<HintPath>..\..\output\Xamarin.Android.Support.v4.dll</HintPath>
115+
</Reference>
116+
<Reference Include="Xamarin.Android.Support.Design">
117+
<HintPath>..\..\output\Xamarin.Android.Support.Design.dll</HintPath>
118+
</Reference>
119+
<Reference Include="xunit.runner.utility.netstandard15">
120+
<HintPath>..\packages\xunit.runner.utility.2.2.0\lib\netstandard1.5\xunit.runner.utility.netstandard15.dll</HintPath>
121+
</Reference>
122+
<Reference Include="xunit.runner.devices">
123+
<HintPath>..\packages\xunit.runner.devices.2.2.0\lib\MonoAndroid\xunit.runner.devices.dll</HintPath>
124+
</Reference>
125+
<Reference Include="xunit.abstractions">
126+
<HintPath>..\packages\xunit.abstractions.2.0.1\lib\netstandard1.0\xunit.abstractions.dll</HintPath>
127+
</Reference>
128+
<Reference Include="xunit.assert">
129+
<HintPath>..\packages\xunit.assert.2.2.0\lib\netstandard1.1\xunit.assert.dll</HintPath>
130+
</Reference>
131+
<Reference Include="xunit.core">
132+
<HintPath>..\packages\xunit.extensibility.core.2.2.0\lib\netstandard1.1\xunit.core.dll</HintPath>
133+
</Reference>
134+
<Reference Include="xunit.execution.dotnet">
135+
<HintPath>..\packages\xunit.extensibility.execution.2.2.0\lib\netstandard1.1\xunit.execution.dotnet.dll</HintPath>
136+
</Reference>
137+
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable">
138+
<HintPath>..\..\output\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath>
139+
</Reference>
140+
<Reference Include="Xamarin.Android.Support.v7.AppCompat">
141+
<HintPath>..\..\output\Xamarin.Android.Support.v7.AppCompat.dll</HintPath>
142+
</Reference>
143+
<Reference Include="Xamarin.Android.Support.v7.CardView">
144+
<HintPath>..\..\output\Xamarin.Android.Support.v7.CardView.dll</HintPath>
145+
</Reference>
149146
</ItemGroup>
150147
<ItemGroup>
151148
<Compile Include="MainActivity.cs" />
@@ -158,6 +155,7 @@
158155
<None Include="Properties\AndroidManifest.xml" />
159156
<None Include="Assets\AboutAssets.txt" />
160157
<None Include="packages.config" />
158+
<None Include="MainActivity.cs.txt" />
161159
</ItemGroup>
162160
<ItemGroup>
163161
<AndroidResource Include="Resources\layout\Main.axml" />
Lines changed: 52 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,55 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.NETCore.Platforms" version="1.0.1" targetFramework="monoandroid71" />
4-
<package id="Microsoft.Win32.Primitives" version="4.0.1" targetFramework="monoandroid71" />
5-
<package id="NETStandard.Library" version="1.6.0" targetFramework="monoandroid71" />
6-
<package id="System.AppContext" version="4.1.0" targetFramework="monoandroid71" />
7-
<package id="System.Collections" version="4.0.11" targetFramework="monoandroid71" />
8-
<package id="System.Collections.Concurrent" version="4.0.12" targetFramework="monoandroid71" />
9-
<package id="System.Console" version="4.0.0" targetFramework="monoandroid71" />
10-
<package id="System.Diagnostics.Debug" version="4.0.11" targetFramework="monoandroid71" />
11-
<package id="System.Diagnostics.Tools" version="4.0.1" targetFramework="monoandroid71" />
12-
<package id="System.Diagnostics.Tracing" version="4.1.0" targetFramework="monoandroid71" />
13-
<package id="System.Globalization" version="4.0.11" targetFramework="monoandroid71" />
14-
<package id="System.Globalization.Calendars" version="4.0.1" targetFramework="monoandroid71" />
15-
<package id="System.IO" version="4.1.0" targetFramework="monoandroid71" />
16-
<package id="System.IO.Compression" version="4.1.0" targetFramework="monoandroid71" />
17-
<package id="System.IO.Compression.ZipFile" version="4.0.1" targetFramework="monoandroid71" />
18-
<package id="System.IO.FileSystem" version="4.0.1" targetFramework="monoandroid71" />
19-
<package id="System.IO.FileSystem.Primitives" version="4.0.1" targetFramework="monoandroid71" />
20-
<package id="System.Linq" version="4.1.0" targetFramework="monoandroid71" />
21-
<package id="System.Linq.Expressions" version="4.1.0" targetFramework="monoandroid71" />
22-
<package id="System.Net.Http" version="4.1.0" targetFramework="monoandroid71" />
23-
<package id="System.Net.Primitives" version="4.0.11" targetFramework="monoandroid71" />
24-
<package id="System.Net.Sockets" version="4.1.0" targetFramework="monoandroid71" />
25-
<package id="System.ObjectModel" version="4.0.12" targetFramework="monoandroid71" />
26-
<package id="System.Reflection" version="4.1.0" targetFramework="monoandroid71" />
27-
<package id="System.Reflection.Extensions" version="4.0.1" targetFramework="monoandroid71" />
28-
<package id="System.Reflection.Primitives" version="4.0.1" targetFramework="monoandroid71" />
29-
<package id="System.Reflection.TypeExtensions" version="4.1.0" targetFramework="monoandroid71" />
30-
<package id="System.Resources.ResourceManager" version="4.0.1" targetFramework="monoandroid71" />
31-
<package id="System.Runtime" version="4.1.0" targetFramework="monoandroid71" />
32-
<package id="System.Runtime.Extensions" version="4.1.0" targetFramework="monoandroid71" />
33-
<package id="System.Runtime.Handles" version="4.0.1" targetFramework="monoandroid71" />
34-
<package id="System.Runtime.InteropServices" version="4.1.0" targetFramework="monoandroid71" />
35-
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.0.0" targetFramework="monoandroid71" />
36-
<package id="System.Runtime.Numerics" version="4.0.1" targetFramework="monoandroid71" />
37-
<package id="System.Security.Cryptography.Algorithms" version="4.2.0" targetFramework="monoandroid71" />
38-
<package id="System.Security.Cryptography.Encoding" version="4.0.0" targetFramework="monoandroid71" />
39-
<package id="System.Security.Cryptography.Primitives" version="4.0.0" targetFramework="monoandroid71" />
40-
<package id="System.Security.Cryptography.X509Certificates" version="4.1.0" targetFramework="monoandroid71" />
41-
<package id="System.Text.Encoding" version="4.0.11" targetFramework="monoandroid71" />
42-
<package id="System.Text.Encoding.Extensions" version="4.0.11" targetFramework="monoandroid71" />
43-
<package id="System.Text.RegularExpressions" version="4.1.0" targetFramework="monoandroid71" />
44-
<package id="System.Threading" version="4.0.11" targetFramework="monoandroid71" />
45-
<package id="System.Threading.Tasks" version="4.0.11" targetFramework="monoandroid71" />
46-
<package id="System.Threading.Timer" version="4.0.1" targetFramework="monoandroid71" />
47-
<package id="System.Xml.ReaderWriter" version="4.0.11" targetFramework="monoandroid71" />
48-
<package id="System.Xml.XDocument" version="4.0.11" targetFramework="monoandroid71" />
49-
<package id="Xamarin.Build.Download" version="0.4.3" targetFramework="monoandroid71" />
50-
<package id="xunit" version="2.2.0" targetFramework="monoandroid71" />
51-
<package id="xunit.abstractions" version="2.0.1" targetFramework="monoandroid71" />
52-
<package id="xunit.assert" version="2.2.0" targetFramework="monoandroid71" />
53-
<package id="xunit.core" version="2.2.0" targetFramework="monoandroid71" />
54-
<package id="xunit.extensibility.core" version="2.2.0" targetFramework="monoandroid71" />
55-
<package id="xunit.extensibility.execution" version="2.2.0" targetFramework="monoandroid71" />
56-
<package id="xunit.runner.utility" version="2.2.0" targetFramework="monoandroid71" />
3+
<package id="Microsoft.NETCore.Platforms" version="1.0.1" targetFramework="monoandroid70" />
4+
<package id="Microsoft.Win32.Primitives" version="4.0.1" targetFramework="monoandroid70" />
5+
<package id="NETStandard.Library" version="1.6.0" targetFramework="monoandroid70" />
6+
<package id="System.AppContext" version="4.1.0" targetFramework="monoandroid70" />
7+
<package id="System.Collections" version="4.0.11" targetFramework="monoandroid70" />
8+
<package id="System.Collections.Concurrent" version="4.0.12" targetFramework="monoandroid70" />
9+
<package id="System.Console" version="4.0.0" targetFramework="monoandroid70" />
10+
<package id="System.Diagnostics.Debug" version="4.0.11" targetFramework="monoandroid70" />
11+
<package id="System.Diagnostics.Tools" version="4.0.1" targetFramework="monoandroid70" />
12+
<package id="System.Diagnostics.Tracing" version="4.1.0" targetFramework="monoandroid70" />
13+
<package id="System.Globalization" version="4.0.11" targetFramework="monoandroid70" />
14+
<package id="System.Globalization.Calendars" version="4.0.1" targetFramework="monoandroid70" />
15+
<package id="System.IO" version="4.1.0" targetFramework="monoandroid70" />
16+
<package id="System.IO.Compression" version="4.1.0" targetFramework="monoandroid70" />
17+
<package id="System.IO.Compression.ZipFile" version="4.0.1" targetFramework="monoandroid70" />
18+
<package id="System.IO.FileSystem" version="4.0.1" targetFramework="monoandroid70" />
19+
<package id="System.IO.FileSystem.Primitives" version="4.0.1" targetFramework="monoandroid70" />
20+
<package id="System.Linq" version="4.1.0" targetFramework="monoandroid70" />
21+
<package id="System.Linq.Expressions" version="4.1.0" targetFramework="monoandroid70" />
22+
<package id="System.Net.Http" version="4.1.0" targetFramework="monoandroid70" />
23+
<package id="System.Net.Primitives" version="4.0.11" targetFramework="monoandroid70" />
24+
<package id="System.Net.Sockets" version="4.1.0" targetFramework="monoandroid70" />
25+
<package id="System.ObjectModel" version="4.0.12" targetFramework="monoandroid70" />
26+
<package id="System.Reflection" version="4.1.0" targetFramework="monoandroid70" />
27+
<package id="System.Reflection.Extensions" version="4.0.1" targetFramework="monoandroid70" />
28+
<package id="System.Reflection.Primitives" version="4.0.1" targetFramework="monoandroid70" />
29+
<package id="System.Resources.ResourceManager" version="4.0.1" targetFramework="monoandroid70" />
30+
<package id="System.Runtime" version="4.1.0" targetFramework="monoandroid70" />
31+
<package id="System.Runtime.Extensions" version="4.1.0" targetFramework="monoandroid70" />
32+
<package id="System.Runtime.Handles" version="4.0.1" targetFramework="monoandroid70" />
33+
<package id="System.Runtime.InteropServices" version="4.1.0" targetFramework="monoandroid70" />
34+
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.0.0" targetFramework="monoandroid70" />
35+
<package id="System.Runtime.Numerics" version="4.0.1" targetFramework="monoandroid70" />
36+
<package id="System.Security.Cryptography.Algorithms" version="4.2.0" targetFramework="monoandroid70" />
37+
<package id="System.Security.Cryptography.Encoding" version="4.0.0" targetFramework="monoandroid70" />
38+
<package id="System.Security.Cryptography.Primitives" version="4.0.0" targetFramework="monoandroid70" />
39+
<package id="System.Security.Cryptography.X509Certificates" version="4.1.0" targetFramework="monoandroid70" />
40+
<package id="System.Text.Encoding" version="4.0.11" targetFramework="monoandroid70" />
41+
<package id="System.Text.Encoding.Extensions" version="4.0.11" targetFramework="monoandroid70" />
42+
<package id="System.Text.RegularExpressions" version="4.1.0" targetFramework="monoandroid70" />
43+
<package id="System.Threading" version="4.0.11" targetFramework="monoandroid70" />
44+
<package id="System.Threading.Tasks" version="4.0.11" targetFramework="monoandroid70" />
45+
<package id="System.Threading.Timer" version="4.0.1" targetFramework="monoandroid70" />
46+
<package id="System.Xml.ReaderWriter" version="4.0.11" targetFramework="monoandroid70" />
47+
<package id="System.Xml.XDocument" version="4.0.11" targetFramework="monoandroid70" />
48+
<package id="xunit" version="2.2.0" targetFramework="monoandroid70" />
49+
<package id="xunit.abstractions" version="2.0.1" targetFramework="monoandroid70" />
50+
<package id="xunit.assert" version="2.2.0" targetFramework="monoandroid70" />
51+
<package id="xunit.core" version="2.2.0" targetFramework="monoandroid70" />
52+
<package id="xunit.extensibility.core" version="2.2.0" targetFramework="monoandroid70" />
53+
<package id="xunit.extensibility.execution" version="2.2.0" targetFramework="monoandroid70" />
54+
<package id="xunit.runner.console" version="2.2.0" targetFramework="monoandroid70" developmentDependency="true" />
5755
</packages>

0 commit comments

Comments
 (0)