Skip to content

Commit 01f40ff

Browse files
BethanyZhouSandidodingmeng-xue
authored
Change target framework of AuthenticationAssemblyLoadContext to netcareapp2.1 (#17425)
* New-AzVM fix, error stating "VMCustomization feature is not allowed on your subscription" (#17409) (#17423) * potential fix for vmcustomization usage * dev fix, vm tests pass * changelog * changelog cleanup * Update ChangeLog.md Co-authored-by: Dingmeng Xue <[email protected]> Co-authored-by: Beisi Zhou <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Dingmeng Xue <[email protected]> * change target framework to netcoreapp2.1 Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Dingmeng Xue <[email protected]>
1 parent f258db3 commit 01f40ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Accounts/Accounts/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22+
* Changed target framework of AuthenticationAssemblyLoadContext to netcoreapp2.1 [#17428]
2223

2324
## Version 2.7.3
2425
* Fixed the issue that authorization does not work in customized environment [#17157]

src/Accounts/AuthenticationAssemblyLoadContext/AuthenticationAssemblyLoadContext.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<PsModuleName>Accounts</PsModuleName>
44
</PropertyGroup>
55

66
<Import Project="$(MSBuildThisFileDirectory)..\..\Az.props" />
77

88
<PropertyGroup>
9-
<TargetFramework>netcoreapp3.1</TargetFramework>
9+
<TargetFramework>netcoreapp2.1</TargetFramework>
1010
<AssemblyName>Microsoft.Azure.PowerShell.AuthenticationAssemblyLoadContext</AssemblyName>
1111
<RootNamespace>Microsoft.Azure.PowerShell.AuthenticationAssemblyLoadContext</RootNamespace>
1212
</PropertyGroup>

0 commit comments

Comments
 (0)