Skip to content

Commit

Permalink
remove project
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Sep 25, 2023
1 parent 6ebbbaa commit 333c25c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,7 @@ protected override void OnBuildInitialized()
// project name + runtime pairs
var msbuildTargets = new[]
{
("NSwag.Sample.NetGlobalAsax", "Winx64"),
("NSwag.Integration.WebAPI", "Winx64")
("NSwag.Sample.NetGlobalAsax", "Winx64")
};
foreach (var (projectName, runtime) in msbuildTargets)
Expand Down

0 comments on commit 333c25c

Please sign in to comment.