Skip to content

Commit

Permalink
Update OmniSharp.Cake dependencies
Browse files Browse the repository at this point in the history
- Update Cake.Bakery version used in tests.
  • Loading branch information
bjorkstromm committed Nov 28, 2021
1 parent 9fed136 commit c76eb5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Update="Cake.Scripting.Transport" Version="0.6.4" />
<PackageReference Update="Cake.Scripting.Transport" Version="0.8.1" />

<PackageReference Update="Dotnet.Script.DependencyModel" Version="1.1.0" />
<PackageReference Update="Dotnet.Script.DependencyModel.NuGet" Version="1.1.0" />
Expand Down
4 changes: 2 additions & 2 deletions test-assets/test-projects/CakeProject/tools/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<packages>
<package id="Cake" version="0.27.2" />
<package id="Cake.Bakery" version="0.5.0" />
<package id="Cake" version="1.3.0" />
<package id="Cake.Bakery" version="0.8.1" />
</packages>
2 changes: 1 addition & 1 deletion tests/OmniSharp.Cake.Tests/CompletionFacts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class FooChild : Foo
Assert.Equal(
new[]
{
"Equals(object obj)", "GetHashCode()", "Test(string text)",
"Equals(object? obj)", "GetHashCode()", "Test(string text)",
"Test(string text, string moreText)", "ToString()"
},
completions.Items.Select(c => c.Label));
Expand Down

0 comments on commit c76eb5a

Please # to comment.