File tree 6 files changed +17
-19
lines changed
6 files changed +17
-19
lines changed Original file line number Diff line number Diff line change @@ -21,28 +21,22 @@ jobs:
21
21
- name : Install .NET
22
22
uses : actions/setup-dotnet@v3
23
23
with :
24
- dotnet-version : ' 8.0.400 '
24
+ dotnet-version : ' 8.0.404 '
25
25
26
26
- name : Install .NET Android and iOS workload
27
- run : dotnet workload install android ios maui
27
+ run : dotnet workload install android ios maui --version 8.0.404
28
28
29
- - name : List workloads
30
- run : dotnet workload list
31
-
32
- - name : Update workloads
33
- run : dotnet workload update
34
-
35
- - name : List workloads after update
36
- run : dotnet workload list
29
+ - name : Dotnet framework and workload versions
30
+ run : dotnet --info
37
31
38
32
- name : Setup NuGet
39
33
uses : nuget/setup-nuget@v1
40
34
41
35
- name : Restore NuGet
42
36
run : dotnet restore Auth0.OidcClient.All.sln
43
-
37
+
44
38
- name : Setup MSBuild
45
-
39
+
46
40
47
41
- name : Build
48
42
run : msbuild Auth0.OidcClient.All.sln -t:rebuild -verbosity:diag -property:Configuration=Release
Original file line number Diff line number Diff line change 34
34
35
35
- name : Install .NET
36
36
uses : actions/setup-dotnet@v3
37
+ with :
38
+ dotnet-version : ' 8.0.404'
37
39
38
40
- name : Install .NET Android and iOS workload
39
- run : dotnet workload install android ios maui
41
+ run : dotnet workload install android ios maui --version 8.0.404
40
42
41
43
- name : Setup NuGet
42
44
uses : nuget/setup-nuget@v1
Original file line number Diff line number Diff line change 42
42
43
43
- name : Install .NET
44
44
uses : actions/setup-dotnet@v3
45
+ with :
46
+ dotnet-version : ' 8.0.404'
45
47
46
48
- name : Install .NET Android and iOS workload
47
- run : dotnet workload install android ios maui
49
+ run : dotnet workload install android ios maui --version 8.0.404
48
50
49
51
- name : Setup NuGet
50
52
uses : nuget/setup-nuget@v1
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8.0.400 " ,
3
+ "version" : " 8.0.404 " ,
4
4
"rollForward" : " latestFeature"
5
5
}
6
6
}
Original file line number Diff line number Diff line change 15
15
<ItemGroup >
16
16
<PackageReference Include =" IdentityModel.OidcClient" Version =" 6.0.0" />
17
17
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 9.0.0" />
18
- <PackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" 8.2.1 " />
18
+ <PackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" 6.34.0 " />
19
19
</ItemGroup >
20
20
</Project >
Original file line number Diff line number Diff line change 7
7
<SingleProject >true</SingleProject >
8
8
<ImplicitUsings >enable</ImplicitUsings >
9
9
10
- <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >17.2 </SupportedOSPlatformVersion >
11
- <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >17.2 </SupportedOSPlatformVersion >
12
- <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >34.0 </SupportedOSPlatformVersion >
10
+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >16.4.7142 </SupportedOSPlatformVersion >
11
+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >16.4.7142 </SupportedOSPlatformVersion >
12
+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >33.0.95 </SupportedOSPlatformVersion >
13
13
14
14
<SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.20348.0</SupportedOSPlatformVersion >
15
15
<TargetPlatformMinVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</TargetPlatformMinVersion >
You can’t perform that action at this time.
0 commit comments