Skip to content

Commit

Permalink
Merge pull request #2982 from JeffreySu/Developer
Browse files Browse the repository at this point in the history
更新 TenPayV3 的项目引用
  • Loading branch information
JeffreySu authored Dec 31, 2023
2 parents 7cb0198 + cc6df3b commit 1ef04ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Samples/TenPayV3/Senparc.Weixin.Sample.TenPayV3.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Senparc.Weixin.Sample.TenPayV3", "Senparc.Weixin.Sample.TenPayV3\Senparc.Weixin.Sample.TenPayV3.csproj", "{0FA694CF-308E-4763-AC3A-5799BFD20068}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Senparc.Weixin.Sample.Shared", "..\Shared\Senparc.Weixin.Sample.Shared\Senparc.Weixin.Sample.Shared.shproj", "{9FE36012-8B32-488E-96AD-BA7CEDAEEAB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Senparc.Weixin.Sample.TenPayV3.net8", "Senparc.Weixin.Sample.TenPayV3\Senparc.Weixin.Sample.TenPayV3.net8.csproj", "{DB3C9B02-60B0-4009-B33E-57F80922416E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0FA694CF-308E-4763-AC3A-5799BFD20068}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FA694CF-308E-4763-AC3A-5799BFD20068}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FA694CF-308E-4763-AC3A-5799BFD20068}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FA694CF-308E-4763-AC3A-5799BFD20068}.Release|Any CPU.Build.0 = Release|Any CPU
{DB3C9B02-60B0-4009-B33E-57F80922416E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB3C9B02-60B0-4009-B33E-57F80922416E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB3C9B02-60B0-4009-B33E-57F80922416E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB3C9B02-60B0-4009-B33E-57F80922416E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -25,7 +25,7 @@ Global
SolutionGuid = {64CCB121-C5D5-4198-9F2C-949829F1828A}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\Shared\Senparc.Weixin.Sample.Shared\Senparc.Weixin.Sample.Shared.projitems*{0fa694cf-308e-4763-ac3a-5799bfd20068}*SharedItemsImports = 5
..\Shared\Senparc.Weixin.Sample.Shared\Senparc.Weixin.Sample.Shared.projitems*{9fe36012-8b32-488e-96ad-ba7cedaeeab8}*SharedItemsImports = 13
..\Shared\Senparc.Weixin.Sample.Shared\Senparc.Weixin.Sample.Shared.projitems*{db3c9b02-60b0-4009-b33e-57f80922416e}*SharedItemsImports = 5
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

<!--引用 Nuget 包-->
<ItemGroup>
<PackageReference Include="Senparc.Weixin.AspNet" Version="1.1.0" />
<PackageReference Include="Senparc.Weixin.MP" Version="16.20.3" />
<PackageReference Include="Senparc.Weixin.MP.MVC" Version="7.13.0" />
<PackageReference Include="Senparc.Weixin.TenpayV3" Version="1.2.0" />
<PackageReference Include="Senparc.Weixin.AspNet" Version="1.1.1" />
<PackageReference Include="Senparc.Weixin.MP" Version="16.20.4" />
<PackageReference Include="Senparc.Weixin.MP.MVC" Version="7.13.1" />
<PackageReference Include="Senparc.Weixin.TenpayV3" Version="1.2.1" />
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
<PackageReference Include="ZXing.Net" Version="0.16.9" />
</ItemGroup>
Expand Down

0 comments on commit 1ef04ba

Please sign in to comment.