Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/SLNX-validator.Core/SLNX-validator.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<PackageId>JulianVerdurmen.SlnxValidator.Core</PackageId>
<Description>Core validation logic for .slnx solution files.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions src/SLNX-validator/SLNX-validator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
<AssemblyName>slnx-validator</AssemblyName>
<PackAsTool>true</PackAsTool>
<ToolCommandName>slnx-validator</ToolCommandName>
<PackageId>slnx-validator</PackageId>
Expand All @@ -16,8 +15,7 @@

<VersionPrefix>0.3.0</VersionPrefix>
<PackageReleaseNotes>
- Added Sonarqube generic report output format for easier integration with Sonarqube and other tools that support this format.
- Added continue-on-error option to allow the tool to continue validating other files even if one file fails validation, improving usability in CI pipelines and large codebases.
- Changed assembly file names

</PackageReleaseNotes>
</PropertyGroup>
Expand Down
Loading