Skip to content

Commit dca9d2c

Browse files
committed
Update global.json to .NET SDK to 8.0
Also update the target framework for the end-to-end test client.
1 parent 3aa4f5c commit dca9d2c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/ci-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
dotnet-version: |
3434
6.0.x
3535
7.0.x
36+
8.0.x
3637
3738
- name: Install PSResources
3839
shell: pwsh

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.14",
3+
"version": "8.0.100",
44
"rollForward": "latestFeature",
55
"allowPrerelease": false
66
}

test/PowerShellEditorServices.Test.E2E/PowerShellEditorServices.Test.E2E.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), PowerShellEditorServices.Common.props))\PowerShellEditorServices.Common.props" />
33

44
<PropertyGroup>
5-
<TargetFrameworks>net7.0</TargetFrameworks>
5+
<TargetFrameworks>net8.0</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

test/PowerShellEditorServices.Test.E2E/packages.lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 1,
33
"dependencies": {
4-
"net7.0": {
4+
"net8.0": {
55
"Microsoft.Extensions.Logging": {
66
"type": "Direct",
77
"requested": "[7.0.0, )",

0 commit comments

Comments
 (0)