🔥 使用Directory.Build.props统一维护版本

This commit is contained in:
igeekfan
2022-04-26 00:38:39 +08:00
parent 10306d39c2
commit 814f82a895
27 changed files with 4 additions and 26 deletions

View File

@ -9,6 +9,10 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
<PropertyGroup>
<Version>3.2.600-preview20220426</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>