发布预览版

This commit is contained in:
若汝棋茗
2023-07-19 21:44:29 +08:00
parent 10b6fd5ad7
commit d48c0ccf47
501 changed files with 1934 additions and 1916 deletions

View File

@@ -5,7 +5,7 @@
// 哔哩哔哩视频https://space.bilibili.com/94253567
// Gitee源代码仓库https://gitee.com/RRQM_Home
// Github源代码仓库https://github.com/RRQM
// API首页https://www.yuque.com/rrqm/touchsocket/index
// API首页http://rrqm_home.gitee.io/touchsocket/
// 交流QQ群234762506
// 感谢您的下载和使用
//------------------------------------------------------------------------------

View File

@@ -5,7 +5,7 @@
// 哔哩哔哩视频https://space.bilibili.com/94253567
// Gitee源代码仓库https://gitee.com/RRQM_Home
// Github源代码仓库https://github.com/RRQM
// API首页https://www.yuque.com/rrqm/touchsocket/index
// API首页http://rrqm_home.gitee.io/touchsocket/
// 交流QQ群234762506
// 感谢您的下载和使用
//------------------------------------------------------------------------------

View File

@@ -2,8 +2,9 @@
<PropertyGroup>
<TargetFrameworks>net461;netstandard2.0;netcoreapp3.1;net7.0</TargetFrameworks>
<ApplicationIcon>logo.ico</ApplicationIcon>
<SignAssembly>True</SignAssembly>
<Version>2.0.0.0-beta</Version>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile></AssemblyOriginatorKeyFile>
<Version>2.0.0-beta</Version>
<NoPackageAnalysis>true</NoPackageAnalysis>
<LangVersion>8.0</LangVersion>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
@@ -25,7 +26,7 @@
<BaseOutputPath>..\Build</BaseOutputPath>
<DocumentationFile></DocumentationFile>
<RepositoryUrl>https://gitee.com/rrqm_home/touchsocket</RepositoryUrl>
<PackageOutputPath>..\Build\NugetPackages</PackageOutputPath>
<PackageOutputPath>..\Build\NugetPackages\TouchSocket.Core.DependencyInjection</PackageOutputPath>
</PropertyGroup>
<ItemGroup>
@@ -41,9 +42,12 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.0" />
</ItemGroup>
<ItemGroup Condition="'PackageReference'!='PackageReference'">
<PackageReference Include="TouchSocket.Core" Version="2.0.0-beta" />
</ItemGroup>
<!--<ItemGroup>
<ItemGroup Condition="'ProjectReference'=='ProjectReference'">
<ProjectReference Include="..\TouchSocket.Core\TouchSocket.Core.csproj" />
</ItemGroup>-->
</ItemGroup>
</Project>