We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7203072 commit c655638Copy full SHA for c655638
.github/workflows/publish-nuget.yml
@@ -19,8 +19,8 @@ jobs:
19
uses: actions/setup-dotnet@v4
20
with:
21
dotnet-version: |
22
- 6.0.x
23
8.0.x
+ 10.0.x
24
25
- name: Setup GitVersion
26
uses: gittools/actions/gitversion/[email protected]
src/KSFramework/KSFramework.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net8.0;net6.0</TargetFrameworks>
+ <TargetFrameworks>net8.0;net10.0</TargetFrameworks>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
</PropertyGroup>
0 commit comments