Skip to content

Commit

Permalink
build: fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
biohazard999 committed Oct 28, 2022
1 parent ec2df62 commit 634b6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var sln = "./Xenial.BTool.sln";
var sln = "./Xenial.RTool.sln";

Target("restore", () => RunAsync("dotnet", $"restore {sln}"));

Expand Down

0 comments on commit 634b6ec

Please sign in to comment.