Skip to content

Commit 37610fc

Browse files
authored
Updated .NET SDK used by ALC project to 8.0 (#28446)
1 parent ca08426 commit 37610fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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+
* Updated `AuthenticationAssemblyLoadContext` project to deprecate .NET 6.0 and build on .NET 8.0.
2223
* Added Server-Side Pagination Support for `Invoke-AzRestMethod` command via `-Paginate` parameter.
2324

2425
## Version 5.2.0

src/Accounts/AuthenticationAssemblyLoadContext/AuthenticationAssemblyLoadContext.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Import Project="$(MSBuildThisFileDirectory)..\..\Az.props" />
77

88
<PropertyGroup>
9-
<TargetFramework>net6.0</TargetFramework>
9+
<TargetFramework>net8.0</TargetFramework>
1010
<AssemblyName>Microsoft.Azure.PowerShell.AuthenticationAssemblyLoadContext</AssemblyName>
1111
<RootNamespace>Microsoft.Azure.PowerShell.AuthenticationAssemblyLoadContext</RootNamespace>
1212
</PropertyGroup>

0 commit comments

Comments
 (0)