Skip to content

Commit

Permalink
Auto csproj fix and update by bot.
Browse files Browse the repository at this point in the history
  • Loading branch information
NugetNinja committed Jul 31, 2023
1 parent e08c3c5 commit 6227535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WeChatCloudFunction.Web/WeChatCloudFunction.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Senparc.Weixin.WxOpen" Version="3.7.104.1-preview1" />
<PackageReference Include="Senparc.Weixin.WxOpen" Version="3.16.2.2" />
</ItemGroup>

</Project>

0 comments on commit 6227535

Please sign in to comment.