Skip to content

Commit

Permalink
[tests] Use net8.0 for the project used to restore workload manifest …
Browse files Browse the repository at this point in the history
…nuget, instead of net6.0 (#104067)
  • Loading branch information
radical authored Jun 28, 2024
1 parent 66a0053 commit fcc2f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/WorkloadBuildTasks/PackageInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private static string GenerateProject(IEnumerable<PackageReference> references)
projectFileBuilder.Append(@"
<Project Sdk=""Microsoft.NET.Sdk"">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net$(NETCoreAppMaximumVersion)</TargetFramework>
</PropertyGroup>
<ItemGroup>");

Expand Down

0 comments on commit fcc2f58

Please sign in to comment.