Skip to content

Commit

Permalink
Merge pull request #63 from andy840119/upgrade-csharp-language-version
Browse files Browse the repository at this point in the history
Upgrade csharp language version to 12
  • Loading branch information
andy840119 authored Jul 21, 2024
2 parents 6d7bb4d + abcb2b7 commit af39096
Show file tree
Hide file tree
Showing 9 changed files with 152 additions and 141 deletions.
3 changes: 2 additions & 1 deletion LrcParser.Tests/LrcParser.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
Expand Down
Loading

0 comments on commit af39096

Please sign in to comment.