File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
AuthenticationAssemblyLoadContext Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
-->
20
20
21
21
## Upcoming Release
22
+ * Changed target framework of AuthenticationAssemblyLoadContext to netcoreapp2.1 [ #17428 ]
22
23
23
24
## Version 2.7.3
24
25
* Fixed the issue that authorization does not work in customized environment [ #17157 ]
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<PsModuleName >Accounts</PsModuleName >
4
4
</PropertyGroup >
5
5
6
6
<Import Project =" $(MSBuildThisFileDirectory)..\..\Az.props" />
7
7
8
8
<PropertyGroup >
9
- <TargetFramework >netcoreapp3 .1</TargetFramework >
9
+ <TargetFramework >netcoreapp2 .1</TargetFramework >
10
10
<AssemblyName >Microsoft.Azure.PowerShell.AuthenticationAssemblyLoadContext</AssemblyName >
11
11
<RootNamespace >Microsoft.Azure.PowerShell.AuthenticationAssemblyLoadContext</RootNamespace >
12
12
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments