File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup .NET
17
17
uses : actions/setup-dotnet@v1
18
18
with :
19
- dotnet-version : 6 .0.x
19
+ dotnet-version : 5 .0.x
20
20
include-prerelease : true
21
21
22
22
- name : Build
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net5 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
8
<None Remove =" Services\3rkcddko.owg~" />
9
9
</ItemGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6 .0.0 " />
13
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 6 .0.0 " PrivateAssets =" all" />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 5 .0.12 " />
13
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 5 .0.12 " PrivateAssets =" all" />
14
14
<PackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" 2.2.0" />
15
- <PackageReference Include =" Microsoft.Authentication.WebAssembly.Msal" Version =" 6 .0.0 " />
16
- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 6 .0.0" />
15
+ <PackageReference Include =" Microsoft.Authentication.WebAssembly.Msal" Version =" 5 .0.12 " />
16
+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 5 .0.0" />
17
17
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
18
18
<PackageReference Include =" Polly" Version =" 7.2.2" />
19
- <PackageReference Include =" System.Net.Http.Json" Version =" 6 .0.0" />
19
+ <PackageReference Include =" System.Net.Http.Json" Version =" 5 .0.0" />
20
20
</ItemGroup >
21
21
22
22
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net5 .0</TargetFramework >
5
5
<UserSecretsId >BlazorWasmWithAADAuth.Server-94FFA1CF-62F9-4AD1-B379-0F47F24D0B8A</UserSecretsId >
6
6
<WebProject_DirectoryAccessLevelKey >0</WebProject_DirectoryAccessLevelKey >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 6 .0.0 " />
10
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 5 .0.12 " />
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.AzureAD.UI" Version =" 6 .0.0 " />
19
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.AzureAD.UI" Version =" 5 .0.12 " />
20
20
</ItemGroup >
21
21
22
22
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net5 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
</Project >
You can’t perform that action at this time.
0 commit comments