Skip to content

Commit

Permalink
osbuilder: upgrade to dotnet 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Meulengracht committed Nov 18, 2022
1 parent cefc714 commit b5061e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion osbuilder/osbuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netcoreapp6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ parts:
osbuilder-src:
source: osbuilder
plugin: dotnet
dotnet-version: 3.1
dotnet-runtime-version: 3.1.0
dotnet-version: 6.0
dotnet-runtime-version: 6.0.0

0 comments on commit b5061e5

Please sign in to comment.