Skip to content

Commit 89248a6

Browse files
committed
changed net6.0 to net8.0
1 parent 3186145 commit 89248a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate_sdk_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<Project Sdk="Microsoft.NET.Sdk">
3535
<PropertyGroup>
3636
<OutputType>Exe</OutputType>
37-
<TargetFramework>net6.0</TargetFramework>
37+
<TargetFramework>net8.0</TargetFramework>
3838
</PropertyGroup>
3939
<ItemGroup>
4040
<ProjectReference Include="{SOLCAST_PROJECT_PATH}" />

0 commit comments

Comments
 (0)