Skip to content

Commit

Permalink
fixed compilation errors and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesnick committed Mar 15, 2021
1 parent 701a705 commit 5a730c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Cake.Unity.FSharp.Tests/Cake.Unity.FSharp.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.33.0" />
<PackageReference Include="Cake.Core" Version="1.1.0" />
<PackageReference Include="FSharp.Interop.Dynamic" Version="4.0.3.130" />
<PackageReference Include="FsUnit" Version="3.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
Expand Down
3 changes: 1 addition & 2 deletions src/Cake.Unity/UnityRunner.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Cake.Core.Utilities;
using System;
using System;
using System.Collections.Generic;
using Cake.Core.IO;
using Cake.Core;
Expand Down

0 comments on commit 5a730c1

Please sign in to comment.