Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add back 1.1
  • Loading branch information
kasperk81 authored Jan 17, 2023
commit 87c725a241f2e99d65cb56620ede3551d00e8af2
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public void It_publishes_portable_apps_to_the_publish_folder_and_the_app_should_
}

[Theory]
[InlineData("netcoreapp1.1")]
[InlineData("netcoreapp2.0")]
[InlineData(ToolsetInfo.CurrentTargetFramework)]
public void It_publishes_self_contained_apps_to_the_publish_folder_and_the_app_should_run(string targetFramework)
Expand Down