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 2da7bc6 commit 21905dcCopy full SHA for 21905dc
.github/workflows/build.yml
@@ -31,7 +31,8 @@ jobs:
31
name: Setup .NET
32
uses: actions/setup-dotnet@v1
33
with:
34
- dotnet-version: 5.0.x
+ dotnet-version: '6.0.x'
35
+ include-prerelease: true
36
-
37
name: Build
38
run: dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore
ManualTests/ManualTests.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net5.0</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
6
</PropertyGroup>
7
8
<ItemGroup>
0 commit comments