Skip to content

Commit

Permalink
chore: update package validation baseline version
Browse files Browse the repository at this point in the history
  • Loading branch information
phmonte committed May 14, 2024
1 parent f82a71d commit 6cad089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Buildalyzer/Buildalyzer.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<PackageId>Buildalyzer</PackageId>
<IsPackable>true</IsPackable>
<EnablePackageValidation>true</EnablePackageValidation>
<PackageValidationBaselineVersion>6.0.0</PackageValidationBaselineVersion>
<PackageValidationBaselineVersion>7.0.2</PackageValidationBaselineVersion>
<OutputType>library</OutputType>
<PackageReleaseNotes>
ToBeReleased
Expand Down

0 comments on commit 6cad089

Please sign in to comment.