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 5150214 commit 60c7f8cCopy full SHA for 60c7f8c
.github/workflows/main.yml
@@ -26,10 +26,12 @@ jobs:
26
- name: Fetch the sources
27
uses: actions/checkout@v4
28
29
- - name: Set up .NET 6.0 SDK
+ - name: Set up .NET SDK
30
uses: actions/setup-dotnet@v4
31
with:
32
- dotnet-version: '6.0.x'
+ dotnet-version: |
33
+ 6.0.x
34
+ 8.0.x
35
36
- name: Build NuGet packages
37
shell: pwsh
PascalABC.NET.SDK.UnitTests/PascalABC.NET.SDK.UnitTests.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
0 commit comments