Skip to content

Commit

Permalink
Upgrade PowerShell 7.4 to SDK 7.4.0-preview.5 with .Net 8 Preview.7 (#…
Browse files Browse the repository at this point in the history
…984)

* Upgrade to .NET SDK 8.0.100-preview.7.23376.3

* Upgrade Microsoft.CodeAnalysis.CSharp to 4.7.0-2.final

* Upgrade to PowerShell SDK 7.4.0-preview.5

* Upgrade to PackageManagement version 1.4.8.1
  • Loading branch information
Francisco-Gamino authored Aug 23, 2023
1 parent 4400ccc commit 941d958
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/Microsoft.Azure.Functions.PowerShellWorker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Licensed under the MIT license. See LICENSE file in the project root for full li

<ItemGroup>
<PackageReference Include="Grpc.Net.Client" Version="2.52.0" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.0-preview.3" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.0-preview.5" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Protobuf" Version="3.21.9" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.3" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0-2.23152.6" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-2.final" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Target = 'src/Modules'
}
'PackageManagement' = @{
Version = '1.4.7'
Version = '1.4.8.1'
Target = 'src/Modules'
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PackageReference Include="Moq" Version="4.18.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.0-preview.3" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0-2.23152.6" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.0-preview.5" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-2.final" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions tools/helper.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{
}

'8.0' = @{
MinimalPatch = '100-preview.3.23178.7'
DefaultPatch = '100-preview.3.23178.7'
MinimalPatch = '100-preview.7.23376.3'
DefaultPatch = '100-preview.7.23376.3'
}
}

Expand Down

0 comments on commit 941d958

Please sign in to comment.