Skip to content

Commit a1ac75f

Browse files
Copilotm-redding
andauthored
Remove .NET 6 from the repository (Azure#50285)
* Initial plan for issue * Update core packages to remove .NET 6 and add .NET 8 Co-authored-by: m-redding <[email protected]> * Update storage and servicebus projects to remove .NET 6 Co-authored-by: m-redding <[email protected]> * Update more storage packages to remove .NET 6 Co-authored-by: m-redding <[email protected]> * Update remaining storage packages to remove .NET 6 Co-authored-by: m-redding <[email protected]> * Update remaining samples and projects to use .NET 8 Co-authored-by: m-redding <[email protected]> * Fix issues in .csproj files as per PR feedback Co-authored-by: m-redding <[email protected]> * Remove net8.0 where RequiredTargetFrameworks already includes it Co-authored-by: m-redding <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: m-redding <[email protected]>
1 parent 8932f98 commit a1ac75f

File tree

49 files changed

+35
-8459
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+35
-8459
lines changed

samples/AppSecretsConfig/AppSecretsConfig.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<RootNamespace>AppSecretsConfig</RootNamespace>
66
</PropertyGroup>
77

samples/CloudClipboard/CloudClipboard/CloudClipboard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<LangVersion>preview</LangVersion>
66
</PropertyGroup>
77

samples/CloudClipboard/GarbageCollector/GarbageCollector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<LangVersion>preview</LangVersion>
77
</PropertyGroup>
88

samples/iothub-connect-to-eventhubs/IotHubToEventHubsSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>

sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.net6.0.cs

Lines changed: 0 additions & 122 deletions
This file was deleted.

sdk/core/Azure.Core.Experimental/src/Azure.Core.Experimental.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Version>0.1.0-preview.38</Version>
66
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>
77
<Nullable>enable</Nullable>
8-
<TargetFrameworks>$(RequiredTargetFrameworks);net462;net6.0</TargetFrameworks>
8+
<TargetFrameworks>$(RequiredTargetFrameworks);net462</TargetFrameworks>
99
<NoWarn>$(NoWarn);AZC0012</NoWarn>
1010
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)