Skip to content

Commit

Permalink
Test only net framework
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoslund committed Dec 13, 2024
1 parent 8bfe597 commit b589748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Microsoft.Sbom.Targets.E2E.Tests/GenerateSbomE2ETests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ public void SbomGenerationSucceedsForMultiTargetedProject()
var sampleProject = SetupSampleProject();

// Set multi-target frameworks
sampleProject.SetProperty("TargetFramework", string.Empty);
sampleProject.SetProperty("TargetFrameworks", "net472;net8.0");
sampleProject.SetProperty("TargetFramework", "net472");
//sampleProject.SetProperty("TargetFrameworks", "net472;net8.0");

// Restore, build, and pack the project
RestoreBuildPack(sampleProject);
Expand Down

0 comments on commit b589748

Please sign in to comment.