Skip to content

Commit 21905dc

Browse files
committed
yolo6.0
Signed-off-by: Adam Warner <[email protected]>
1 parent 2da7bc6 commit 21905dc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
name: Setup .NET
3232
uses: actions/setup-dotnet@v1
3333
with:
34-
dotnet-version: 5.0.x
34+
dotnet-version: '6.0.x'
35+
include-prerelease: true
3536
-
3637
name: Build
3738
run: dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore

ManualTests/ManualTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net5.0</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)