Ai
1 Star 0 Fork 0

空无一物/System.Linq.Dynamic.Core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Directory.Build.props 635 Bytes
一键复制 编辑 原始数据 按行查看 历史
Stef Heyenrath 提交于 2020-11-24 01:40 +08:00 . PatchVersion (#462)
<Project>
<PropertyGroup>
<MsBuildAllProjects>$(MsBuildAllProjects);$(MsBuildThisFileFullPath)</MsBuildAllProjects>
</PropertyGroup>
<Choose>
<!-- The environment variable `Prerelease` is set in the azure-pipelines.yml file. -->
<When Condition=" '$(Prerelease)' != '' ">
<PropertyGroup>
<!-- Set the version to x.x.x.x-{Prerelease}-1{Build_BuildId} (this is same buildId as defined in the azure-pipelines.yml file). -->
<VersionSuffix>$(Prerelease)-1$(BUILD_BUILDID)</VersionSuffix>
</PropertyGroup>
</When>
</Choose>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/lztkdr/System.Linq.Dynamic.Core.git
git@gitee.com:lztkdr/System.Linq.Dynamic.Core.git
lztkdr
System.Linq.Dynamic.Core
System.Linq.Dynamic.Core
master

搜索帮助