File tree 6 files changed +11
-8
lines changed
Auth0.OidcClient.AndroidX
6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 18
18
distribution : ' temurin'
19
19
java-version : ' 11'
20
20
21
+ - name : Setup Android SDK
22
+ uses : android-actions/setup-android@v3
23
+
21
24
- name : Install .NET
22
25
uses : actions/setup-dotnet@v3
23
26
Original file line number Diff line number Diff line change 137
137
</dependencies >
138
138
</metadata >
139
139
<files >
140
- <file src =" ..\src\Auth0.OidcClient.Android\bin\Release\monoandroid12 .0\Auth0.OidcClient.dll" target =" lib\MonoAndroid12 " />
141
- <file src =" ..\src\Auth0.OidcClient.Android\bin\Release\monoandroid12 .0\Auth0.OidcClient.xml" target =" lib\MonoAndroid12 " />
140
+ <file src =" ..\src\Auth0.OidcClient.Android\bin\Release\monoandroid11 .0\Auth0.OidcClient.dll" target =" lib\MonoAndroid11 " />
141
+ <file src =" ..\src\Auth0.OidcClient.Android\bin\Release\monoandroid11 .0\Auth0.OidcClient.xml" target =" lib\MonoAndroid11 " />
142
142
<file src =" ..\build\Auth0Icon.png" />
143
143
</files >
144
144
</package >
Original file line number Diff line number Diff line change 71
71
</dependencies >
72
72
</metadata >
73
73
<files >
74
- <file src =" ..\src\Auth0.OidcClient.AndroidX\bin\Release\monoandroid12 .0\Auth0.OidcClient.dll" target =" lib\MonoAndroid12 " />
75
- <file src =" ..\src\Auth0.OidcClient.AndroidX\bin\Release\monoandroid12 .0\Auth0.OidcClient.xml" target =" lib\MonoAndroid12 " />
74
+ <file src =" ..\src\Auth0.OidcClient.AndroidX\bin\Release\monoandroid11 .0\Auth0.OidcClient.dll" target =" lib\MonoAndroid11 " />
75
+ <file src =" ..\src\Auth0.OidcClient.AndroidX\bin\Release\monoandroid11 .0\Auth0.OidcClient.xml" target =" lib\MonoAndroid11 " />
76
76
<file src =" ..\src\Auth0.OidcClient.AndroidX\bin\Release\net6.0-android\Auth0.OidcClient.dll" target =" lib\net6.0-android29.0" />
77
77
<file src =" ..\src\Auth0.OidcClient.AndroidX\bin\Release\net6.0-android\Auth0.OidcClient.xml" target =" lib\net6.0-android29.0" />
78
78
<file src =" ..\build\Auth0Icon.png" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" MSBuild.Sdk.Extras/3.0.44" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >MonoAndroid12 .0</TargetFrameworks >
3
+ <TargetFrameworks >MonoAndroid11 .0</TargetFrameworks >
4
4
<RootNamespace >Auth0.OidcClient</RootNamespace >
5
5
<AssemblyName >Auth0.OidcClient</AssemblyName >
6
6
<Product >Auth0.OidcClient</Product >
12
12
<EnableDefaultCompileItems >false</EnableDefaultCompileItems >
13
13
<DefineConstants >$(DefineConstants);</DefineConstants >
14
14
<LangVersion >default</LangVersion >
15
- <TargetFrameworkVersion >v12 .0</TargetFrameworkVersion >
15
+ <TargetFrameworkVersion >v11 .0</TargetFrameworkVersion >
16
16
</PropertyGroup >
17
17
<PropertyGroup Condition =" '$(Configuration)'=='Debug' " >
18
18
<DebugType >portable</DebugType >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Xamarin.Legacy.Sdk/0.2.0-alpha4" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >MonoAndroid12 .0;net6.0-android</TargetFrameworks >
3
+ <TargetFrameworks >MonoAndroid11 .0;net6.0-android</TargetFrameworks >
4
4
<RootNamespace >Auth0.OidcClient</RootNamespace >
5
5
<AssemblyName >Auth0.OidcClient</AssemblyName >
6
6
<Product >Auth0.OidcClient</Product >
Original file line number Diff line number Diff line change 15
15
<AndroidApplication >True</AndroidApplication >
16
16
<AndroidResgenFile >Resources\Resource.Designer.cs</AndroidResgenFile >
17
17
<GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
18
- <TargetFrameworkVersion >v12 .0</TargetFrameworkVersion >
18
+ <TargetFrameworkVersion >v11 .0</TargetFrameworkVersion >
19
19
<AndroidManifest >Properties\AndroidManifest.xml</AndroidManifest >
20
20
<NuGetPackageImportStamp >
21
21
</NuGetPackageImportStamp >
You can’t perform that action at this time.
0 commit comments