Skip to content

Commit 74da419

Browse files
committed
修改:项目属性
1 parent 63f18c4 commit 74da419

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

src/CodeInject/CodeInject.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
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>

src/Directory.Build.props

Whitespace-only changes.

0 commit comments

Comments
 (0)