Skip to content

Commit

Permalink
do net8
Browse files Browse the repository at this point in the history
  • Loading branch information
mfkl committed Jun 12, 2024
1 parent 125c761 commit c8e8d4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildsystem/base-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
displayName: 'Use .NET Core SDK'
inputs:
packageType: sdk
version: 7.0.202
version: 8.0.302

- bash: |
dotnet workload install android
Expand Down
2 changes: 1 addition & 1 deletion src/LibVLCSharp.Tests/LibVLCSharp.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateProgramFile>false</GenerateProgramFile>
<Nullable>disable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"MSBuild.Sdk.Extras": "3.0.44"
},
"sdk": {
"version": "7.0.201"
"version": "8.0.302"
}
}

0 comments on commit c8e8d4b

Please sign in to comment.