File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >1.0.4 </Version >
3+ <Version >1.0.5 </Version >
44 <CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
55 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
66 <LangVersion >preview</LangVersion >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;net462 </TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0</TargetFrameworks >
55 <!-- Development Dependencies Only -->
66 <DevelopmentDependency >true</DevelopmentDependency >
77 <IncludeSymbols >false</IncludeSymbols >
88 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
9+ <!-- 配置为纯源生成器包,不生成dll -->
10+ <IncludeBuildOutput >false</IncludeBuildOutput >
11+ <SuppressDependenciesWhenPacking >true</SuppressDependenciesWhenPacking >
12+ <NoPackageAnalysis >true</NoPackageAnalysis >
913 <!-- Package metadata -->
1014 <PackageOutputPath >$(SolutionDir)\Build\NugetPackages\Packages</PackageOutputPath >
1115 <PackageIcon >logo.png</PackageIcon >
You can’t perform that action at this time.
0 commit comments