Skip to content

Commit

Permalink
bump to net8.0 for lib as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Feb 13, 2024
1 parent 478213d commit d895817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ https://user-images.githubusercontent.com/34804052/171553226-64915e3e-f42a-4b44-

To work on this, clone the repo and install FFMpeg + ffprobe.

This project is written in F#, and as of writing, built on .NET Core 6.0.102. Personally, I wrote this on
This project is written in F#, and as of writing, built on .NET Core 8.0. Personally, I wrote this on
Linux and used Rider for development.

### Project structure
Expand Down
2 changes: 1 addition & 1 deletion TranscripterLib/TranscripterLib.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

Expand Down

0 comments on commit d895817

Please sign in to comment.