Skip to content

Commit

Permalink
[OneBot] Specify .NET 8.0 as Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Linwenxuan authored and Linwenxuan committed Feb 11, 2024
1 parent 49d4d07 commit ebc1215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lagrange.OneBot/Lagrange.OneBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<LangVersion>preview</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.0.1-alpha</Version>
<Title>Lagrange.OneBot</Title>
<RepositoryUrl>https://github.com/LagrangeDev/Lagrange.Core</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ebc1215

Please sign in to comment.