| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFrameworks>net8.0;net9.0</TargetFrameworks> |
| | | <TargetFrameworks>net8.0</TargetFrameworks> |
| | | <NoWarn>1701;1702;1591;8632</NoWarn> |
| | | <DocumentationFile></DocumentationFile> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | |
| | | <ProjectReference Include="..\Plugins\Admin.NET.Plugin.GoView\Admin.NET.Plugin.GoView.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <Folder Include="Service\" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <None Update="WxPayCert\apiclient_key.pem"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </None> |
| | | </ItemGroup> |
| | | |
| | | </Project> |