Skip to content

Commit

Permalink
Tentative fix to weird dependency resolution failures on release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaoticz committed May 25, 2024
1 parent b74166e commit e73d7db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<VersionPrefix>2.3.2</VersionPrefix>
<VersionPrefix>2.3.3</VersionPrefix>
<Authors>Kotz</Authors>
<Copyright>Copyright © Kotz 2022</Copyright>
<PackageProjectUrl>https://github.com/Kaoticz/Kotz.Utilities</PackageProjectUrl>
Expand All @@ -21,6 +21,7 @@
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>Avatar.png</PackageIcon>
<IsPublishable>false</IsPublishable>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit e73d7db

Please sign in to comment.