Skip to content

Commit

Permalink
chore: support framework and update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZGGSONG committed Nov 9, 2024
1 parent 043136a commit 020c403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WeChatOcr/WeChatOcr.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFrameworks>net8.0-windows;net7.0-windows;net6.0-windows;net481;net472</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Label="Nuget">
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Title>WeChatOcr</Title>
<Description>WeChatOcr, Study only, do not use for commercial purposes</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 020c403

Please sign in to comment.