Skip to content

Commit

Permalink
Merge pull request #88 from krymtkts:feature/dotnet8
Browse files Browse the repository at this point in the history
Bump .NET SDK version and PowerShell SDK version in test project to .NET 8
  • Loading branch information
krymtkts authored Dec 2, 2023
2 parents e99ecbc + 4fedc91 commit 6edebe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"rollForward": "latestFeature",
"version": "7.0.306"
"version": "8.0.100"
}
}
4 changes: 2 additions & 2 deletions src/pocof.Test/pocof.Test.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>

<IsPackable>false</IsPackable>
<GenerateProgramFile>false</GenerateProgramFile>
Expand All @@ -28,7 +28,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<!-- NOTE: for creating mock PSObject -->
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.10" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6edebe6

Please sign in to comment.