Prevent version being polluted by parent dir build props
This commit is contained in:
parent
899d3b6b88
commit
2c9c4e634b
@ -1,7 +1,9 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PackageVersion>0.5.2-wnp</PackageVersion>
|
<PackageVersion>0.5.3-wnp</PackageVersion>
|
||||||
|
<VersionPrefix>0.5.3</VersionPrefix>
|
||||||
|
<VersionSuffix>wnp</VersionSuffix>
|
||||||
<Nullable>disable</Nullable>
|
<Nullable>disable</Nullable>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
|
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
|
||||||
|
Loading…
Reference in New Issue
Block a user