Skip to content

Commit 084688d

Browse files
committed
fixed warning
1 parent bd0ff93 commit 084688d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/WB.CodeAnalyzer.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
3+
<TargetFramework>netstandard2.0</TargetFramework>
44
<Authors>Wolf Bublitz</Authors>
55
<Product>WB.CodeAnalyzer</Product>
66
<RepositoryUrl>https://github.com/WolfBublitz/WB.CodeAnalyzer</RepositoryUrl>
77
<PackageReadmeFile>README.md</PackageReadmeFile>
88
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
99
<IncludeBuildOutput>false</IncludeBuildOutput>
1010
<DevelopmentDependency>true</DevelopmentDependency>
11+
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
1112
<Version>1.0.0</Version>
1213
</PropertyGroup>
1314

0 commit comments

Comments
 (0)