Skip to content

Commit

Permalink
Fix interoptests product reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle committed Sep 23, 2024
1 parent ff5c43b commit 7c1a743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Generator/InteropTests/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ let package = Package(
name: "Tests",
dependencies: [
.product(name: "WindowsRuntime", package: "Support"),
.product(name: "UWP", package: "Projection"),
.product(name: "WinRTComponent", package: "Projection"),
.product(name: "SwiftUWP", package: "Projection"),
.product(name: "SwiftWinRTComponent", package: "Projection"),
],
path: "Tests",
linkerSettings: [ .unsafeFlags([
Expand Down

0 comments on commit 7c1a743

Please sign in to comment.