mirror of
https://github.com/RRQM/TouchSocket.git
synced 2025-12-19 18:06:45 +08:00
发布预览版
This commit is contained in:
@@ -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
|
||||
// 感谢您的下载和使用
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -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
|
||||
// 感谢您的下载和使用
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user